[Tutor] segmentation fault

Alan Gauld alan.gauld at btinternet.com
Mon Jul 13 01:05:16 CEST 2009


"Rick Pasotto" <rick at niof.net> wrote 

> using daily. Suddenly when I try to run it I get a segmentation fault.
> 
> I'm running debian testing so probably some recent update caused the
> breakage. How can I find out what's gone wrong?

Have you got the core file?
If so you should be able to use gdb to examine the stack trace 
or at least the register dump. It should provide a clue as to which 
function of which process was at fault, and tell you the input parameters 
at the time of crash. If you have it, you might find adb useful too. 
But I don't know if Debian Linux has an adb...

Alan G





More information about the Tutor mailing list