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: [patch] Fix cleanup in finish_command


> BTW I have found the crash happens even with this patch, I haven't found the
> real cause yet.

Interesting, as I couldn't understand the relationship between
the backtrace and the patch... You might also be in a situation
similar to what I faced on Darwin: a correct cleanup fix triggering
a latent bug; In that situation I found it useful to first git-bisect
to narrow down the commit that caused the change of behavior, and
then finish the bug off with valgrind's help.

-- 
Joel


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