Bug 12847 - Navigating back in a frameset hits an assert
Summary: Navigating back in a frameset hits an assert
Status: RESOLVED DUPLICATE of bug 6454
Alias: None
Product: WebKit
Classification: Unclassified
Component: History (show other bugs)
Version: 420+
Hardware: All All
: P2 Major
Assignee: Nobody
URL: http://www.rocket99.com/jscript/js26....
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-21 17:12 PST by Dex Deacon
Modified: 2007-02-21 17:38 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dex Deacon 2007-02-21 17:12:08 PST
1. Visit http://www.rocket99.com/jscript/js26.html
2. Click on the "Menu Option A" link
3. Click on the "Menu Option B" link
4. Click the back button.

You will hit an assert: FrameLoader.cpp:3939 recursiveGoToItem.  m_previousHistoryItem is non-NULL when it is expected to be NULL.  This assert seems bogus to me, but I don't really understand it's purpose.

Tested with rev 19780 under Safari (using gdb-safari).
Comment 1 Matt Lilek 2007-02-21 17:38:42 PST
The backtrace I get from this ASSERT is the same as bug 12645 which was closed as a dupe of bug 6454.

*** This bug has been marked as a duplicate of 6454 ***