How can I get GDB to tell me what address caused a segfault?

Posted by nornagon on Stack Overflow See other posts from Stack Overflow or by nornagon
Published on 2010-06-09T05:46:37Z Indexed on 2010/06/09 5:52 UTC
Read the original article Hit count: 158

Filed under:
|

I'd like to know if my program is accessing NULL pointers or stale memory.

© Stack Overflow or respective owner

Related posts about c

    Related posts about gdb