[Webkit-unassigned] [Bug 20914] [QT] JavaScriptCore segmentation fault

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 01:38:14 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20914


tavestbo at trolltech.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #7 from tavestbo at trolltech.com  2008-09-22 01:38 PDT -------
Yes, kjs will still crash on Darwin.

If I understood you correct Alexey, JSC::initializeThreading() can be called
from non-main threads on Darwin, so I used QCoreApplication to get the main
thread instead of currentThread(), so that mainThreadIdentifier will always be
pointing to the main thread no matter which thread the init was called from.

What I didn't foresee was that the jsc binary does not init QCoreApplication.
I'll look into it.

Thanks for the notice :) 


-- 
Configure bugmail: https://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