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]


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

For the record, I briefly looked at the patch, and I think they
are different issues, so thanks for taking a look!

I suspect we are going to find a large number of issues in
ada-lang, simply because I never quite grasped the fact that
cleanups should not be leaked under normal execution (only
when an exception is raised, in which case they get automatically
performed).

-- 
Joel


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