Multithreaded App hanging in pthread calls
From: Rocks (drawoh_at_rediffmail.com)
Date: 11/26/05
- Next message: Måns Rullgård: "Re: determining nfs mount from struct stat"
- Previous message: bill pursell: "determining nfs mount from struct stat"
- Next in thread: QNils_O=2E_Sel=E5sdal=22?=: "Re: Multithreaded App hanging in pthread calls"
- Reply: QNils_O=2E_Sel=E5sdal=22?=: "Re: Multithreaded App hanging in pthread calls"
- Reply: Gene: "Re: Multithreaded App hanging in pthread calls"
- Reply: Gene: "Re: Multithreaded App hanging in pthread calls"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Nov 2005 01:24:49 -0800
Hi All,
I have a multithreaded Application that hangs in pthread calls, i don't
think there might be a bug, cuz if this thread lets go everything else
will work fine. Specifically the thread seems stuck in this :
#0 0xb75dd7a9 in __lll_mutex_lock_wait () from
/lib/tls/libpthread.so.0
#1 0xb75da797 in _L_mutex_lock_28 () from /lib/tls/libpthread.so.0
I wonder what this means, has it acquired the lock, or is it waiting
for a mutex to be available? can someone shed some light on this?
Thanks!
Rocks
- Next message: Måns Rullgård: "Re: determining nfs mount from struct stat"
- Previous message: bill pursell: "determining nfs mount from struct stat"
- Next in thread: QNils_O=2E_Sel=E5sdal=22?=: "Re: Multithreaded App hanging in pthread calls"
- Reply: QNils_O=2E_Sel=E5sdal=22?=: "Re: Multithreaded App hanging in pthread calls"
- Reply: Gene: "Re: Multithreaded App hanging in pthread calls"
- Reply: Gene: "Re: Multithreaded App hanging in pthread calls"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|