NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lib/48170: assertion "!xcb_xlib_extra_reply_data_left"



>Number:         48170
>Category:       lib
>Synopsis:       assertion "!xcb_xlib_extra_reply_data_left"
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    lib-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Sep 01 07:45:00 +0000 2013
>Originator:     Michael Danilov
>Release:        NetBSD 6.1.1
>Environment:
        
        
System: NetBSD one 6.1.1 NetBSD 6.1.1 (ONE) #0: Thu Aug 29 13:10:12 YEKT 2013 
mike@one:/usr/src/sys/arch/amd64/compile/ONE amd64
Architecture: x86_64
Machine: amd64
>Description:
        Some programs (observed here in qemu (crashes when exiting input grab) 
and openoffice3 (hanging when clicking anything)) refuse to work, giving the 
following message:

        [xcb] Extra reply data still left in queue
        [xcb] This is most likely caused by a broken X extension library
        [xcb] Aborting, sorry about that.
        assertion "!xcb_xlib_extra_reply_data_left" failed: file 
"/home/builds/ab/netbsd-6-1-1-RELEASE/xsrc/external/mit/libX11/dist/src/xcb_io.c",
 line 575, function "_XReply"
                
        This started happening since I sysupgraded form 6.1 to 6.1.1.
>How-To-Repeat  
$ gdb qemu-system-i386
        GNU gdb (GDB) 7.3.1
        Copyright (C) 2011 Free Software Foundation, Inc.
        License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>
        This is free software: you are free to change and redistribute it.
        There is NO WARRANTY, to the extent permitted by law.  Type "show 
copying"
        and "show warranty" for details.
        This GDB was configured as "x86_64--netbsd".
        For bug reporting instructions, please see:
        <http://www.gnu.org/software/gdb/bugs/>...
        Reading symbols from /usr/pkg/bin/qemu-system-i386...(no debugging 
symbols found)...done.
        (gdb) r
        Starting program: /usr/pkg/bin/qemu-system-i386 
        
        Program received signal SIGUSR1, User defined signal 1.
        [Switching to LWP 1]
        0x00007f7ff4475d6a in ___lwp_park50 () from /usr/lib/libc.so.12
        (gdb) c
        Continuing.
        
        Program received signal SIGUSR1, User defined signal 1.
        0x00007f7ff44ecfba in _lwp_kill () from /usr/lib/libc.so.12
        (gdb) c
        Continuing.
        
        Program received signal SIGUSR1, User defined signal 1.
        0x00007f7ff44ecfba in _lwp_kill () from /usr/lib/libc.so.12
        (gdb) c
        Continuing.
        [xcb] Extra reply data still left in queue
        [xcb] This is most likely caused by a broken X extension library
        [xcb] Aborting, sorry about that.
        assertion "!xcb_xlib_extra_reply_data_left" failed: file 
"/home/builds/ab/netbsd-6-1-1-RELEASE/xsrc/external/mit/libX11/dist/src/xcb_io.c",
 line 575, function "_XReply"
        
        Program received signal SIGABRT, Aborted.
        0x00007f7ff44ecfba in _lwp_kill () from /usr/lib/libc.so.12
        (gdb) bt
        #0  0x00007f7ff44ecfba in _lwp_kill () from /usr/lib/libc.so.12
        #1  0x00007f7ff44ec8f2 in abort () from /usr/lib/libc.so.12
        #2  0x00007f7ff446174d in __assert13 () from /usr/lib/libc.so.12
        #3  0x00007f7ff544bc4b in _XReply () from /usr/X11R7/lib/libX11.so.7
        #4  0x00007f7ff5467b93 in XSync () from /usr/X11R7/lib/libX11.so.7
        #5  0x00007f7ff5c3af63 in X11_GrabInputNoLock () from 
/usr/pkg/lib/libSDL-1.2.so.0
        #6  0x00007f7ff5c33eaa in X11_PumpEvents () from 
/usr/pkg/lib/libSDL-1.2.so.0
        #7  0x00007f7ff5c0f435 in SDL_PumpEvents () from 
/usr/pkg/lib/libSDL-1.2.so.0
        #8  0x00007f7ff5c0f464 in SDL_PollEvent () from 
/usr/pkg/lib/libSDL-1.2.so.0
        #9  0x000000000054ef66 in ?? ()
        #10 0x0000000000547f71 in ?? ()
        #11 0x000000000052f426 in ?? ()
        #12 0x000000000052f62c in ?? ()
        #13 0x0000000000502352 in ?? ()
        #14 0x0000000000567964 in ?? ()
        #15 0x0000000000409152 in ?? ()
        #16 0x00007f7ff7c06da1 in _rtld () from /usr/libexec/ld.elf_so
        #17 0x00007f7fffffff4f in ?? ()
        #18 0x00007f7fffffff5e in ?? ()
        #19 0x00007f7fffffff68 in ?? ()
        #20 0x00007f7fffffff71 in ?? ()
        #21 0x00007f7fffffff81 in ?? ()
        #22 0x00007f7fffffff8f in ?? ()
        #23 0x00007f7fffffff97 in ?? ()
        #24 0x00007f7fffffffa4 in ?? ()
        #25 0x00007f7fffffffb9 in ?? ()
        #26 0x00007f7fffffffc6 in ?? ()
        #27 0x00007f7fffffffd1 in ?? ()
        #28 0x0000000000000000 in ?? ()

>Fix:

Unknown
>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index