LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access violation (0xC0000005) at EIP=0x06286380 when using MATLAB script.

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):

 

matlab.png

 

I don't know why the error happens. Do you have any idea?

 

Thank you very much. 

 

0 Kudos
Message 1 of 2
(3,020 Views)

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.

Matt J | National Instruments | CLA
Message 2 of 2
(3,014 Views)