This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/16629] [aarch64] setcontext clobbers alternate signal stack


https://sourceware.org/bugzilla/show_bug.cgi?id=16629

--- Comment #2 from Michael Hudson-Doyle <michael.hudson at linaro dot org> ---
Hi, I'm on leave and don't really have time to dig into it, but applying the
linked patch in isolation breaks the go runtime rather badly:

(t-mwhudson)mwhudson@am1:~/juju-core-1.17.2$ go
fatal error: runtime: mcall function returned

This error message is from
http://gcc.gnu.org/viewcvs/gcc/trunk/libgo/runtime/proc.c?revision=208390&view=markup#l308
and implies that the call to setcontext returned normally (which it should not
do, of course).

I may have screwed up applying the patch of course.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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