Re: [PATCHv2,HURD] Add fork hooks for pthread_atfork

2014-04-05 Thread Ludovic Courtès
Thomas Schwinge skribis: > Manolis has hit this issue again, > . > > On Tue, 4 Mar 2014 02:40:12 +0100, Samuel Thibault > wrote: >> Roland McGrath, le Mon 03 Mar 2014 15:36

Re: [PATCHv2,HURD] Add fork hooks for pthread_atfork

2014-04-05 Thread Thomas Schwinge
Hi! Manolis has hit this issue again, . On Tue, 4 Mar 2014 02:40:12 +0100, Samuel Thibault wrote: > Roland McGrath, le Mon 03 Mar 2014 15:36:52 -0800, a écrit : > > > Rolan

Re: [PATCHv2,HURD] Add fork hooks for pthread_atfork

2014-03-03 Thread Samuel Thibault
Roland McGrath, le Mon 03 Mar 2014 15:36:52 -0800, a écrit : > > Roland McGrath, le Fri 20 Dec 2013 13:05:42 -0800, a ,Aicrit : > > > The linker is supposed to define those symbols automagically. > > > Did it break? > > > > We have been having > > > > $,1r| > > checking for sufficient default -

Re: [PATCHv2,HURD] Add fork hooks for pthread_atfork

2014-03-03 Thread Roland McGrath
> Roland McGrath, le Fri 20 Dec 2013 13:05:42 -0800, a

Re: [PATCHv2,HURD] Add fork hooks for pthread_atfork

2014-02-24 Thread Samuel Thibault
Hello, Roland McGrath, le Fri 20 Dec 2013 13:05:42 -0800, a écrit : > The linker is supposed to define those symbols automagically. > Did it break? We have been having “ checking for sufficient default -shared layout... no ” at least since 2.17, yes. (I don't have logs between 2.13 and 2.17)

Re: [PATCHv2,HURD] Add fork hooks for pthread_atfork

2013-12-20 Thread Roland McGrath
The linker is supposed to define those symbols automagically. Did it break?

Re: [PATCHv2,HURD] Add fork hooks for pthread_atfork

2013-12-20 Thread Thomas Schwinge
Hi! On Tue, 24 Sep 2013 23:08:15 +0200, Samuel Thibault wrote: > 2013-09-24 Samuel Thibault > > pthread_atfork needs application callbacks to be called outside any locking. > > * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook, > _hurd_atfork_child_hook, > _hurd_atfork_parent_hook): Ne