Bug 92245

Summary: [EFL][WK2] Fix timeout issues when debugging WebProcess.
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, alexander.shalamov, dpranke, kenneth, ojan, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 61838    
Attachments:
Description Flags
Patch none

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.