FW: pthread_mutex_lock call hangs

2003-03-06 Thread Ajay Bansal
Title: Message may be somebody over here can answer this -Original Message-From: Ajay Bansal Sent: Thursday, March 06, 2003 9:36 PMTo: [EMAIL PROTECTED]Subject: pthread_mutex_lock call hangs Hi All I am on RH73, gcc 3.2.1 I have a scenario in which, only if the code is in

Re: pthread_mutex_lock call hangs

2003-03-06 Thread Don Dade
Hi Ajay, This is the normal sequence for LinuxThreads pthread_mutex_lock(). I would guess that you've got a very subtle bug that is causing a deadlock when you compile and run with debugging turned on. I'd go through the code and find all the possible ways in which you could have nested