CLOSED FIXED 12314
REGRESSION: Assertion failure and crash when going back in new window
https://bugs.webkit.org/show_bug.cgi?id=12314
Summary REGRESSION: Assertion failure and crash when going back in new window
Matt Lilek
Reported 2007-01-18 09:46:30 PST
Load the URL in this bug report and click the link. It'll open webkit.org in a new window. Click a link or two on the site, then go back to the previous page. You'll get the following assertion failure and crash (tested with r18928): ASSERTION FAILED: item->target().isEmpty() || m_mainFrame->tree()->find(item->target()) == m_mainFrame (/Users/matt/Code/WebKit/WebCore/page/Page.cpp:130 void WebCore::Page::goToItem(WebCore::HistoryItem*, WebCore::FrameLoadType)) And the relevant stack trace from the crash: 0 com.apple.WebCore 0x01223cb8 WebCore::Page::goToItem(WebCore::HistoryItem*, WebCore::FrameLoadType) + 312 (Page.cpp:130) 1 com.apple.WebCore 0x01223e08 WebCore::Page::goBack() + 88 (Page.cpp:111) 2 com.apple.WebKit 0x003867a0 -[WebView goBack] + 48 (WebView.mm:1939)
Attachments
Matt Lilek
Comment 1 2007-01-18 10:01:29 PST
David Kilzer (:ddkilzer)
Comment 2 2007-01-31 04:49:40 PST
Committed by mjs in r19289.
Note You need to log in before you can comment on or make changes to this bug.