JRE version: 6.0_20-b02
Source file: $ wget http://files.gokgs.com/javaBin/cgoban.jar
New problem, started recently:
When I attempt to launch a program which normally works fine I get this message:
Code: Select all
dennis[~]$ java -jar /home/dennis/Downloads/cgoban_d/cgoban.jar
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0x7) at pc=0xb770980e, pid=8149, tid=3067767664
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C [libc.so.6+0x7b80e] memset+0x3e
#
# An error report file with more information is saved as:
# /home/dennis/hs_err_pid8149.log
Segmentation fault
Code: Select all
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0x7) at pc=0xb766980e, pid=8126, tid=3067112304
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C [libc.so.6+0x7b80e] memset+0x3e
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread is native thread
siginfo:si_signo=SIGBUS: si_errno=0, si_code=2 (BUS_ADRERR), si_addr=0xb6c81000
EDIT: I just discovered that clearing my temp files makes it run properly again. Still, if there is obviously something I could do to fix this rather than getting error messages and clearing temp files as a solution please let me know, otherwise I'll just mark the thread solved.
