http://defect.opensolaris.org/bz/show_bug.cgi?id=8759


Michael Hunter <michael.hunter at sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.hunter at sun.com




--- Comment #3 from Michael Hunter <michael.hunter at sun.com>  2009-05-07 
14:29:08 ---
A quick look at nwam_event_send() suggests one avenue for investigation.  The
event mutex is held across a bunch of blocking calls including msgsnd() which
is in the stack of thread 1.  Even if this turns out not to be the root cause
for this bug another bug should be written to fix this.  Mutex's should be held
like this.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.

Reply via email to