Re: [Owfs-developers] OWFS on DD-WRT

2007-05-17 Thread Eric Allen
I'm using uclibc 0.9.28 and either gcc 4.1 or 3.4.6 (same result). Might it be worth a shot to drop the reinitialization? On 5/17/07, Christian Magnusson <[EMAIL PROTECTED]> wrote: Using the function __pthread_initialize() and variable __pthread_initial_thread_bos were highly risky, but it wa

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-17 Thread Christian Magnusson
Using the function __pthread_initialize() and variable __pthread_initial_thread_bos were highly risky, but it was necessary to do it due to a bug in libpthread with uclibc. After the main-process forked a new process and died, I had to re-initialize libpthread from the child to make mutexes wor