Opened 15 years ago
Closed 15 years ago
#5242 closed defect (fixed)
X Window System error - GTK+ Look and Feel
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | GTK+, window, x, crash, look and feel, theme | Cc: |
Description
When using the "GTK+" Look and Feel, JOSM crashes randomly
Edit --> Preferences --> Look and Feel --> Look and Feel: GTK+
It crashes especially when uploading changes, but will crash at other random times as well.
Such as: * When uploading changes (this is the most frequent)
- When loading up JOSM
- When clicking on the "File" menu
This is reproducible with JOSM versions 3373 (latest) and 3329 (tested)
A valid work-around can be made by changing the Look and Feel to Metal or Nimbus.
Operating System:
Ubuntu 10.04 64bit
Output of "java -version":
java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
The attached logs were created when running JOSM thusly:
java -jar -Xmx2056m josm-tested.jar
Attachments (4)
Change History (6)
by , 15 years ago
Attachment: | josm_3373_crash_upon_startup.log added |
---|
by , 15 years ago
Attachment: | josm_3373_crash_upon_upload.log added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks skyper,
That worked for me :)
I assume therefor that I must have had a corrupted preference file / directory that had triggered the crash.
If it crashes again for the same reason, and if it is reproducible, I'll re-open this ticket.
But for now it seems to be nice and stable. So am marking this ticket as fixed.
Regards,
Does not happen to me on the same system with the same java.
Did you try it with a fresh preference-file ?
You can set the pref-dir with -Djosm.home= .
I use:
Only thing I noticed that JOSM breaks my window-manager (xfwm) with xfce. It is in fullscreen and does not get out of it, lieing under the top-panel. This does not happen with the option --maximize.
cu skyper