[osol-help] mutex_lock_queue

2008-05-28 Thread Nishant Arora
Hi All request your urgent help on this problem, this issue is blocking an urgent market release. We are stuck!! server details now as below /etc >cat release Solaris 10 11/06 s10s_u3wos_10 SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assemble

[osol-help] mutex_lock_queue

2008-05-08 Thread Andrew C. Henle
What do the stack traces for the other threads look like? The only ways a thread can block in that particular mutex is if either another thread holds the lock, or the mutex is corrupted. And since you've implied this is a repeatable problem, I strongly suspect another thread is holding the mut

[osol-help] mutex_lock_queue

2008-05-08 Thread Akhilesh Mritunjai
Hi This is list for OpenSolaris, for Solaris 10, please contact your support rep. Additionally, without knowing which set of APIs have changed and whether or not application has makes use of them in proper fashion, providing any help would not be possible. The stack trace shows that your appli

[osol-help] mutex_lock_queue

2008-05-08 Thread Nishant Arora
Hi, we have a multithreaded application which has been upgraded from the earlier solaris version 5.9 to a new set of APIs on Solaris 5.10. consequently this application is hanging on this system call, can you please suggest why the problem is occuring and what could be a probable resolution. N.B