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]

what to do about dl_iterate_phdr()


dl_iterate_phdr() isn't signal-safe and therefore there is currently
no way to safely unwind out of a signal-handler.  My proposal to make
dl_iterate_phdr() async-signal-safe seems to have fallen on deaf ears.

So what's your position?  Is the official position that glibc simply
cannot safely unwind out of a signal handler or do you have an
alternate proposal in mind?

Thanks,

	--david


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