Bug 12822 - Assertion `found' failed.
Summary: Assertion `found' failed.
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: breakpoints (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on: 12573
Blocks: 13105
  Show dependency treegraph
 
Reported: 2011-05-30 08:23 UTC by Jan Kratochvil
Modified: 2011-12-06 23:24 UTC (History)
1 user (show)

See Also:
Host:
Target: x86_64-fedora14-linux-gnu
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kratochvil 2011-05-30 08:23:32 UTC
webkitgtk-1.3.10-1.fc14.x86_64
webkitgtk-debuginfo-1.3.10-1.fc14.x86_64
/usr/lib64/libwebkitgtk-1.0.so.0.5.2
/usr/lib/debug/usr/lib64/libwebkitgtk-1.0.so.0.5.2.debug
http://kojipkgs.fedoraproject.org/packages/webkitgtk/1.3.10/1.fc14/x86_64/webkitgtk-1.3.10-1.fc14.x86_64.rpm
http://kojipkgs.fedoraproject.org/packages/webkitgtk/1.3.10/1.fc14/x86_64/webkitgtk-debuginfo-1.3.10-1.fc14.x86_64.rpm

GNU gdb (GDB) 7.3.50.20110529-cvs
break 'non-virtual thunk to WebCore::Node::~Node()'
breakpoint.c:7628: internal-error: expand_line_sal_maybe: Assertion `found' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.

0000000000726640 t non-virtual thunk to WebCore::Node::~Node()
0000000000726640 t _ZThn8_N7WebCore4NodeD0Ev
0000000000726610 t non-virtual thunk to WebCore::Node::~Node()
0000000000726610 t _ZThn8_N7WebCore4NodeD1Ev
Comment 1 Tom Tromey 2011-08-17 15:31:26 UTC
This assertion is gone, at least.
Maybe the bug can be closed.
Comment 2 Jan Kratochvil 2011-08-17 15:55:19 UTC
PR 12573 fixed most of the reasons of this Bug.
But this Bug itself has not yet been fixed.
I do not think it should be closed yet.
Comment 3 Tom Tromey 2011-12-06 19:12:20 UTC
Should this be closed now that ambiguous linespec is in?
I am not sure.  This area has changed a lot now.
If it should still be open, what is the current bug?
Comment 4 Jan Kratochvil 2011-12-06 23:24:19 UTC
It will do now:

Breakpoint 1 at 0x32e772662d: non-virtual thunk to WebCore::Node::~Node(). (2 locations)
(gdb) info breakpoints 
Num     Type           Disp Enb Address            What
1       breakpoint     keep y   <MULTIPLE>         
1.1                         y     0x00000032e772662d in WebCore::Node::~Node() at Source/JavaScriptCore/wtf/FastAllocBase.h:121
1.2                         y     0x00000032e77265f3 in WebCore::Node::~Node() at Source/WebCore/dom/Node.cpp:362

which is hopefully right, at least definitely out of the scope of this Bug.
Thanks.