[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
Wed May 2 11:42:57 PDT 2007


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





------- Comment #5 from anyang.ren at gmail.com  2007-05-02 11:42 PDT -------
Cool.  Have you considered the thread safety of the construction of
this function-local static object?  The C++ standard doesn't address
this issue, so how the function-local static object is contructed in
a multithreaded environment is implementation defined.

This issue is discussed in Matthew Wilson's "Imperfect C++", Section
11.3 "Function-Local Static Objects".


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