WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
crash log (from assert while running layout test).
(28.26 KB, text/plain)
2009-11-02 09:06 PST
,
David Levin
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug