This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug backtrace/11313] internal-error: print_frame_args: Assertion `nsym != NULL' failed


------- Additional Comments From tromey at redhat dot com  2010-07-16 16:47 -------
The problem here has to do with case-sensitivity.
lookup_symbol_in_language downcases the symbol name.
However, the DWARF reader doesn't do this, so the
symbol is then not found.  So, the assertion in stack.c
triggers.

In the long term the best thing to do would be to clean up this area.
See PR 11560.

In the short term it seems reasonable to me to just remove this assert.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11313

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]