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 go/66303] runtime.Caller() returns infinitely deep stack frames on s390x


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

--- Comment #8 from Ian Lance Taylor <ian at airs dot com> ---
The initial stack frame of a goroutine is set up by the makecontext function,
which is part of the C library.  Ideally makecontext should arrange matters
such that a backtrace stops at that point, as pthread_create does.


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