Bug 46984 - [Qt] Segmentation fault during zoom out
Summary: [Qt] Segmentation fault during zoom out
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 46920
Blocks: 46349
  Show dependency treegraph
 
Reported: 2010-10-01 08:44 PDT by Ragner Magalhaes
Modified: 2010-10-06 07:06 PDT (History)
5 users (show)

See Also:


Attachments
Patch 01 (1.91 KB, patch)
2010-10-01 09:09 PDT, Ragner Magalhaes
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ragner Magalhaes 2010-10-01 08:44:31 PDT
When you just do zoom out (more or less 5x) the program receives a Segmentation fault.
Comment 1 Ragner Magalhaes 2010-10-01 09:09:32 PDT
Created attachment 69471 [details]
Patch 01

The program was receiving segfault when "middle > checkerSize" on QtMobileWebStyle::drawChecker,
this patch just adjust checkerSize to be greater than or equals to middle.
Comment 2 Ragner Magalhaes 2010-10-01 09:17:41 PDT
To receive segfault the web page should have a checkbox checked ....
Comment 3 WebKit Commit Bot 2010-10-01 17:24:18 PDT
Comment on attachment 69471 [details]
Patch 01

Clearing flags on attachment: 69471

Committed r68959: <http://trac.webkit.org/changeset/68959>
Comment 4 WebKit Commit Bot 2010-10-01 17:24:23 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Ademar Reis 2010-10-06 07:06:13 PDT
Revision r68959 cherry-picked into qtwebkit-2.1 with commit 1d5ee2c <http://gitorious.org/webkit/qtwebkit/commit/1d5ee2c>