[Webkit-unassigned] [Bug 6637] selecting node in Inspector after closing window crashes Safari
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Tue Jan 17 22:11:55 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6637
opendarwin.org at bdash.net.nz changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
------- Additional Comments From opendarwin.org at bdash.net.nz 2006-01-17 22:11 -------
Confirmed with ToT. This looks unrelated to bug 6635. Backtrace from the crash is as follows:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000140
Thread 0 Crashed:
0 com.apple.WebCore 0x0113bc3c Frame::jScript() + 20
1 libobjc.A.dylib 0x909c01f4 objc_msgSend + 244
2 com.apple.WebCore 0x01191bf0 -[WebScriptObject(WebScriptObjectInternal)
_initializeScriptDOMNodeImp] + 152
3 com.apple.JavaScriptCore 0x0014f754 -[WebScriptObject _imp] + 60
4 com.apple.JavaScriptCore 0x0014c78c KJS::Bindings::convertObjcValueToValue(KJS::ExecState*,
void*, KJS::Bindings::ObjcValueType) + 516
5 com.apple.JavaScriptCore 0x0014b9f8 KJS::Bindings::ObjcInstance::invokeMethod(KJS::ExecState*,
KJS::Bindings::MethodList const&, KJS::List const&) + 820
6 com.apple.JavaScriptCore 0x001482a8 KJS::RuntimeMethod::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) + 252
7 com.apple.JavaScriptCore 0x0012baec KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 96
8 com.apple.JavaScriptCore 0x00125a90 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 464
9 com.apple.JavaScriptCore 0x001236d4 KJS::VarDeclNode::evaluate(KJS::ExecState*) + 88
10 com.apple.JavaScriptCore 0x0011f8f0 KJS::VarDeclListNode::evaluate(KJS::ExecState*) + 84
11 com.apple.JavaScriptCore 0x00122684 KJS::VarStatementNode::execute(KJS::ExecState*) + 104
12 com.apple.JavaScriptCore 0x00122d5c KJS::SourceElementsNode::execute(KJS::ExecState*) + 188
13 com.apple.JavaScriptCore 0x00122604 KJS::BlockNode::execute(KJS::ExecState*) + 132
14 com.apple.JavaScriptCore 0x00111f90 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 56
15 com.apple.JavaScriptCore 0x001121d0 KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) + 444
16 com.apple.JavaScriptCore 0x0012baec KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 96
17 com.apple.JavaScriptCore 0x00126b94 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) +
456
18 com.apple.JavaScriptCore 0x00122474 KJS::ExprStatementNode::execute(KJS::ExecState*) + 104
19 com.apple.JavaScriptCore 0x00122d5c KJS::SourceElementsNode::execute(KJS::ExecState*) + 188
20 com.apple.JavaScriptCore 0x00122604 KJS::BlockNode::execute(KJS::ExecState*) + 132
21 com.apple.JavaScriptCore 0x001127ec KJS::GlobalFuncImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) + 652
22 com.apple.JavaScriptCore 0x0012baec KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 96
23 com.apple.JavaScriptCore 0x00126b94 KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) +
456
24 com.apple.JavaScriptCore 0x00122474 KJS::ExprStatementNode::execute(KJS::ExecState*) + 104
25 com.apple.JavaScriptCore 0x00122e04 KJS::SourceElementsNode::execute(KJS::ExecState*) + 356
26 com.apple.JavaScriptCore 0x00122604 KJS::BlockNode::execute(KJS::ExecState*) + 132
27 com.apple.JavaScriptCore 0x00111f90 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 56
28 com.apple.JavaScriptCore 0x001121d0 KJS::FunctionImp::callAsFunction(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) + 444
29 com.apple.JavaScriptCore 0x0012baec KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 96
30 com.apple.JavaScriptCore 0x00150b28 -[WebScriptObject callWebScriptMethod:withArguments:] +
376
31 com.apple.WebKit 0x00378d4c -[WebInspector(WebInspectorPrivate) _update] + 96
32 com.apple.WebKit 0x00377294 -[WebInspector setFocusedDOMNode:] + 304
33 com.apple.WebKit 0x00379864 -[WebInspector(WebInspectorPrivate)
outlineViewSelectionDidChange:] + 136
34 com.apple.Foundation 0x928d4018 _nsnote_callback + 180
35 com.apple.CoreFoundation 0x907854c4 __CFXNotificationPost + 368
36 com.apple.CoreFoundation 0x9077d5a0 _CFXNotificationPostNotification + 684
37 com.apple.Foundation 0x928be420 -[NSNotificationCenter
postNotificationName:object:userInfo:] + 92
38 com.apple.AppKit 0x93721518 -[NSTableView _enableSelectionPostingAndPost] + 424
39 com.apple.AppKit 0x937365f4 -[NSTableView mouseDown:] + 2768
40 com.apple.AppKit 0x937f5a30 -[NSOutlineView mouseDown:] + 680
41 com.apple.WebCore 0x01147014 MacFrame::passMouseDownEventToWidget(QWidget*) +
832
42 com.apple.WebCore 0x0114a7a0 MacFrame::khtmlMousePressEvent
(WebCore::MousePressEvent*) + 144
43 com.apple.WebCore 0x01278194 ObjectContents::event(QEvent*) + 28
44 com.apple.WebCore 0x01154f64 KHTMLView::viewportMousePressEvent(QMouseEvent*) +
564
45 com.apple.WebCore 0x0114d9c0 MacFrame::mouseDown(NSEvent*) + 544
46 com.apple.WebKit 0x00340210 -[WebHTMLView mouseDown:] + 272
47 com.apple.AppKit 0x936d5eb0 -[NSWindow sendEvent:] + 4616
48 com.apple.WebKit 0x0037c8fc -[WebInspectorPanel sendEvent:] + 764
49 com.apple.AppKit 0x9367eef4 -[NSApplication sendEvent:] + 4172
50 com.apple.Safari 0x00021c64 0x1000 + 134244
51 com.apple.AppKit 0x93676330 -[NSApplication run] + 508
52 com.apple.AppKit 0x93766e68 NSApplicationMain + 452
53 com.apple.Safari 0x0005cfdc 0x1000 + 376796
54 com.apple.Safari 0x0005ce80 0x1000 + 376448
--
Configure bugmail: http://bugzilla.opendarwin.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