Bug 73914 - [Qt] Fix assertion in QtViewportInteractionEngine.cpp:468
Summary: [Qt] Fix assertion in QtViewportInteractionEngine.cpp:468
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-06 05:48 PST by Alexander Færøy
Modified: 2011-12-06 12:47 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.53 KB, patch)
2011-12-06 05:53 PST, Alexander Færøy
no flags Details | Formatted Diff | Diff
Patch (1.49 KB, patch)
2011-12-06 06:17 PST, Alexander Færøy
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Færøy 2011-12-06 05:48:36 PST
Error:
ASSERTION FAILED: m_suspendCount
/scratchbox/users/ahf/home/ahf/swork/src/webkit-trunk/Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp(468) : void WebKit::QtViewportInteractionEngine::pinchGestureStarted(const QPointF&)
1   0x7ffff4d40ac4
2   0x7ffff4d2d932
3   0x7ffff4d2c8f0
4   0x7ffff4d31dc5
5   0x7ffff4cd51c1
6   0x7ffff4d2c66f
7   0x7ffff4d2b711
8   0x7ffff4c72db3
9   0x7ffff4c72e1e
10  0x7ffff414ce1a
11  0x7ffff4160ed1
12  0x7ffff415face
13  0x7ffff415f607

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4d40ac9 in WebKit::QtViewportInteractionEngine::pinchGestureStarted (this=0x71fc80, pinchCenterInContentCoordinates=...)
    at /scratchbox/users/ahf/home/ahf/swork/src/webkit-trunk/Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp:468
468         ASSERT(m_suspendCount);

Patch coming up.
Comment 1 Alexander Færøy 2011-12-06 05:53:51 PST
Created attachment 118033 [details]
Patch
Comment 2 Alexander Færøy 2011-12-06 06:09:41 PST
Comment on attachment 118033 [details]
Patch

Kling pointed out my obvious failure in the ChangeLog entry.
Comment 3 Alexander Færøy 2011-12-06 06:17:29 PST
Created attachment 118037 [details]
Patch
Comment 4 WebKit Review Bot 2011-12-06 08:08:57 PST
Comment on attachment 118037 [details]
Patch

Rejecting attachment 118037 [details] from commit-queue.

New failing tests:
media/event-attributes.html
Full output: http://queues.webkit.org/results/10703674
Comment 5 Alexander Færøy 2011-12-06 08:58:01 PST
Comment on attachment 118037 [details]
Patch

This patch only affects Qt and the test-failure was a Chromium only issue. Reasking for cq.
Comment 6 Jesus Sanchez-Palencia 2011-12-06 10:17:57 PST
Comment on attachment 118037 [details]
Patch

cq+ as asked by ahf on #qtwebkit.
Comment 7 WebKit Review Bot 2011-12-06 12:47:46 PST
Comment on attachment 118037 [details]
Patch

Clearing flags on attachment: 118037

Committed r102168: <http://trac.webkit.org/changeset/102168>
Comment 8 WebKit Review Bot 2011-12-06 12:47:51 PST
All reviewed patches have been landed.  Closing bug.