LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Debug of production application

Hello experts,

 

I have an application created with LabWindows/CVI and released in production. I configured the OS so that a core dump is created every time the application crashes.

In order to use analyze the dump file in a profitable way I need the symbols file for my application.

Does anyone know how to create the symbol file in LabWoindows/CVI?

 

Alternative ways to analyze production application crashes are welcomes of course.

 

Thanks in advance

Regards

Message 1 of 3
(2,190 Views)

I suggest you to enable Generate Map File option in Build >> Target Settings: this will create the memory map of the application that you can compare with info in the crash dump to locate the function where originated the error.

 



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 3
(2,187 Views)

Thanks Roberto, 

that's a valuable suggestion.

 

Best Regards

 

Message 3 of 3
(2,144 Views)