[josm-dev] Latest josm seems to be crashing Xorg

Richard ricoz.osm at gmail.com
Mon Feb 8 22:20:06 UTC 2016


On Mon, Feb 08, 2016 at 08:14:37PM +0000, ael wrote:
> I am not sure what is happeing here, but downloading the latest
> josm version a few minutes ago and attempting to run it crashes 
> Xorg with "Bus error at address 0x0".
> 
> I am on debian testing, and using

that is more a Debian problem but try running josm with
 strace -f java ... > trace.txt 2>&1
 ltrace -f java ... > ltrace.txt 2>&1

and look what happened before the Xserver crashed. Might be something
that is possible to workaround.

Richard



More information about the josm-dev mailing list