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


amaguire <alan.maguire at sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |CAUSEKNOWN


--- Comment #5 from amaguire <alan.maguire at sun.com> 2009-08-16 15:53:01 UTC 
---
the other part of the problem is certain times we must walk the configuration
and modify the object lists - e.g. at init/fini times. Since we only take a
read lock for such actions, problems can occur, e.g. freeing an object that
another thread has a reference to. I think we need to be more discerning
between times we need to do a walk with the write lock versus with a read lock.

-- 
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.

Reply via email to