[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
Thu May 3 11:40:22 PDT 2007


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





------- Comment #8 from anyang.ren at gmail.com  2007-05-03 11:40 PDT -------
Thanks for the info, Alexey.  The reason I brought up the issue
of thread safety was that the constructors and the = operator
for that static ProtectedPtr<JSValue> object all acquire a lock.
So I thought we also had to ensure that the static object's
construction/initialization is only done once in a multithreaded
environment.


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