Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Generate a core dump file programmaticaly: (2 Items)
   
Generate a core dump file programmaticaly  
Hi

I have a problem with an application which doesn't generate core dump file because it didn't reallly crash

I use the backtrace lib. It work, but the crash informations i obtain are poor. Only the call stack functions memory 
adresses

Could i generate a core dump file programmaticaly ?

Thank

Olivier
Re: Generate a core dump file programmaticaly  
Send the process a SIGABRT signal.