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 breakpoints/15679] 'catch throw' crashes with ' auto-solib-add off'


http://sourceware.org/bugzilla/show_bug.cgi?id=15679

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |tromey at redhat dot com

--- Comment #1 from Tom Tromey <tromey at redhat dot com> ---
I tried this with 7.5 and with current cvs gdb, and it worked fine for
me:

gdb -nx
set auto-solib-add off
file ./gdb.cp/nextoverthrow   # <- c++ test case from gdb
start
shared
catch throw
start

Could you supply more details?
Maybe your platform info would help.
Or maybe a stack trace from the gdb core file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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