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

libgo patch committed: Don't crash if missing debug info in runtime.Callers


This patch to libgo avoids crashing if there is no debug info when
calling runtime.Callers.  This is particularly useful because memory
profiling, which is on at a low rate by default, will call
runtime.Callers even though the program itself does not call it.  This
addresses part of GCC PR 64595.  Bootstrapped and ran Go testsuite on
x86_64-unknown-linux-gnu.  Committed to mainline.

Ian

Attachment: foo.txt
Description: Text document


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