[Webkit-unassigned] [Bug 71718] Apparent threading bug causes intermittent segfaults

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 08:16:55 PST 2011


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





--- Comment #2 from Andrew Wason <rectalogic at rectalogic.com>  2011-11-08 08:16:55 PST ---
Created an attachment (id=114075)
 --> (https://bugs.webkit.org/attachment.cgi?id=114075&action=review)
valgrind log

I built webkit with ENABLE_JIT=0 so that valgrind can be used, and after repeated runs was able to catch the error in the attached valgrind log.

The problem seems to be that the static Mutex in Source/JavaScriptCore/wtf/qt/ThreadingQt.cpp:threadMapMutex() is sometimes destroyed at process exit while the WorkerThreads are shutting down. The WorkerThreads are using the destroyed threadMapMutex while they are shutting down.

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



More information about the webkit-unassigned mailing list