View Single Post
  #3   (View Single Post)  
Old 24th February 2009
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Compiling it with debugging information is the easy part ;-)

attaching gdb to it at run time though, I don't think is something I want to do. The crashes happen intermitently as if for know reason, and I've yet to get enough data to try and track down what causes it based on input. Attaching GDB seems to "lock" the program so to speak; killing the ability to run Arora interactively, which would make it trickier to debug without having to generate a simulation by scripting gdb.
__________________
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