This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 bootstrap/53779] Bootstrap hangs waiting for a lock


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53779

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> 2012-06-26 14:55:34 UTC ---
Try running it under valgrind.  Your patch is apparently causing a memory
corruption, and the SIGABRT handler tries to call back into malloc/free, which
cannot work.  Most likely target_cost_data is freed twice.


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