Thread: [User feedback required] Crash JD2 on my RPi3
View Single Post
  #1  
Old 11.02.2018, 12:22
robertus robertus is offline
JD Fan
 
Join Date: Dec 2010
Posts: 74
Default Crash JD2 on my RPi3

Hi,

I have a lot of crash about JD2 in my RPi3.

In attachment the are all my logs, about these crash, (crash are random and with only JD2 open, but also with other programs, so also with only it open i have this issue) and anyway the most of these crash, have this error:

Code:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7665ddd0, pid=17103, tid=1734341744
#
# JRE version: Java(TM) SE Runtime Environment (8.0_65-b17) (build 1.8.0_65-b17)
# Java VM: Java HotSpot(TM) Client VM (25.65-b01 mixed mode linux-arm )
# Problematic frame:
# V  [libjvm.so+0x273dd0]
#
# 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 visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
To execute JD2 i use this command:

java -jar /home/pi/Programmi/JDownloader2/JDownloader.jar DISPLAY=:10.0
DISPLAY because i use it with windows remote desktop, and sometimes i use the gui, because myjdownloader doesn't have some option, that gui of course have. (Anyway i guess that doesn't crash because i use windows desktop remote, because crash also when i'm not in my rpi in remote, for example crash in the night and next morning i need to go into remote on my rpi to execute JD2 )

Code:
pi@raspberrypi:~ $ java -version
java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot(TM) Client VM (build 25.65-b01, mixed mode)
Code:
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux
Code:
pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="**External links are only visible to Support Staff**
SUPPORT_URL="**External links are only visible to Support Staff**
BUG_REPORT_URL="**External links are only visible to Support Staff**
i hope that these logs can be help, to fix this issue, or the trouble is mine, because i mistake something.
Attached Files
File Type: rar rpi3_logs_about_crash_JD2.rar (218.9 KB, 1 views)

Last edited by robertus; 11.02.2018 at 12:42.
Reply With Quote