i need help. I'm currently working with PCAN-USB X6 (Firmware: 3.2.0)
Pcan_usb.sys (Vers: 4.4.0.16619)
And in C# im using the following .dlls:
PCANBasic.dll (Vers. 4.7.1.818)
PCAN-UDS.dll (Vers. 2.3.0.265)
PCAN-ISO-TP.dll (Vers. 3.4.0.313)
We got some parts which are showing a really weird behavior on the Can bus during the power on process. After recording the CAN Trace with a vector box we figured out that the Can messages show no anomalies.
After the power on process of the ECU we checked the memory of the PC where we are debugging the C# program. The memory is running completely full in under a few milliseconds.

Why is this happening? Are there any failures from my side?
If im powering off the PCAN Usb Device, it is decreasing. What am i doing wrong?
EDIT: One more thing. If im removing the ECU, the memory stays full. Only after turning off the pcan device, it is decreasing again.
It looks like that a buffer is running full. But why we are not seeing any difference between a "good" part and a "bad" part (good - part which shows no memory problems; bad - part which shows memory problems in windows)
Thanks in advance. You could also write in german, it is probably easier for both sides

Best regards,
Dominik
EDIT2:
It looks like that the ECU is triggering a problem in your .dll
