[Webkit-unassigned] [Bug 14771] Mostly reproducible crash in modified celtickane benchmark

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 16:02:55 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14771


pewtermoose at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pewtermoose at gmail.com




------- Comment #1 from pewtermoose at gmail.com  2007-07-26 16:02 PDT -------
Thread 0 Crashed:
0   <<00000000>>        0xffff8aec __memcpy + 844 (cpu_capabilities.h:189)
1   com.apple.JavaScriptCore    0x005aa6cc
KJS::UString::UString[in-charge](KJS::UString const&, KJS::UString const&) +
496 (ustring.cpp:453)
2   com.apple.JavaScriptCore    0x00609d14 KJS::operator+(KJS::UString const&,
KJS::UString const&) + 52 (ustring.h:472)
3   com.apple.JavaScriptCore    0x005aeb1c KJS::add(KJS::ExecState*,
KJS::JSValue*, KJS::JSValue*, char) + 300 (operations.cpp:228)
4   com.apple.JavaScriptCore    0x005aeda8
KJS::AddNode::evaluate(KJS::ExecState*) + 356 (nodes.cpp:1213)
5   com.apple.JavaScriptCore    0x005be49c
KJS::AssignResolveNode::evaluate(KJS::ExecState*) + 420 (nodes.cpp:1463)
6   com.apple.JavaScriptCore    0x0059f890
KJS::ExprStatementNode::execute(KJS::ExecState*) + 220 (nodes.cpp:1764)
7   com.apple.JavaScriptCore    0x0059bfb8
KJS::SourceElementsNode::execute(KJS::ExecState*) + 624 (nodes.cpp:2570)
8   com.apple.JavaScriptCore    0x0059fab4
KJS::BlockNode::execute(KJS::ExecState*) + 216 (nodes.cpp:1741)
9   com.apple.JavaScriptCore    0x0059e674
KJS::ForNode::execute(KJS::ExecState*) + 1008 (nodes.cpp:1912)
10  com.apple.JavaScriptCore    0x0059bfb8
KJS::SourceElementsNode::execute(KJS::ExecState*) + 624 (nodes.cpp:2570)
11  com.apple.JavaScriptCore    0x0059fab4
KJS::BlockNode::execute(KJS::ExecState*) + 216 (nodes.cpp:1741)
12  com.apple.JavaScriptCore    0x005a0694
KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 92 (function.cpp:321)
13  com.apple.JavaScriptCore    0x005a101c
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 688 (function.cpp:109)
14  com.apple.JavaScriptCore    0x00593ce0 KJS::JSObject::call(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) + 288 (object.cpp:98)
15  com.apple.JavaScriptCore    0x005b42a8
KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 792 (nodes.cpp:695)
16  com.apple.JavaScriptCore    0x0059f890
KJS::ExprStatementNode::execute(KJS::ExecState*) + 220 (nodes.cpp:1764)
17  com.apple.JavaScriptCore    0x0059be64
KJS::SourceElementsNode::execute(KJS::ExecState*) + 284 (nodes.cpp:2564)
18  com.apple.JavaScriptCore    0x0059fab4
KJS::BlockNode::execute(KJS::ExecState*) + 216 (nodes.cpp:1741)
19  com.apple.JavaScriptCore    0x005a0694
KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 92 (function.cpp:321)
20  com.apple.JavaScriptCore    0x005a101c
KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List
const&) + 688 (function.cpp:109)
21  com.apple.JavaScriptCore    0x00593ce0 KJS::JSObject::call(KJS::ExecState*,
KJS::JSObject*, KJS::List const&) + 288 (object.cpp:98)
22  com.apple.WebCore           0x012c3664
WebCore::JSAbstractEventListener::handleEvent(WebCore::Event*, bool) + 760
(kjs_events.cpp:116)
23  com.apple.WebCore           0x012887e4
WebCore::EventTargetNode::handleLocalEvents(WebCore::Event*, bool) + 548
(EventTargetNode.cpp:166)
24  com.apple.WebCore           0x012892fc
WebCore::EventTargetNode::dispatchGenericEvent(WTF::PassRefPtr<WebCore::Event>,
int&, bool) + 1524 (EventTargetNode.cpp:224)
25  com.apple.WebCore           0x01289dcc
WebCore::EventTargetNode::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&,
bool, WebCore::EventTarget*) + 396 (EventTargetNode.cpp:308)
26  com.apple.WebCore           0x01289e60
WebCore::EventTargetNode::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&,
bool) + 80 (EventTargetNode.cpp:292)
27  com.apple.WebCore           0x0128ad40
WebCore::EventTargetNode::dispatchMouseEvent(WebCore::AtomicString const&, int,
int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*,
WTF::PassRefPtr<WebCore::Event>) + 724 (EventTargetNode.cpp:480)
28  com.apple.WebCore           0x0128b5a0
WebCore::EventTargetNode::dispatchMouseEvent(WebCore::PlatformMouseEvent
const&, WebCore::AtomicString const&, int, WebCore::Node*) + 560
(EventTargetNode.cpp:397)
29  com.apple.WebCore           0x014b7a38
WebCore::EventHandler::dispatchMouseEvent(WebCore::AtomicString const&,
WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 212
(EventHandler.cpp:1202)
30  com.apple.WebCore           0x014b84e4
WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent
const&) + 1028 (EventHandler.cpp:1036)
31  com.apple.WebCore           0x014af120
WebCore::EventHandler::mouseUp(NSEvent*) + 500 (EventHandlerMac.mm:523)
32  com.apple.WebKit            0x00352bdc -[WebHTMLView mouseUp:] + 372
(WebHTMLView.mm:2987)
33  com.apple.AppKit            0x937f9900 -[NSWindow sendEvent:] + 4728
34  com.apple.Safari            0x000ab334 0x1000 + 697140
35  com.apple.AppKit            0x937a28d4 -[NSApplication sendEvent:] + 4172
36  com.apple.Safari            0x00016444 0x1000 + 87108
37  com.apple.AppKit            0x93799d10 -[NSApplication run] + 508
38  com.apple.AppKit            0x9388a87c NSApplicationMain + 452
39  com.apple.Safari            0x0000246c 0x1000 + 5228
40  com.apple.Safari            0x0004f1b0 0x1000 + 319920


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