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 sanitizer/65479] sanitizer stack trace missing frames past #0 on powerpc64


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65479

--- Comment #14 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
I wonder if this is just support that hasn't been updated in the GCC copy of
libsanitizer.  I recall fixing this bug (or one very similar to it) on the
Clang side in 2015.  There is some Power-specific logic in there for doing the
stack unwinding.  I will try to dig that information up and compare the two.

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