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.
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.
Comment