
31 May
2007
31 May
'07
8:39 a.m.
On 5/31/07, Felipe Almeida Lessa
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. ;)