Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

btdex, crash at Linux #235

Open
PSLLSP opened this issue Jun 29, 2022 · 3 comments
Open

btdex, crash at Linux #235

PSLLSP opened this issue Jun 29, 2022 · 3 comments

Comments

@PSLLSP
Copy link

PSLLSP commented Jun 29, 2022

Linux Mint 20.3, amd64
btdex_0.5.15-1_amd64.deb

Fresh install of btdex to PC based on Intel Celeron 1007U. Crash during start:

user@mint:~$ btdex
Using config file /home/user/.config/btdex/config.properties
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fd906f12104, pid=191505, tid=0x00007fd95e3ec700
#
# JRE version: OpenJDK Runtime Environment (Zulu 8.54.0.21-CA-linux64) (8.0_292-b10) (build 1.8.0_292-b10)
# Java VM: OpenJDK 64-Bit Server VM (25.292-b10 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libgtk-3.so.0+0x2e1104]
#
# 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/user/hs_err_pid191505.log
#
# If you would like to submit a bug report, please visit:
#   http://www.azulsystems.com/support/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/usr/bin/btdex: line 7: 191505 Aborted                 /opt/btdex/jre/bin/java -jar /opt/btdex/btdex-all.jar "$@"
@PSLLSP
Copy link
Author

PSLLSP commented Jun 29, 2022

New version of btdex was released, btdex_0.6.0-1_amd64.deb. I missed that. Anyway, no difference, it crashes too:

user@mint:~$ btdex
Using config file /home/user/.config/btdex/config.properties
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f96bcbc7104, pid=191978, tid=0x00007f9704004700
#
# JRE version: OpenJDK Runtime Environment (Zulu 8.54.0.21-CA-linux64) (8.0_292-b10) (build 1.8.0_292-b10)
# Java VM: OpenJDK 64-Bit Server VM (25.292-b10 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libgtk-3.so.0+0x2e1104]
#
# 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/user/Downloads/hs_err_pid191978.log
#
# If you would like to submit a bug report, please visit:
#   http://www.azulsystems.com/support/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/usr/bin/btdex: line 7: 191978 Aborted                 /opt/btdex/jre/bin/java -jar /opt/btdex/btdex-all.jar "$@"

@PSLLSP
Copy link
Author

PSLLSP commented Jun 29, 2022

Important UPDATE. I have found I can crash btdex even on PC that was running btdex for days... When I start btdex localy, from local desktop, it is started, no issue. When I try to start btdex remotely, it crashes.

To repliacate the crash:

user@ubuntu:~$ ssh -X mint
user@mint's password: 
Last login: Wed Jun 29 13:45:54 2022 from 192.168.10.172
user@mint:~$ btdex
... btdex is started or crashes...
......It crashes when I login from Linux Mint 20.3.
..... btdex is started when I login from Linux Mint 19.3, it doesn't crash!!

I tried to start xclock and xeyes in the similar way, no issue with those toys...
I tried to start remotely gnumeric, no issue...

@jjos2372
Copy link
Collaborator

Hello, can you please download the JAR file and run with another java as a test, like:
java -jar btdex-v0.6.0-all.jar

PS. running it remotely is not something we test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants