Crash issue on select call.



Hi,

I have my application running on RHAS 3.0, Apache 2.0 prefork server.
My application is a huge one and gettign crashes around select call
which is used for providing timeouts upto millisecond precision.
select(0, NULL, NULL, NULL, &tv) ;

The output trace of the command "(gdb) thread apply all bt full"
shows a thread of another process having crashed at the select call
(this select call is called from a different function).

Overall the issue is 2 different threads calling different select
calls and crash happens in one of the select calls.

Please assist, the documentation on Linux no where states any known
issues with select calls.

.