C program debugging in gdb problem

Posted by JosiP on Stack Overflow See other posts from Stack Overflow or by JosiP
Published on 2010-05-04T12:06:34Z Indexed on 2010/05/05 6:48 UTC
Read the original article Hit count: 494

Filed under:

I'm trying to run my app on gdb. Therefore I compiled it with the 'g' option. But when I'm running gdb ./app I get:

DW_FORM_strp pointing outside of .debug_str section [in module /home/w/app]

And I cannot do any break:

(gdb) break main
No symbol table is loaded.  Use the "file" command. 
(gdb) . 

© Stack Overflow or respective owner

Related posts about gdb