View Single Post
  #1   (View Single Post)  
Old 23rd February 2009
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default how can I get a core file out of this program

I've taken an interest in a Qt/Webkit based browser called Arora, the only major problems being it loads pages slow as crap and occasionally crashes (without core file). It has a great restore-last-session feature, but I'd rather know what causes the crash. The only way I can think of to go about it, compile it with debugging information and do a postmortem on it after a crash.


My shell session and default login class are granted unlimited size on core file sizes, but how do I actually make the process dump core whenever it crashs?
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote