[Webkit-unassigned] [Bug 97758] New: WebKitGTK 1.10.0 cannot start due to communication error with X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 23:31:42 PDT 2012


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

           Summary: WebKitGTK 1.10.0 cannot start due to communication
                    error with X
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cf at cfrost.dk


I have upgraded to WebKitGTK 1.10.0, however, when I start it I
get the following:

Acquired a message bus connection
(II) pvr(0): gdlHideCursor
Xlib: sequence lost (0x10000 > 0xe2) in reply type 0x0!
Xlib: sequence lost (0x10000 > 0xe2) in reply type 0x0!
Xlib: sequence lost (0x10000 > 0xe2) in reply type 0x0!
Xlib: unexpected async reply (sequence 0x1)!
Xlib: sequence lost (0x10000 > 0xe2) in reply type 0x0!

Seems like some problem with the interaction with X. Have you seen this before?

I have tried to run the MiniBrowser from gdb and got the following
trace when quiting after the "Xlib: sequence lost (0x10000 > 0xe2) in
reply type 0x0!"

(gdb) bt
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb5c96be9 in *__GI___poll (fds=0x8056840, nfds=1, timeout=-1) at
../sysdeps/unix/sysv/linux/poll.c:87
#2  0xb451ecfd in _XWaitForReadable (dpy=<optimized out>) at XlibInt.c:503
#3  0xb451f16e in _XRead (dpy=0x80702b8, data=0xbfffe988
"\230\353\377\277\240\353\377\277\234\356\377\277\250\370\377\277",
    size=2040) at XlibInt.c:1126
#4  0xb451f1e7 in _XEatData (dpy=0x80702b8, n=2359224) at XlibInt.c:2254
#5  0xb451f36d in _XAsyncReply (dpy=0x80702b8, rep=<optimized out>,
buf=0xbffff230 "\001", lenp=0xbffffa18, discard=1)
    at XlibInt.c:1913
#6  0xb4520d07 in _XEventsQueued (dpy=0x80702b8, mode=2) at XlibInt.c:909
#7  0xb450edb8 in XPending (dpy=0x80702b8) at Pending.c:56
#8  0xb61ae0a3 in gdk_check_xpending (display=0x8075810) at gdkeventsource.c:267
#9  0xb61ae11b in gdk_event_source_check (source=0x807d4a8) at
gdkeventsource.c:300
#10 0xb5d7a601 in g_main_context_check (context=0x807bc40,
max_priority=2147483647, fds=0x81881d8, n_fds=3) at gmain.c:3170
#11 0xb5d7aabd in g_main_context_iterate (context=0x807bc40, block=1,
dispatch=1, self=<optimized out>) at gmain.c:3289
#12 0xb5d7affb in g_main_loop_run (loop=0x8189868) at gmain.c:3486
#13 0xb6356403 in gtk_main () at gtkmain.c:1164
#14 0x08051a1f in main ()
(gdb)

Furthermore, I have tried to downgrade webkit to webkit 1.8 again. This gives
the same error, so I'm thinking it might be a problem with some of the
dependecies that I have upgraded during the webkit upgrade. My upgrades include:

GLib -> 2.34.0
GTK+ -> 3.4.4
Pango -> 1.30.1
GDK -> 2.26.4
libsoup -> 2.40.0
GTK+-2.0 -> 2.24.12
Atk -> 2.6.0

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list