[Webkit-unassigned] [Bug 10403] SVG example fails to find resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 08:51:44 PDT 2009


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


Nikolas Zimmermann <zimmermann at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zimmermann at kde.org




--- Comment #5 from Nikolas Zimmermann <zimmermann at kde.org>  2009-10-05 08:51:43 PDT ---
Even after all these years, it still has bugs, this time it leads to JSC
crashes. Needs further investigation.

Backtrace:

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000bbadbeef
Crashed Thread:  0

Thread 0 Crashed:
0   com.apple.JavaScriptCore          0x006dd60a
JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*,
JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*,
JSC::JSValue*) + 88 (Interpreter.cpp:678)
1   com.apple.JavaScriptCore          0x00642a2f
JSC::JSFunction::call(JSC::ExecState*, JSC::JSValue, JSC::ArgList const&) + 223
(JSFunction.cpp:121)
2   com.apple.JavaScriptCore          0x00642b0b JSC::call(JSC::ExecState*,
JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList
const&) + 211 (CallData.cpp:39)
3   com.apple.WebCore                 0x04084b48
WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*,
WebCore::Event*) + 1020
4   com.apple.WebCore                 0x03e45439
WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 631
5   com.apple.WebCore                 0x03e059d1
WebCore::DOMWindow::dispatchEvent(WTF::PassRefPtr<WebCore::Event>,
WTF::PassRefPtr<WebCore::EventTarget>) + 215
6   com.apple.WebCore                 0x03e0654d
WebCore::DOMWindow::dispatchLoadEvent() + 101
7   com.apple.WebCore                 0x03d2d29b
WebCore::Document::dispatchWindowLoadEvent() + 113
8   com.apple.WebCore                 0x03d382fb
WebCore::Document::implicitClose() + 957
9   com.apple.WebCore                 0x03e8bc0c
WebCore::FrameLoader::checkCallImplicitClose() + 122
10  com.apple.WebCore                 0x03e8ebab
WebCore::FrameLoader::checkCompleted() + 199
11  com.apple.WebCore                 0x03e8ed18
WebCore::FrameLoader::completed() + 156
12  com.apple.WebCore                 0x03e8ebc1
WebCore::FrameLoader::checkCompleted() + 221
13  com.apple.WebCore                 0x03e900bd
WebCore::FrameLoader::loadDone() + 17
14  com.apple.WebCore                 0x03d218b6
WebCore::DocLoader::setLoadInProgress(bool) + 116
15  com.apple.WebCore                 0x04225ded
WebCore::Loader::Host::didFinishLoading(WebCore::SubresourceLoader*) + 545
16  com.apple.WebCore                 0x04451260
WebCore::SubresourceLoader::didFinishLoading() + 176
17  com.apple.WebCore                 0x043d4b82
WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle*) + 24
18  com.apple.WebCore                 0x043d13b7
-[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] + 215
19  com.apple.Foundation              0x90d96497
-[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
20  com.apple.Foundation              0x90d96403
_NSURLConnectionDidFinishLoading + 147
21  com.apple.CFNetwork               0x971e1ba4
URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnectionEventQueue*)
+ 212
22  com.apple.CFNetwork               0x971e28fa
URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo<XClientEvent,
XClientEventParams>*, long) + 310
23  com.apple.CFNetwork               0x971e1370
URLConnectionClient::processEvents() + 104
24  com.apple.CFNetwork               0x9718ed03 MultiplexerSource::perform() +
189
25  com.apple.CoreFoundation          0x932883c5 CFRunLoopRunSpecific + 3141
26  com.apple.CoreFoundation          0x93288aa8 CFRunLoopRunInMode + 88
27  com.apple.HIToolbox               0x967e52ac RunCurrentEventLoopInMode +
283
28  com.apple.HIToolbox               0x967e50c5 ReceiveNextEventCommon + 374
29  com.apple.HIToolbox               0x967e4f39
BlockUntilNextEventMatchingListInMode + 106
30  com.apple.AppKit                  0x947316d5 _DPSNextEvent + 657
31  com.apple.AppKit                  0x94730f88 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
32  com.apple.Safari                  0x0000c303 0x1000 + 45827
33  com.apple.AppKit                  0x94729f9f -[NSApplication run] + 795
34  com.apple.AppKit                  0x946f71d8 NSApplicationMain + 574

-- 
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