Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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.