Bug 29675

Summary: [Qt] Crash in QWebHistory back and forward functions
Product: WebKit Reporter: Jędrzej Nowacki <jedrzej.nowacki>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Proposed path none

Description Jędrzej Nowacki 2009-09-23 04:04:39 PDT
QWebHistory::back() and QWebHistory::forward() are crashing on ASSERT in WebCore::BackForwardList.

How to reproduce:
while(history->canGoBack()) history->back();
history->back(); <----this will crash
Comment 1 Jędrzej Nowacki 2009-09-23 04:12:57 PDT
Created attachment 39986 [details]
Proposed path
Comment 2 Simon Hausmann 2009-09-23 14:41:52 PDT
Comment on attachment 39986 [details]
Proposed path

r=me, thanks.
Comment 3 WebKit Commit Bot 2009-09-23 17:47:58 PDT
Comment on attachment 39986 [details]
Proposed path

Clearing flags on attachment: 39986

Committed r48691: <http://trac.webkit.org/changeset/48691>
Comment 4 WebKit Commit Bot 2009-09-23 17:48:01 PDT
All reviewed patches have been landed.  Closing bug.