[Webkit-unassigned] [Bug 31387] ASSERT in FrameLoader::addData when loading multipart/x-mixed-replace data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 17:24:22 PDT 2010


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





--- Comment #1 from Tony Chang (Google) <tony at chromium.org>  2010-06-24 17:24:22 PST ---
This is now codified in a LayoutTest, which is Skipped on Mac because it hits this assert.
http/tests/multipart/policy-ignore-crash.php

The current stack is:

#0    0x044fe3f7 in WebCore::FrameLoader::addData at FrameLoader.cpp:1141
#1    0x00314217 in -[WebFrame(WebInternal) _addData:] at WebFrame.mm:502
#2    0x003120a1 in -[WebFrame(WebInternal) _receivedData:textEncodingName:] at WebFrame.mm:1011
#3    0x003354a6 in -[WebHTMLRepresentation finishedLoadingWithDataSource:] at WebHTMLRepresentation.mm:210
#4    0x002fe35b in -[WebDataSource(WebInternal) _finishedLoading] at WebDataSource.mm:221
#5    0x0031e06d in WebFrameLoaderClient::finishedLoading at WebFrameLoaderClient.mm:859
#6    0x045033d1 in WebCore::FrameLoader::finishedLoadingDocument at FrameLoader.cpp:2270
#7    0x043ddd49 in WebCore::DocumentLoader::finishedLoading at DocumentLoader.cpp:267
#8    0x04502c50 in WebCore::FrameLoader::finishedLoading at FrameLoader.cpp:2215
#9    0x049ccf1f in WebCore::MainResourceLoader::didFinishLoading at MainResourceLoader.cpp:424
#10    0x04bb67de in WebCore::ResourceLoader::didFinishLoading at ResourceLoader.cpp:443
#11    0x04bb2c17 in -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] at ResourceHandleMac.mm:859
#12    0x91c90497 in -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading]
#13    0x91c90403 in _NSURLConnectionDidFinishLoading
#14    0x90e3cba4 in URLConnectionClient::_clientDidFinishLoading
#15    0x90e3d8fa in URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload
#16    0x90e3dbaa in URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload
#17    0x90e3dbaa in URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload
#18    0x90e3dbaa in URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload
#19    0x90e3c370 in URLConnectionClient::processEvents
#20    0x90de9d03 in MultiplexerSource::perform
#21    0x95a4a3c5 in CFRunLoopRunSpecific
#22    0x95a4aaa8 in CFRunLoopRunInMode
#23    0x95ec42ac in RunCurrentEventLoopInMode
#24    0x95ec40c5 in ReceiveNextEventCommon
#25    0x95ec3f39 in BlockUntilNextEventMatchingListInMode
#26    0x925116d5 in _DPSNextEvent
#27    0x92510f88 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
#28    0x0000c045 in ??
#29    0x92509f9f in -[NSApplication run]
#30    0x924d71d8 in NSApplicationMain
#31    0x000029d2 in ??

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