This is the mail archive of the glibc-bugs@sources.redhat.com 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/221] C++ throw terminates ucontext_t context, instead of returning via uc_link


------- Additional Comments From jakub at redhat dot com  2004-06-18 11:18 -------
I don't think anything like this is required by any standards.
For each target, one would have to describe the makecontext helper behaviour
in terms of DWARF2/3 unwind info.  Say on i386, the helper increases stack
pointer by 4 * %ebx (easy), reads link pointer from the stack, then needs
conditionally go to an area without unwind info (exit case) or simulate the
effect of setcontext call.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=221

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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