This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new syscall stub support for ia64 libc


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Mosberger wrote:

> OK, it looks to me like the unwinder is failing.  I suspect it's
> choking either on the .altrp directive or on the unwind directives for
> the signal trampoline.

But we already did unwind through signal handlers.  It must be something
new your patch adds.  So likely the code in _dl_sysinfo_break, the
.altrp etc.  If a signal is received the thread is usually in a syscall
so we have to unwind through the signal handler frame, the sigreturn
stuff, and then the frame around the break instruction.  It must be the
step from sigreturn to _dl_sysinfo_break, everything else is the same.

- -- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/uQ+G2ijCOnn/RHQRAo1NAJ0aF0EYnOiEfGCJId1GEzRd83bvDwCeMZFY
ZQR4Jc+29Se2JNc/wCu4Jlg=
=Gvc+
-----END PGP SIGNATURE-----


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