NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Access violation (0xC0000005) at EIP=0x00496F5C

I am getting the following error while I try to run a script from Teststand.

 

 

Capture.PNG

 

I am attaching the error log too . I am not sure what the problem is . 

0 Kudos
Message 1 of 4
(5,078 Views)

Hi,

 

You can debug (try to skip steps) and trace out which step is resulting in this.

Once the module with issue is identified you can debug into the code from TestStand and trace out the code which is erroring out.

 

Hope this helps.

 

Ravi

0 Kudos
Message 2 of 4
(4,863 Views)

Hi , 

 

Thats the trouble . There is no single step at which GB2_COM crashes . 

 

While running the sequence , I kept tab of memory consumption of GB2_COM exe.

 

Initially the consumption jumps to 38 Mb . After a while the buffers are flushed and memory goes down to 2 mb.

 

During normal execution it stays within 5 mb . Just before the issue memory jumps to 80 mb and I get this crash report.

0 Kudos
Message 3 of 4
(4,860 Views)

Hi,

 

Then you need to debug the code for GB2_COM.exe.

 

If the code is not available  for you to debug then few things which you can try :

Add steps to do manual flushing at different instances.

Add wait steps before you call this GBCOM steps (probably some synchronisation problem) or try running with different tracing speeds.

 

Hope this helps.

 

Ravi

 

 

0 Kudos
Message 4 of 4
(4,850 Views)