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/15407] Partial frame info in sysdeps/x86_64/start.S


http://sourceware.org/bugzilla/show_bug.cgi?id=15407

--- Comment #9 from Roland McGrath <roland at gnu dot org> 2013-04-26 22:17:34 UTC ---
I don't understand how the extra FDEs gold emits would be related.
All the FDEs are for disjoint PC ranges, so why would the unwinder even so
those others?  Please investigate further what exactly is really going on.  The
only thing I can imagine (other than unrelated unwinder bugs) is that the bad
CFI for _start is causing the unwinder to think that a PC in one of the PLT
ranges is part of the call stack, but given that it's cfi_undefined (rip), I
can't think of a way that could be true.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]