05-18-2016 07:37 AM
Hello,
I have a problem with the Matlab Command Window. My VI have a Matlab Script where I process some signals. Unfortunately, sometimes the VI doesn't work and the Command Windows is blocked and "not responds". Then I close it with the Windows Task Manager and the following error code is displayed:
Access violation (0xC0000005) at EIP=0x06286380
The code that I have used is the following (it is a subvi that is called by another Vi):
I don't know why the error happens. Do you have any idea?
Thank you very much.
05-18-2016 08:16 AM
That error is probably the most generic error thrown during a crash. It basically means that the program tried to act on memory for which it has no permissions, did not allocate, or is not a valid address. The most helpful thing you can do is get the smallest reproducing program you can get that shows a very clear cause and effect (do this, receive crash), send in the report to NI and call support.