[Webkit-unassigned] [Bug 188108] New: [GTK] Layout tests should run with GDK_SYNCHRONIZE set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 12:12:52 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188108

            Bug ID: 188108
           Summary: [GTK] Layout tests should run with GDK_SYNCHRONIZE set
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: aperez at igalia.com, bugs-noreply at webkitgtk.org,
                    tsaunier at gnome.org

I'm tired of seeing useless backtraces caused by asynchronous X errors. We should run our layout tests with GDK_SYNCHRONIZE set in the environment.

STDERR: (WebKitWebProcess:110155): Gdk-ERROR **: The program 'WebKitWebProcess' received an X Window System error.
STDERR: This probably reflects a bug in the program.
STDERR: The error was 'BadAccess (attempt to access private resource denied)'.
STDERR:   (Details: serial 4583 error_code 10 request_code 130 (MIT-SHM) minor_code 1)
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.)

Note GDK will need to be added to the environment prefix whitelist that was added in bug #188002

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180727/607a5dc7/attachment.html>


More information about the webkit-unassigned mailing list