LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stack overflow (0xC00000FD) at EIP=0x0E0c3E89

Hello here Shambhu

I am LabWindow/CVI build dll and interfacing with LabVIEW .i getting the error is Stack overflow (0xC00000FD) at EIP=0x0E0c3E89  .   I am not able to identify the generator of this error. ( Maybe someone can do it from the error message above).  It is possible to catch this error ????

0 Kudos
Message 1 of 2
(2,849 Views)

There is no way to tell you what is wrong beyond the obvious that your code somehow caused a stack overflow. How that happened is not possible to tell without having all the components available (including DLL source code) and starting to do some source code level debugging in the C interface. It's possible that you mixed up the Call Library Node configuration although I have yet to come across a Stack overflow exception in my (extensive) external code programming that wasn't caused by some hairy low level C programming.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(2,821 Views)