Bug 31015 - Assert doing a multipart iframe load.
Summary: Assert doing a multipart iframe load.
Status: RESOLVED DUPLICATE of bug 14149
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-02 08:58 PST by David Levin
Modified: 2009-11-02 10:33 PST (History)
3 users (show)

See Also:


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

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2009-11-02 08:58:20 PST
Apply attached patch and run the layout test.
Comment 1 David Levin 2009-11-02 08:59:17 PST
Created attachment 42318 [details]
Patch to demo the assert.
Comment 2 Adam Barth 2009-11-02 09:01:23 PST
Which assert fires?
Comment 3 David Levin 2009-11-02 09:06:30 PST
Created attachment 42319 [details]
crash log (from assert while running layout test).
Comment 4 David Levin 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.
Comment 5 Alexey Proskuryakov 2009-11-02 10:23:27 PST
Could this be a duplicate of any of the existing bugs with "multipart" in bug summary?
Comment 6 David Levin 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 ***