[Webkit-unassigned] [Bug 13553] The static object in JSLazyEventListener::eventParameterName is destroyed after the static pthreads library is shut down

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 22:42:51 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13553


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Comment #4 from ap at webkit.org  2007-05-01 22:42 PDT -------
A static protected object is used here as a performance optimization, see
<http://trac.webkit.org/projects/webkit/changeset/5404>. So, it doesn't look
like there is an easy way to get rid of it. And I believe that it would be
quite hard to ensure and subsequently maintain that pthread functions are not
used during destruction of static objects, given that this has no negative
consequences on OS X.

Between these two arguments, I'm going to close this bug.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list