6
votes
Line number of segmentation fault
I don't know of a gcc option, but you should be able to run the application with gdb and then when it crashes, type "where" to take a look at the stack when it exited, which should get you close. …
