Bug 8299 - displays bail out
Summary: displays bail out
Status: RESOLVED WORKSFORME
Alias: None
Product: gdb
Classification: Unclassified
Component: c++ (show other bugs)
Version: 5.3
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 02:28 UTC by ossi
Modified: 2012-11-09 16:40 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ossi 2003-04-28 02:28:00 UTC
[Converted from Gnats 1194]

when i try to print/display some complex objects, i get something like that:

(gdb) print *dialog
$1 = {<QDialog> = {<QWidget> = {<QObject> = {<Qt> = {static color0 = Internal: global symbol `_ZN2Qt6color0E' found in kernel/qcolor.cpp psymtab but not in symtab.
_ZN2Qt6color0E may be an inlined function, or may be a template function

the message is confusing. on one hand it says something about an internal (error?), otoh the last sentence sounds like the user could try to do something about it (what?).
in any case i'm wondering whether the situation has to be fatal to the rest of the display.

Release:
GNU gdb 5.3-debian

Environment:
debian linux unstable, package gdb-5.3-2
Comment 1 Daniel Jacobowitz 2003-04-28 08:31:32 UTC
State-Changed-From-To: open->analyzed
State-Changed-Why: This is just another problem with crappy namespace support.
    We're (slowly) getting there.
Comment 2 Tom Tromey 2010-01-19 02:20:33 UTC
I suspect this is no longer a problem.
Let me know either way; otherwise I'll close this bug after
some decent interval.
Comment 3 Tom Tromey 2012-11-09 16:40:37 UTC
I think it works; and has been waiting > 2 years anyway.