• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is there a bug with javaws on Fedora Core 8?

 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Sample this:

{code}[root@skunk Desktop]# java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)
[root@skunk Desktop]# javaws visionLAN2.jnlp
[root@skunk Desktop]# java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.

[root@skunk Desktop]#
{code}

Thats what I get when I try running the mentioned file via javaws on a FC8 machine.

What does xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' mean? And what is the workaround?
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like this bug:

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

Fixed in the very latest Java 6. The bug is that Java didn't work with XCB, which is a replacement for a key component of X/Windows that some cutting-edge Linux distros are shipping.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic