On 5/31/07, Felipe Almeida Lessa <[EMAIL PROTECTED]> wrote:
BTW, how do you usually proceed when finding out why your code said
"Segmentation fault."?  (should this question move to a new thread?)

$ gdb my_crashing_program
[wait till crush]
[on the gdb command line:]
$ bt
[prints backtrace]

If you're lucky, this helps a little. ;)
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to