[PHP-DEV] pthreads in extensions From: Thomas Eisengarten (eisen <email protected>)
Date: 11/30/00

i build an extension which loads an shared object via dlopen. one of the
dynamicly loaded functions calls pthread_create but pthread_create never
comes back and is in any blocking condition, so the server stops working for
this request. php is loaded as an DSO on apache startup and im using
glibc2.1. if i using php as an standalone executable all works fine and the
thread ist created corretly. does anybody have an idea what appens and how
to fix this?

thomas eisengarten

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>