This is the mail archive of the gdb-patches@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]

Re: [RFA] completer test [was Re: [RFC] Cleanup for make_source_files_completion_list]


On 05/15/2013 10:49 PM, Joel Brobecker wrote:
Reviewing the entire email thread, I think it's a totally different
issue. I am referring to:

     (gdb) b simple<TAB>
     /[...]/cleanups.c:264: internal-error: restore_my_cleanups: Assertion `*pmy_
+chain == SENTINEL_CLEANUP' failed.
     A problem internal to GDB has been detected,
     further debugging may prove unreliable.
     Quit this debugging session? (y or n)

Actually, I have a patch for this. I ran across the same thing with Insight. This assert is being triggered by find_frame_funname, which contains a dangling cleanup. This is in ada-lang.c in two places.

I will be submitting as soon as I have enough coffee.

Keith


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