public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/11896] symbol-file command crashes gdb with an assertion failure
[not found] <bug-11896-4717@http.sourceware.org/bugzilla/>
@ 2011-10-25 2:28 ` ggs334 at 163 dot com
2023-12-30 20:07 ` ssbssa at sourceware dot org
1 sibling, 0 replies; 6+ messages in thread
From: ggs334 at 163 dot com @ 2011-10-25 2:28 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=11896
gaohusheng <ggs334 at 163 dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ggs334 at 163 dot com
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug gdb/11896] symbol-file command crashes gdb with an assertion failure
[not found] <bug-11896-4717@http.sourceware.org/bugzilla/>
2011-10-25 2:28 ` [Bug gdb/11896] symbol-file command crashes gdb with an assertion failure ggs334 at 163 dot com
@ 2023-12-30 20:07 ` ssbssa at sourceware dot org
1 sibling, 0 replies; 6+ messages in thread
From: ssbssa at sourceware dot org @ 2023-12-30 20:07 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=11896
Hannes Domani <ssbssa at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |ssbssa at sourceware dot org
Target Milestone|7.1 |7.4
--- Comment #3 from Hannes Domani <ssbssa at sourceware dot org> ---
I can reproduce the problem with gdb-7.2, but not with gdb-7.4 or newer.
So I'm closing this.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug gdb/11896] symbol-file command crashes gdb with an assertion failure
2010-08-09 18:24 [Bug gdb/11896] New: " sidneym at quicinc dot com
` (2 preceding siblings ...)
2010-08-18 14:58 ` sidneym at quicinc dot com
@ 2010-08-18 23:12 ` sidneym at quicinc dot com
3 siblings, 0 replies; 6+ messages in thread
From: sidneym at quicinc dot com @ 2010-08-18 23:12 UTC (permalink / raw)
To: gdb-prs
--
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
Ever Confirmed| |1
http://sourceware.org/bugzilla/show_bug.cgi?id=11896
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug gdb/11896] symbol-file command crashes gdb with an assertion failure
2010-08-09 18:24 [Bug gdb/11896] New: " sidneym at quicinc dot com
2010-08-17 19:43 ` [Bug gdb/11896] " tromey at redhat dot com
2010-08-17 20:00 ` tromey at redhat dot com
@ 2010-08-18 14:58 ` sidneym at quicinc dot com
2010-08-18 23:12 ` sidneym at quicinc dot com
3 siblings, 0 replies; 6+ messages in thread
From: sidneym at quicinc dot com @ 2010-08-18 14:58 UTC (permalink / raw)
To: gdb-prs
------- Additional Comments From sidneym at quicinc dot com 2010-08-18 14:58 -------
Created an attachment (id=4938)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4938&action=view)
Simple testcase to demonstrate the issue.
This is a simple testcase that shows the issue. I re-tested with today's gdb
(NU gdb (GDB) 7.2.50.20100818-cvs) and still see the problem.
I also tried, ./gdb gdb and didn't see the issue either, but when I did an
"info breakpoints" after discarding the symbol file gdb seg-faulted. This is
what I did:
./gdb gdb
br main
r
symbol-file
info breakpoints
-----
This is my config:
$ /prj/dsp/qdsp6/austin/users/sidneym/gnu/gdb/cvs/src/gdb/configure
--cache-file=./config.cache --with-system-zlib --program-transform-name=s,y,y,
--disable-option-checking --build=x86_64-unknown-linux-gnu
--host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu
--srcdir=../../src/gdb
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11896
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug gdb/11896] symbol-file command crashes gdb with an assertion failure
2010-08-09 18:24 [Bug gdb/11896] New: " sidneym at quicinc dot com
2010-08-17 19:43 ` [Bug gdb/11896] " tromey at redhat dot com
@ 2010-08-17 20:00 ` tromey at redhat dot com
2010-08-18 14:58 ` sidneym at quicinc dot com
2010-08-18 23:12 ` sidneym at quicinc dot com
3 siblings, 0 replies; 6+ messages in thread
From: tromey at redhat dot com @ 2010-08-17 20:00 UTC (permalink / raw)
To: gdb-prs
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://sourceware.org/bugzilla/show_bug.cgi?id=11896
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug gdb/11896] symbol-file command crashes gdb with an assertion failure
2010-08-09 18:24 [Bug gdb/11896] New: " sidneym at quicinc dot com
@ 2010-08-17 19:43 ` tromey at redhat dot com
2010-08-17 20:00 ` tromey at redhat dot com
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: tromey at redhat dot com @ 2010-08-17 19:43 UTC (permalink / raw)
To: gdb-prs
------- Additional Comments From tromey at redhat dot com 2010-08-17 19:43 -------
I tried this on gdb itself ("gdb gdb; start; symbol-file") and it
worked fine for me.
Could you try it on some simple test program? I wonder if there is
something special about whatever program you are debugging.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11896
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-30 20:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <bug-11896-4717@http.sourceware.org/bugzilla/>
2011-10-25 2:28 ` [Bug gdb/11896] symbol-file command crashes gdb with an assertion failure ggs334 at 163 dot com
2023-12-30 20:07 ` ssbssa at sourceware dot org
2010-08-09 18:24 [Bug gdb/11896] New: " sidneym at quicinc dot com
2010-08-17 19:43 ` [Bug gdb/11896] " tromey at redhat dot com
2010-08-17 20:00 ` tromey at redhat dot com
2010-08-18 14:58 ` sidneym at quicinc dot com
2010-08-18 23:12 ` sidneym at quicinc dot com
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).