Project Home
Project Home
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 - Coredump creation from user defined Fignal Handler: (2 Items)
   
Coredump creation from user defined Fignal Handler  
Hi,

Could you any one suggests me is there any way to create a coredump from user defined signal handler without using  "
signal(sig_num_u32, SIG_DFL) and kill(getpid(), sig_num_u32)".

Thank you in Advance....

Thanks & Regards,
Sai
Re: Coredump creation from user defined Signal Handler  
> Hi,
> 
> Could you any one suggests me is there any way to create a coredump from user 
> defined signal handler without using  "signal(sig_num_u32, SIG_DFL) and 
> kill(getpid(), sig_num_u32)".
> 
> Thank you in Advance....
> 
> Thanks & Regards,
> Sai