On Sat, 2006-11-25 at 14:37 +0800, Peng Xiaoyu wrote:
> hello everyone
> 
> i found after my pacman -Syu, libxcb has been installed, and then some
> applicatons don't work as usual. for example, i open an rxvt-unicode
> and then press ctrl-space, the short-cut key for my input method SCIM,
> rxvt-unicode aborts, and print some warning:
> 
> urxvt: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
> Aborted
> 
> it also happen in some other X-application
> 
> i recompiled urxvt-unicode by makepkg, but this didn't work it out. So
> i turn to our friendly community for help.
> 
> best regards

Same shitty bug as mesa (libgl-dri) has: lock the display handle once,
unlock it twice -> aborts because it doesn't have a lock to unlock.

IMHO xcb-xlib is more consistent on this one than libx11 was before. I
think your SCIM application is the offended application, as it happens
on many applications if you try to use it.
I'll look into it today, guess it's just a 1-line patch.


_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to