Bug 114385 - Opening WebKit in any fashion crashes the application.
Summary: Opening WebKit in any fashion crashes the application.
Status: RESOLVED DUPLICATE of bug 114341
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.8
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-10 14:41 PDT by raj
Modified: 2013-04-10 14:46 PDT (History)
4 users (show)

See Also:


Attachments
crash log (68.65 KB, text/plain)
2013-04-10 14:41 PDT, raj
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description raj 2013-04-10 14:41:14 PDT
Created attachment 197408 [details]
crash log

Reproduced by opening the application. I can't even tell what build this is on because the app crashes before I get to the about menu.
Comment 1 Timothy Hatcher 2013-04-10 14:44:15 PDT
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000bbadbeef

0   com.apple.JavaScriptCore      	0x00000001084556c5 JSObjectSetPrivate + 85
1   com.apple.Safari.framework    	0x00007fff8bdb5d29 Safari::JSWrapper::disconnectWrapper(OpaqueJSValue*) + 41
2   com.apple.JavaScriptCore      	0x000000010842a9be JSC::JSCallbackObjectData::finalize(JSC::Handle<JSC::Unknown>, void*) + 46
3   com.apple.JavaScriptCore      	0x0000000108542d8c JSC::WeakBlock::sweep() + 108
4   com.apple.JavaScriptCore      	0x0000000108543208 JSC::WeakSet::sweep() + 40
5   com.apple.JavaScriptCore      	0x00000001084a23b8 JSC::MarkedBlock::sweep(JSC::MarkedBlock::SweepMode) + 24
6   com.apple.JavaScriptCore      	0x00000001084a1983 JSC::MarkedAllocator::allocateSlowCase(unsigned long) + 99
7   com.apple.WebCore             	0x000000010951094e JSC::JSValue WebCore::wrap<WebCore::JSSQLTransaction, WebCore::SQLTransaction>(JSC::ExecState*, WebCore::JSDOMGlobalObject*, WebCore::SQLTransaction*) + 174
8   com.apple.WebCore             	0x0000000109510f37 WebCore::JSSQLTransactionCallback::handleEvent(WebCore::SQLTransaction*) + 199
9   com.apple.WebCore             	0x0000000109955665 WebCore::SQLTransaction::deliverTransactionCallback() + 117
Comment 2 Oliver Hunt 2013-04-10 14:46:51 PDT
Fixed in ToT

*** This bug has been marked as a duplicate of bug 114341 ***