[Webkit-unassigned] [Bug 121650] New: ASSERTs in isMainThread after USE(WEB_THREAD) MainThread changes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 19 18:04:06 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121650
Summary: ASSERTs in isMainThread after USE(WEB_THREAD)
MainThread changes
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joepeck at webkit.org
CC: dbates at webkit.org, benjamin at webkit.org
I broke Safari Extensions with my change outside of USE(WEB_THREAD):
1 0x10cc62680 WTFCrash
2 0x10cc85ffa WTF::isMainThread()
3 0x10ead5836 WebCore::localizedString(char const*)
4 0x10b41d4f8 WebKit::WebProcess::initializeProcessName(WebKit::ChildProcessInitializationParameters const&)
5 0x10b0073c7 WebKit::ChildProcess::initialize(WebKit::ChildProcessInitializationParameters const&)
6 0x10b25b2aa int WebKit::ChildProcessMain<WebKit::WebProcess, WebKit::WebContentProcessMainDelegate>(int, char**)
7 0x10b25b08b WebContentProcessMain
8 0x10afa3d18 WebKit::BootstrapMain(int, char**)
9 0x10afa3b92 main
So I will suggest a more targeted fix not changing anything outside of USE(WEB_THREAD).
--
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