|
|
发表于 2007-10-24 13:01:39
|
显示全部楼层
Post by ripple0328
这个是suse官网上说的跟前面差不多:
Xlib.lock
From openSUSE
Version: 10.3
[edit]
Situation
When running certain JAVA processes (e.g. the IBM Lotus Notes 8 installer, Azureus) or beryl, you receive the error: Assertion `c->xlib.lock' failed.
[edit]
Procedure
The error is caused by a problem in the libxcb package. As a workaround you can run the following command from the command line and then re-try your operation (from that same command-line)
export LIBXCB_ALLOW_SLOPPY_LOCK=true
[edit]
Making the change permanent
If you find that this workaround solves your problems, you can make the change permanent. Open the file /etc/profile in your favorite text editor as the root user. Then, add the the statement just before the end of the file. The end of the file should then look something like this:
#
# Enable lock assertion workaround
#
export LIBXCB_ALLOW_SLOPPY_LOCK=true
#
# End of /etc/profile
#
On your next login the environment variable is set.
哦?也来试试 |
|