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/19529] [ARM]: FAIL: stdlib/tst-makecontext


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

Szabolcs Nagy <nszabolcs at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |nszabolcs at gmail dot com
         Resolution|---                         |FIXED

--- Comment #3 from Szabolcs Nagy <nszabolcs at gmail dot com> ---
note, that unwinding after setcontext should be possible, the return address
comes from a register that is saved in the ucontext struct, however unwind
tables are needed to find where that register got saved on the stack.

fixed in e535ce250143b9c1600b306911710c0de73e2a5e

-- 
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]