From: Vladimir Prus <vladimir@codesourcery.com>
To: Andreas Schwab <schwab@suse.de>
Cc: gdb@sourceware.org
Subject: Re: breakpoint.c:5280: internal-error: expand_line_sal_maybe: Assertion `found' failed.
Date: Mon, 23 Jun 2008 03:52:00 -0000 [thread overview]
Message-ID: <200806230751.44399.vladimir@codesourcery.com> (raw)
In-Reply-To: <jey74xav9u.fsf@sykes.suse.de>
On Monday 23 June 2008 03:45:49 Andreas Schwab wrote:
> I'm getting this assertion failure when setting a breakpoint on a C++
> member function. What does that mean? This failure exists since the
> function was introduced. When I remove the assertion I don't see
> anything wrong happening.
This means that GDB found the symbol you requested, at some address, X,
and associated with file:file F:L. Then, we find all addresses {Y} corresponding
to F:L. The assert means that X does not belong to the set of addresses {Y}.
This should not happen generally -- do you have a small reproducible example?
- Volodya
next prev parent reply other threads:[~2008-06-23 3:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-22 23:46 Andreas Schwab
2008-06-23 3:52 ` Vladimir Prus [this message]
2008-06-23 8:22 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200806230751.44399.vladimir@codesourcery.com \
--to=vladimir@codesourcery.com \
--cc=gdb@sourceware.org \
--cc=schwab@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox