Bug 92245 - [EFL][WK2] Fix timeout issues when debugging WebProcess.
Summary: [EFL][WK2] Fix timeout issues when debugging WebProcess.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 61838
  Show dependency treegraph
 
Reported: 2012-07-25 06:48 PDT by Chris Dumez
Modified: 2012-07-25 12:10 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.09 KB, patch)
2012-07-25 06:49 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-07-25 06:48:11 PDT
We added a mechanism to facilitate the debugging of the WebProcess in Bug 90768.
However, when running the WebProcess in gdb or valgrind using the --webprocess-cmd-prefix argument to run-webkit-tests, it is quite common that the WebProcess is detected as not being responsive or that the test timeout because it runs much more slowly under gdb/valgrind.

We need to address this issue.
Comment 1 Chris Dumez 2012-07-25 06:49:55 PDT
Created attachment 154340 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-25 12:10:35 PDT
Comment on attachment 154340 [details]
Patch

Clearing flags on attachment: 154340

Committed r123643: <http://trac.webkit.org/changeset/123643>
Comment 3 WebKit Review Bot 2012-07-25 12:10:40 PDT
All reviewed patches have been landed.  Closing bug.