On Tue, Apr 25, 2000 at 02:56:13AM +0200, Ove Kaaven wrote:
> You (Alexandre) mentioned fork(), which I hadn't noticed since it
> wasn't a problem for me... but perhaps it is to others...
> (Wonder if this was what ailed Lionel?)

Well, on my system :

nexus6:/home/ulmer$ nm /lib/libc.so.6 | grep fork
0005e5e0 T __fork
0005e620 T __vfork
0005e5e0 W fork
0005e620 W vfork

nexus6:/home/ulmer$ nm /usr/local/glibc_2.1.3/lib/libc.so.6 | grep fork
000802b0 W __fork
000802b0 T __libc_fork
         U __pthread_atfork
000802f0 T __vfork
000802b0 W fork
00053424 t free_atfork
00053290 t malloc_atfork
000802f0 W vfork

This means that this patch only works for users with glibc
2.1.x... (so, no, this certainly does not solve my problem :-) ).

Time to upgrade to glibc 2.1.x :-)

-- 
               Lionel Ulmer   -   [EMAIL PROTECTED]

Reply via email to