Opened 5 years ago
Closed 5 years ago
#729 closed defect (invalid)
JOSM always starts with an error message
| Reported by: | anonymous | Owned by: | framm |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
libxcb: WARNING! Program tries to unlock a connection without having acquired
a lock first, which indicates a programming error.
There will be no further warnings about this issue.
libxcb: WARNING! Program tries to lock an already locked connection,
which indicates a programming error.
There will be no further warnings about this issue.
system openSUSE 10.3
Attachments (0)
Change History (2)
comment:1 Changed 5 years ago by Gabriel Ebner <ge@…>
comment:2 Changed 5 years ago by openstreetmap@…
- Resolution set to invalid
- Status changed from new to closed
Try:
export LIBXCB_ALLOW_SLOPPY_LOCK=1
java -jar josm.jar
It's a Java AWT bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373



This looks like a problem with the AWT implementation in java. Which java version are you using?
BTW, these messages are just warnings. Does JOSM start regardless of them?