Comment 7 for bug 1248981

Revision history for this message
Terry Guo (terry.guo) wrote :

Hi Kirill,

I now can confirm that the issue is caused by a known gdb bug which is already fixed in recent gdb. The gdb 7.4.1.20130913 in this release has some problem to decode DWARF debug information generated by -g3 option. For the time being, please recompile your project with -g or -g2 to work around this issue.

Hi Niall,

You might also need to recompile your project with -g or -g2.