LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access Violation (0xC0000005) at EIP=0x3055A363

Hi,

My exe get crush after a continuous run of arround one hour and showing some access violation and some numbers.

I want to know why the executable is continuously crushing after a certain amount of time and also how to solve it.

 

I am using windows embeded standerd 7 and labview 2014.

My exe is based on actor framework.

 

Message list:

 

Access Violation (0xC0000005) at EIP=0x3055A363

Access Violation (0xC0000005) at EIP=0x3008622B

Access Violation (0xC0000005) at EIP=0x30085E59

etc.

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

There is not enough information here to help you. You need to post your code and more details about what your application does.

 

Normally, if you get a hard crash like that it's either down to an issue calling external code (e.g. .NET, DLLs) or a LabVIEW bug. You'd need to post the full error description from the error dialog / windows event logs.

 

If your application is crashing after a while of running, it could be a memory leak or a problem with opening references and not closing them. Does your memory usage go up as your application runs? Have you tried using the Desktop Trace Toolkit to look for reference leaks?


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 2
(3,644 Views)