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 gdb/11896] symbol-file command crashes gdb with an assertion failure


------- 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.


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