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

--- Comment #5 from faorg-lists at yahoo dot co.uk ---
> Can you show the text that it prints?

In 'mi' mode, just:

gdb process terminated with a core dump.
Closing this gdb session.

I haven't had it go wrong with the normal UI yet.

> Line 5940 doesn't look like a likely suspect in any tree I have checked out.

 5935   if (b->ops != NULL && b->ops->print_one != NULL)
 5936     {
 5937       /* Although the print_one can possibly print all locations,
 5938          calling it here is not likely to get any nice result.  So,
 5939          make sure there's just one location.  */
 5940       gdb_assert (b->loc == NULL || b->loc->next == NULL);
 5941       b->ops->print_one (b, last_loc);
 5942     }

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