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: [PATCH] Fix linuxthreads tst-cancel5


Jakub Jelinek wrote:

> The following patch fixes tst-cancel5 by handling fork/__fork and
> siglongjmp/longjmp the same between -lpthread -lc and -lc -lpthread.

Thanks, I've checked the changes in.  There was a problem with the
libpthread constructor in nptl running twice because of your Makefile
change.


> 
> BTW: Something should still be done about malloc/thread-m.h thread_atfork,
> particularly it should call IMHO __register_atfork directly
> (both for nptl and linuxthreads).

I'm looking at this now.

-- 
--------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------


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