Bug 98860 - REGRESSION(r130838): The patch is causing X errors (=> crashes) on GTK 64-bit Release builder (Requested by zdobersek on #webkit).
Summary: REGRESSION(r130838): The patch is causing X errors (=> crashes) on GTK 64-bit...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Review Bot
URL:
Keywords:
Depends on: 98873
Blocks: 98789
  Show dependency treegraph
 
Reported: 2012-10-09 23:00 PDT by WebKit Review Bot
Modified: 2012-10-10 00:44 PDT (History)
2 users (show)

See Also:


Attachments
ROLLOUT of r130838 (3.39 KB, patch)
2012-10-09 23:01 PDT, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2012-10-09 23:00:30 PDT
http://trac.webkit.org/changeset/130838 broke the build:
The patch is causing X errors (=> crashes) on GTK 64-bit Release builder (Requested by zdobersek on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2012-10-09 23:01:07 PDT
Created attachment 167926 [details]
ROLLOUT of r130838

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Zan Dobersek 2012-10-09 23:05:50 PDT
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r130842%20(29609)/results.html
An example of stderr output of a crashing test:

STDERR: The program 'DumpRenderTree' received an X Window System error.
STDERR: This probably reflects a bug in the program.
STDERR: The error was 'BadValue (integer parameter out of range for operation)'.
STDERR:   (Details: serial 2988 error_code 2 request_code 25 minor_code 0)
STDERR:   (Note to programmers: normally, X errors are reported asynchronously;
STDERR:    that is, you will receive the error a while after causing it.
STDERR:    To debug your program, run it with the GDK_SYNCHRONIZE environment
STDERR:    variable to change this behavior. You can then get a meaningful
STDERR:    backtrace from your debugger if you break on the gdk_x_error() function.)
STDERR:
Comment 3 WebKit Review Bot 2012-10-09 23:10:04 PDT
Comment on attachment 167926 [details]
ROLLOUT of r130838

Clearing flags on attachment: 167926

Committed r130853: <http://trac.webkit.org/changeset/130853>
Comment 4 WebKit Review Bot 2012-10-09 23:10:07 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 WebKit Review Bot 2012-10-10 00:24:28 PDT
Re-opened since this is blocked by bug 98873