> From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Subject: Is this lock normal or an indication for a deadlock? > > our new shiny 4x opteron dual core server just stoped responding. I've > sent it a kill -QUIT and found out that 678 Threads were hanging in > the same "StackTrace".
What's of more interest is the tiny minority of threads that are _not_ waiting on this particular lock - one of those is keeping these 678 from making progress. Is there any possibility that the thread currently owning the monitor has run off into native code and forgotten to come back? Regardless, it's the other threads that need to be examined more closely. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]