public inbox for gentoo-user-ru@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-ru] глючит ява
@ 2007-11-07 22:01 GoR
  2007-11-08  7:39 ` Peter Volkov
  2007-11-11 21:27 ` Александр Болотов
  0 siblings, 2 replies; 3+ messages in thread
From: GoR @ 2007-11-07 22:01 UTC (permalink / raw
  To: gentoo-user-ru

При запуске любого java приложения вылазиет:

$ *java -jar toonel.jar*
java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
Аварийный останов

куда копать?

-- 
gor@xeb.homelinux.net - JID
http://vkgdt.vsi.ru/ - Неоффициальный сайт вкждт




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user-ru] глючит ява
  2007-11-07 22:01 [gentoo-user-ru] глючит ява GoR
@ 2007-11-08  7:39 ` Peter Volkov
  2007-11-11 21:27 ` Александр Болотов
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Volkov @ 2007-11-08  7:39 UTC (permalink / raw
  To: gentoo-user-ru

[-- Attachment #1: Type: text/plain, Size: 835 bytes --]


В Срд, 07/11/2007 в 22:01 +0000, GoR пишет:
> При запуске любого java приложения вылазиет:
> 
> $ *java -jar toonel.jar*
> java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
> Аварийный останов
> 
> куда копать?

Известный баг:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373

Java+xcb+xinerama не работает. Решения:

* не использовать xcb
* использовать хак, приведённый вышеупомянутом баге:

Для sun-java5-bin: 
sed -i 's/XINERAMA/FAKEEXTN/g' /opt/sun-jdk-1.5.0.12/jre/lib/i386/xawt/libmawt.so 

Для sun-java6-bin: 
sed -i 's/XINERAMA/FAKEEXTN/g' /opt/sun-jdk-1.6.0.03/jre/lib/i386/xawt/libmawt.so

-- 
Peter.

[-- Attachment #2: Эта часть сообщения подписана цифровой подписью --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user-ru] глючит ява
  2007-11-07 22:01 [gentoo-user-ru] глючит ява GoR
  2007-11-08  7:39 ` Peter Volkov
@ 2007-11-11 21:27 ` Александр Болотов
  1 sibling, 0 replies; 3+ messages in thread
From: Александр Болотов @ 2007-11-11 21:27 UTC (permalink / raw
  To: gentoo-user-ru


В Срд, 07/11/2007 в 22:01 +0000, GoR пишет:
> При запуске любого java приложения вылазиет:
> 
> $ *java -jar toonel.jar*
> java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
> Аварийный останов
> 
> куда копать?
> 

cat /etc/env.d/00local
LIBXCB_ALLOW_SLOPPY_LOCK=1

или  CFLAGS="${CFLAGS} -DNDEBUG" emerge libxcb



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-11 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-07 22:01 [gentoo-user-ru] глючит ява GoR
2007-11-08  7:39 ` Peter Volkov
2007-11-11 21:27 ` Александр Болотов

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox