On Fri, 2008-04-04 at 14:29 +0200, Fabio M. Di Nitto wrote: > Hi Lon and Steven, > > i found a bug in liblogsys and i have no idea how to fix it. > > In attachment there is the smallest test case i could write. > > Build with: gcc -Wall -O0 -ggdb test.c -L/usr/lib/openais -llogsys > or similar.. please keep liblogsys shared as it should be in the final > application. > > The problem is that logsys init doesn't survive a fork() used to daemonize > (like many applications do).
pthread_atfork needed? -- Lon _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
