RESOLVED DUPLICATE of bug 14149 31015
Assert doing a multipart iframe load.
https://bugs.webkit.org/show_bug.cgi?id=31015
Summary Assert doing a multipart iframe load.
David Levin
Reported 2009-11-02 08:58:20 PST
Apply attached patch and run the layout test.
Attachments
Patch to demo the assert. (599 bytes, patch)
2009-11-02 08:59 PST, David Levin
no flags
crash log (from assert while running layout test). (28.26 KB, text/plain)
2009-11-02 09:06 PST, David Levin
no flags
David Levin
Comment 1 2009-11-02 08:59:17 PST
Created attachment 42318 [details] Patch to demo the assert.
Adam Barth
Comment 2 2009-11-02 09:01:23 PST
Which assert fires?
David Levin
Comment 3 2009-11-02 09:06:30 PST
Created attachment 42319 [details] crash log (from assert while running layout test).
David Levin
Comment 4 2009-11-02 09:08:24 PST
void FrameLoader::addData(const char* bytes, int length) { ASSERT(m_workingURL.isEmpty()); ASSERT(m_frame->document()); -> ASSERT(m_frame->document()->parsing()); This line is the assert that fires. It seems harmless in this case but I don't know completely.
Alexey Proskuryakov
Comment 5 2009-11-02 10:23:27 PST
Could this be a duplicate of any of the existing bugs with "multipart" in bug summary?
David Levin
Comment 6 2009-11-02 10:33:15 PST
AP, good point. I found one that calls out the same assert, so I guess it is a dup of that. *** This bug has been marked as a duplicate of bug 14149 ***
Note You need to log in before you can comment on or make changes to this bug.