Crash issue on select call.
- From: garmohit@xxxxxxxxx
- Date: Wed, 26 Sep 2007 23:25:04 -0700
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.
.
- Prev by Date: kernel panic - not syncing: Attempted to kill init!
- Next by Date: Help! Pirut broke my ES5 installation...
- Previous by thread: kernel panic - not syncing: Attempted to kill init!
- Next by thread: Help! Pirut broke my ES5 installation...
- Index(es):