Announcement

Collapse
No announcement yet.

XCBUnlockDisplay failure with Java SDK

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    XCBUnlockDisplay failure with Java SDK

    Hi,

    I'm trying to execute a small animation framework in Eclipse, but are seeing some crashes reported with this message:


    java: ../../src/xcb_lock.c:33: _XCBUnlockDisplay: Assertion `xcb_get_request_sent(dpy->xcb->connection) == dpy->request' failed.


    The framework runs fine under windows Xp, so its not a code problem, but rather a mismatch between JRE/Swing and Kubuntu.

    Primarily I would like to know if other java programmers have seen this error when working with swing elements, but naturally I would also like to get some more technical information about the error, as I'm fairly unfamiliar with the inner workings of Linux.


    I have changed from OpenJDK to Sun JDK 6, so this is not the issue.

    #2
    Re: XCBUnlockDisplay failure with Java SDK

    I just tried the animation framework in Kubuntu 8.04 and it runs perfectly, so its a Kubuntu 8.10 issue.

    Comment

    Working...
    X