Bug 29675 - [Qt] Crash in QWebHistory back and forward functions
Summary: [Qt] Crash in QWebHistory back and forward functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-23 04:04 PDT by Jędrzej Nowacki
Modified: 2009-09-23 17:48 PDT (History)
1 user (show)

See Also:


Attachments
Proposed path (1.82 KB, patch)
2009-09-23 04:12 PDT, Jędrzej Nowacki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.