1753930 Members
10124 Online
108810 Solutions
New Discussion

Application Core dumps

 
skarunanidhi
Occasional Contributor

Application Core dumps

Hi all!
How do I force an application to core dump? I require this for analysis.
Thanks and Regards,
S.Karunanidhi,
Wipro,Bangalore
Karunanidhi.S
1 REPLY 1
prajeesh
New Member

Re: Application Core dumps

Hi,

I would use the command kill ?SIGQUIT

If the application is started in the foreground :
check the key or key combinations for quit from the output of stty ?a command ( generally it is ctrl+),
Try this combination to force core dump.