TheRealCDay / raptor-chess-interface

Automatically exported from code.google.com/p/raptor-chess-interface
0 stars 0 forks source link

Crash after few seconds on linux Ubuntu/Mint 64 bit #747

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.install raptor either by dep package or zip file
2.extract the zip file
3.run raptor

What is the expected output? What do you see instead?
Expecting user interface, but it crashes after a few seconds

What version of the product are you using? On what operating system and
what environment?
v98u3f5 stable / linux 64bit Mint

Please provide any additional information below.

Output of ./raptor
A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f544583dc91, pid=3328, tid=140002377029376
#
# JRE version: 7.0_25-b30
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed 
oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6ac91]  soup_session_feature_detach+0x11
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/ahmed/Downloads/Raptor_v98u3f5/hs_err_pid3328.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted

Original issue reported on code.google.com by qor...@gmail.com on 12 Jan 2014 at 11:55

GoogleCodeExporter commented 9 years ago
Same happens on both Linux Mint Petra 32-bit and 64-bit:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f682851e1d1, pid=10964, tid=140086687803136
#
# JRE version: OpenJDK Runtime Environment (7.0_51) (build 1.7.0_51-b00)
# Java VM: OpenJDK 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6b1d1]  soup_session_feature_detach+0x11
#
# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Full Log file attached

Original comment by jrhondeb...@gmail.com on 22 Apr 2014 at 7:43

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like the JVM crashed, hard. Most likely mismatch with library versions or 
missing libraries?

Original comment by evil...@gmail.com on 31 Oct 2014 at 8:32