Details
Description
A DESCRIPTION OF THE PROBLEM :
Starting a Java Programm including JavaFX on Raspberry Pi causes Crash, everry Time i try to start the programm.
Programm is running fine on Windows and Mac.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000000, pid=2336, tid=0x66d67470
#
# JRE version: Java(TM) SE Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
# Java VM: Java HotSpot(TM) Client VM (25.171-b11 mixed mode linux-arm )
# Problematic frame:
# C 0x00000000
#
# Core dump written. Default location: /home/pi/core or core.2336
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x66fcf400): JavaThread "Event Thread" [_thread_in_native, id=2350, stack(0x66d18000,0x66d68000)]
siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x00000000
Registers:
r0 = 0x00000000
r1 = 0x00100000
r2 = 0x00100000
r3 = 0x00000000
r4 = 0x00000000
r5 = 0x67c11c40
r6 = 0x67c11b28
r7 = 0x00000000
r8 = 0x66d66794
r9 = 0x683074e0
r10 = 0x66fcf400
fp = 0x66d666ec
r12 = 0x67c11c40
sp = 0x66d66688
lr = 0x67c07a34
pc = 0x00000000
cpsr = 0x60000010
Top of Stack: (sp=0x66d66688)
0x66d66688: 00000000 00000000 740e1c80 66010000
0x66d66698: 66d66648 00000000 00000000 00000000
0x66d666a8: 00000000 00000000 00000000 00000000
0x66d666b8: 00000000 67020000 00000000 00000000
0x66d666c8: 00100000 00100000 740da6a4 67c07b24
0x66d666d8: 00000000 00000000 66d66794 66fcf400
0x66d666e8: 66d666f4 67c07b60 66d66780 740a9a2c
0x66d666f8: 00000000 00000000 68307400 00000000
Instructions: (pc=0x00000000)
0xffffffe0:
Register to memory mapping:
r0 = 0x00000000
0x00000000 is an unknown value
r1 = 0x00100000
0x00100000 is an unknown value
r2 = 0x00100000
0x00100000 is an unknown value
r3 = 0x00000000
0x00000000 is an unknown value
r4 = 0x00000000
0x00000000 is an unknown value
r5 = 0x67c11c40
0x67c11c40: <offset 0xcc40> in /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so at 0x67c05000
r6 = 0x67c11b28
0x67c11b28: <offset 0xcb28> in /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so at 0x67c05000
r7 = 0x00000000
0x00000000 is an unknown value
r8 = 0x66d66794
0x66d66794 is pointing into the stack for thread: 0x66fcf400
r9 = 0x683074e0
{method} {0x683074e0} '_initDispmanCursor' '(II)V' in 'com/sun/glass/ui/monocle/DispmanCursor'
r10 = 0x66fcf400
0x66fcf400 is a thread
fp = 0x66d666ec
0x66d666ec is pointing into the stack for thread: 0x66fcf400
r12 = 0x67c11c40
0x67c11c40: <offset 0xcc40> in /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so at 0x67c05000
sp = 0x66d66688
0x66d66688 is pointing into the stack for thread: 0x66fcf400
lr = 0x67c07a34
0x67c07a34: <offset 0x2a34> in /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so at 0x67c05000
pc = 0x00000000
0x00000000 is an unknown value
Stack: [0x66d18000,0x66d68000], sp=0x66d66688, free space=313k
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.glass.ui.monocle.DispmanCursor._initDispmanCursor(II)V+0
j com.sun.glass.ui.monocle.DispmanCursor.<init>()V+9
j com.sun.glass.ui.monocle.DispmanPlatform.createCursor()Lcom/sun/glass/ui/monocle/NativeCursor;+4
j com.sun.glass.ui.monocle.NativePlatform.getCursor()Lcom/sun/glass/ui/monocle/NativeCursor;+9
j com.sun.glass.ui.monocle.MonocleApplication.staticCursor_setVisible(Z)V+3
j com.sun.glass.ui.monocle.MonocleApplication.updateDeviceFlags(Lcom/sun/glass/ui/monocle/InputDevice;Z)V+83
j com.sun.glass.ui.monocle.MonocleApplication.lambda$new$107(Ljavafx/collections/SetChangeListener$Change;)V+18
j com.sun.glass.ui.monocle.MonocleApplication$$Lambda$40.onChanged(Ljavafx/collections/SetChangeListener$Change;)V+5
j com.sun.javafx.collections.SetListenerHelper$SingleChange.fireValueChangedEvent(Ljavafx/collections/SetChangeListener$Change;)V+5
j com.sun.javafx.collections.SetListenerHelper.fireValueChangedEvent(Lcom/sun/javafx/collections/SetListenerHelper;Ljavafx/collections/SetChangeListener$Change;)V+6
j com.sun.javafx.collections.ObservableSetWrapper.callObservers(Ljavafx/collections/SetChangeListener$Change;)V+5
j com.sun.javafx.collections.ObservableSetWrapper.add(Ljava/lang/Object;)Z+25
j com.sun.glass.ui.monocle.LinuxInputDeviceRegistry.addDeviceInternal(Lcom/sun/glass/ui/monocle/LinuxInputDevice;Ljava/lang/String;)Lcom/sun/glass/ui/monocle/LinuxInputDevice;+49
j com.sun.glass.ui.monocle.LinuxInputDeviceRegistry.createDevice(Ljava/io/File;Ljava/io/File;Ljava/util/Map;)Lcom/sun/glass/ui/monocle/LinuxInputDevice;+37
j com.sun.glass.ui.monocle.LinuxInputDeviceRegistry.lambda$new$97(Ljava/util/Map;Ljava/lang/String;Ljava/util/Map;)V+123
j com.sun.glass.ui.monocle.LinuxInputDeviceRegistry$$Lambda$39.udevEvent(Ljava/lang/String;Ljava/util/Map;)V+10
j com.sun.glass.ui.monocle.Udev$1.run()V+63
j com.sun.glass.ui.monocle.RunnableProcessor.runLoop()Ljava/lang/Object;+36
j com.sun.glass.ui.monocle.RunnableProcessor.run()V+1
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x67806800 JavaThread "Linux input: /dev/input/mouse0" daemon [_thread_in_native, id=2352, stack(0x66bc8000,0x66c18000)]
=>0x66fcf400 JavaThread "Event Thread" [_thread_in_native, id=2350, stack(0x66d18000,0x66d68000)]
0x66fcb000 JavaThread "udev monitor" daemon [_thread_in_native, id=2346, stack(0x66d68000,0x66db8000)]
0x66fb4c00 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=2345, stack(0x6701a000,0x6706a000)]
0x76185400 JavaThread "Service Thread" daemon [_thread_blocked, id=2343, stack(0x67430000,0x67480000)]
0x76182000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2342, stack(0x67480000,0x67500000)]
0x76180800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2341, stack(0x67a10000,0x67a60000)]
0x76165400 JavaThread "Finalizer" daemon [_thread_blocked, id=2340, stack(0x67a60000,0x67ab0000)]
0x76162800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2339, stack(0x67ab0000,0x67b00000)]
0x76107c00 JavaThread "main" [_thread_blocked, id=2337, stack(0x7628c000,0x762dc000)]
Other Threads:
0x7615e000 VMThread [stack: 0x67c12000,0x67c92000] [id=2338]
0x76188400 WatcherThread [stack: 0x67280000,0x67300000] [id=2344]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
def new generation total 3712K, used 1164K [0x68400000, 0x68800000, 0x6c2a0000)
eden space 3328K, 23% used [0x68400000, 0x684c3308, 0x68740000)
from space 384K, 100% used [0x68740000, 0x687a0000, 0x687a0000)
to space 384K, 0% used [0x687a0000, 0x687a0000, 0x68800000)
tenured generation total 8192K, used 1450K [0x6c2a0000, 0x6caa0000, 0x74000000)
the space 8192K, 17% used [0x6c2a0000, 0x6c40a8a0, 0x6c40aa00, 0x6caa0000)
Metaspace used 4204K, capacity 4445K, committed 4528K, reserved 5424K
Card table byte_map: [0x683a1000,0x68400000] byte_map_base: 0x6805f000
Polling page: 0x76f5a000
CodeCache: size=32768Kb used=790Kb max_used=790Kb free=31977Kb
bounds [0x7409c000, 0x74164000, 0x7609c000]
total_blobs=330 nmethods=148 adapters=114
compilation: enabled
Compilation events (10 events):
Event: 1,338 Thread 0x76182000 144 java.nio.DirectByteBuffer::get (15 bytes)
Event: 1,339 Thread 0x76182000 nmethod 144 0x7415de88 code [0x7415df80, 0x7415e084]
Event: 1,339 Thread 0x76182000 145 java.nio.Buffer::nextGetIndex (31 bytes)
Event: 1,340 Thread 0x76182000 nmethod 145 0x7415e148 code [0x7415e240, 0x7415e334]
Event: 1,340 Thread 0x76182000 146 java.nio.DirectByteBuffer::ix (10 bytes)
Event: 1,340 Thread 0x76182000 nmethod 146 0x7415e3c8 code [0x7415e4a0, 0x7415e538]
Event: 1,342 Thread 0x76182000 147 ! com.sun.glass.ui.monocle.Udev::readEvent (350 bytes)
Event: 1,351 Thread 0x76182000 nmethod 147 0x7415e588 code [0x7415e7c0, 0x7415ff28]
Event: 1,383 Thread 0x76182000 148 java.lang.String::<init> (10 bytes)
Event: 1,384 Thread 0x76182000 nmethod 148 0x74161708 code [0x741617e0, 0x74161878]
GC Heap History (4 events):
Event: 0,909 GC heap before
{Heap before GC invocations=0 (full 0):
def new generation total 3712K, used 3328K [0x68400000, 0x68800000, 0x6c2a0000)
eden space 3328K, 100% used [0x68400000, 0x68740000, 0x68740000)
from space 384K, 0% used [0x68740000, 0x68740000, 0x687a0000)
to space 384K, 0% used [0x687a0000, 0x687a0000, 0x68800000)
tenured generation total 8192K, used 0K [0x6c2a0000, 0x6caa0000, 0x74000000)
the space 8192K, 0% used [0x6c2a0000, 0x6c2a0000, 0x6c2a0200, 0x6caa0000)
Metaspace used 3315K, capacity 3498K, committed 3608K, reserved 4400K
Event: 0,924 GC heap after
Heap after GC invocations=1 (full 0):
def new generation total 3712K, used 384K [0x68400000, 0x68800000, 0x6c2a0000)
eden space 3328K, 0% used [0x68400000, 0x68400000, 0x68740000)
from space 384K, 100% used [0x687a0000, 0x68800000, 0x68800000)
to space 384K, 0% used [0x68740000, 0x68740000, 0x687a0000)
tenured generation total 8192K, used 569K [0x6c2a0000, 0x6caa0000, 0x74000000)
the space 8192K, 6% used [0x6c2a0000, 0x6c32e548, 0x6c32e600, 0x6caa0000)
Metaspace used 3315K, capacity 3498K, committed 3608K, reserved 4400K
}
Event: 1,308 GC heap before
{Heap before GC invocations=1 (full 0):
def new generation total 3712K, used 3712K [0x68400000, 0x68800000, 0x6c2a0000)
eden space 3328K, 100% used [0x68400000, 0x68740000, 0x68740000)
from space 384K, 100% used [0x687a0000, 0x68800000, 0x68800000)
to space 384K, 0% used [0x68740000, 0x68740000, 0x687a0000)
tenured generation total 8192K, used 569K [0x6c2a0000, 0x6caa0000, 0x74000000)
the space 8192K, 6% used [0x6c2a0000, 0x6c32e548, 0x6c32e600, 0x6caa0000)
Metaspace used 4139K, capacity 4371K, committed 4376K, reserved 4400K
Event: 1,322 GC heap after
Heap after GC invocations=2 (full 0):
def new generation total 3712K, used 384K [0x68400000, 0x68800000, 0x6c2a0000)
eden space 3328K, 0% used [0x68400000, 0x68400000, 0x68740000)
from space 384K, 100% used [0x68740000, 0x687a0000, 0x687a0000)
to space 384K, 0% used [0x687a0000, 0x687a0000, 0x68800000)
tenured generation total 8192K, used 1450K [0x6c2a0000, 0x6caa0000, 0x74000000)
the space 8192K, 17% used [0x6c2a0000, 0x6c40a8a0, 0x6c40aa00, 0x6caa0000)
Metaspace used 4139K, capacity 4371K, committed 4376K, reserved 4400K
}
Deoptimization events (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 0,109 Thread 0x76107c00 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.defineClass(Ljava/lang/String;[BII)Ljava/lang/Class; name or signature does not match> (0x68406ea0) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/sh
Event: 0,109 Thread 0x76107c00 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.prefetchRead(Ljava/lang/Object;J)V name or signature does not match> (0x68407170) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jni.c
Event: 0,759 Thread 0x76107c00 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x6862e3a8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/methodHandles.cpp, line 1167]
Event: 0,766 Thread 0x76107c00 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x6863a508) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/methodHandles.cpp, line 1167]
Event: 0,844 Thread 0x76107c00 Exception <a 'java/security/PrivilegedActionException'> (0x686b76d0) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jvm.cpp, line 1435]
Event: 0,844 Thread 0x76107c00 Exception <a 'java/security/PrivilegedActionException'> (0x686b78d0) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jvm.cpp, line 1435]
Event: 0,845 Thread 0x76107c00 Exception <a 'java/security/PrivilegedActionException'> (0x686b9740) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jvm.cpp, line 1435]
Event: 0,845 Thread 0x76107c00 Exception <a 'java/security/PrivilegedActionException'> (0x686b9940) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jvm.cpp, line 1435]
Event: 0,846 Thread 0x76107c00 Exception <a 'java/lang/NullPointerException'> (0x686b9ea8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 1185]
Event: 1,371 Thread 0x66fcf400 Exception <a 'java/io/FileNotFoundException'> (0x6845ea78) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jni.cpp, line 709]
Events (10 events):
Event: 1,368 loading class com/sun/glass/ui/monocle/LinuxAbsoluteInputCapabilities done
Event: 1,376 loading class com/sun/glass/ui/monocle/LinuxMouseProcessor
Event: 1,376 loading class com/sun/glass/ui/monocle/LinuxMouseProcessor done
Event: 1,377 loading class com/sun/glass/ui/monocle/MouseInput
Event: 1,377 loading class com/sun/glass/ui/monocle/MouseInput done
Event: 1,381 loading class com/sun/glass/ui/monocle/MouseState
Event: 1,381 loading class com/sun/glass/ui/monocle/MouseState done
Event: 1,383 loading class com/sun/glass/ui/monocle/IntSet
Event: 1,383 loading class com/sun/glass/ui/monocle/IntSet done
Event: 1,387 Thread 0x67806800 Thread added: 0x67806800
Dynamic libraries:
00008000-00009000 r-xp 00000000 b3:02 33315 /opt/jdk1.8.0_171/bin/java
00010000-00011000 rw-p 00000000 b3:02 33315 /opt/jdk1.8.0_171/bin/java
002cd000-002ee000 rw-p 00000000 00:00 0 [heap]
66bc8000-66bcb000 ---p 00000000 00:00 0
66bcb000-66c38000 rw-p 00000000 00:00 0
66c38000-66d18000 ---p 00000000 00:00 0
66d18000-66d1b000 ---p 00000000 00:00 0
66d1b000-66d68000 rw-p 00000000 00:00 0
66d68000-66d6b000 ---p 00000000 00:00 0
66d6b000-66db8000 rw-p 00000000 00:00 0
66db8000-66ee7000 r-xp 00000000 b3:02 10606 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.22
66ee7000-66ef7000 ---p 0012f000 b3:02 10606 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.22
66ef7000-66efc000 r--p 0012f000 b3:02 10606 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.22
66efc000-66efe000 rw-p 00134000 b3:02 10606 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.22
66efe000-66f00000 rw-p 00000000 00:00 0
66f00000-66fd7000 rw-p 00000000 00:00 0
66fd7000-67000000 ---p 00000000 00:00 0
6701a000-6701d000 ---p 00000000 00:00 0
6701d000-6706a000 rw-p 00000000 00:00 0
6706a000-67100000 r--s 008be000 b3:02 8228 /opt/jdk1.8.0_171/jre/lib/ext/jfxrt.jar
67100000-67122000 rw-p 00000000 00:00 0
67122000-67200000 ---p 00000000 00:00 0
6720a000-67230000 r--p 00000000 b3:02 22840 /usr/share/locale/de/LC_MESSAGES/libc.mo
67230000-67280000 r--s 0061a000 b3:02 8253 /home/pi/Schreibtisch/MeDat.jar
67280000-67281000 ---p 00000000 00:00 0
67281000-67300000 rw-p 00000000 00:00 0
67300000-673cf000 rw-p 00000000 00:00 0
673cf000-67400000 ---p 00000000 00:00 0
6741c000-67427000 r-xp 00000000 b3:02 9748 /opt/jdk1.8.0_171/jre/lib/arm/libprism_sw.so
67427000-6742f000 ---p 0000b000 b3:02 9748 /opt/jdk1.8.0_171/jre/lib/arm/libprism_sw.so
6742f000-67430000 rw-p 0000b000 b3:02 9748 /opt/jdk1.8.0_171/jre/lib/arm/libprism_sw.so
67430000-67433000 ---p 00000000 00:00 0
67433000-67480000 rw-p 00000000 00:00 0
67480000-67483000 ---p 00000000 00:00 0
67483000-67500000 rw-p 00000000 00:00 0
67500000-67700000 r--p 00000000 b3:02 1146 /usr/lib/locale/locale-archive
67700000-67721000 rw-p 00000000 00:00 0
67721000-67800000 ---p 00000000 00:00 0
67800000-67821000 rw-p 00000000 00:00 0
67821000-67900000 ---p 00000000 00:00 0
67900000-67921000 rw-p 00000000 00:00 0
67921000-67a00000 ---p 00000000 00:00 0
67a10000-67a13000 ---p 00000000 00:00 0
67a13000-67a60000 rw-p 00000000 00:00 0
67a60000-67a63000 ---p 00000000 00:00 0
67a63000-67ab0000 rw-p 00000000 00:00 0
67ab0000-67ab3000 ---p 00000000 00:00 0
67ab3000-67b00000 rw-p 00000000 00:00 0
67b00000-67b21000 rw-p 00000000 00:00 0
67b21000-67c00000 ---p 00000000 00:00 0
67c05000-67c0a000 r-xp 00000000 b3:02 8523 /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so
67c0a000-67c11000 ---p 00005000 b3:02 8523 /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so
67c11000-67c12000 rw-p 00004000 b3:02 8523 /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so
67c12000-67c13000 ---p 00000000 00:00 0
67c13000-67ce1000 rw-p 00000000 00:00 0
67ce1000-67ebb000 r--s 03d68000 b3:02 49930 /opt/jdk1.8.0_171/jre/lib/rt.jar
67ebb000-68362000 rw-p 00000000 00:00 0
68362000-68367000 rw-p 00000000 00:00 0
68367000-683a1000 ---p 00000000 00:00 0
683a1000-683a3000 rw-p 00000000 00:00 0
683a3000-683c0000 ---p 00000000 00:00 0
683c0000-683c5000 rw-p 00000000 00:00 0
683c5000-683ff000 ---p 00000000 00:00 0
683ff000-68800000 rw-p 00000000 00:00 0
68800000-6c2a0000 ---p 00000000 00:00 0
6c2a0000-6caa0000 rw-p 00000000 00:00 0
6caa0000-74000000 ---p 00000000 00:00 0
7400a000-74014000 r-xp 00000000 b3:02 9715 /opt/jdk1.8.0_171/jre/lib/arm/libprism_es2_monocle.so
74014000-7401b000 ---p 0000a000 b3:02 9715 /opt/jdk1.8.0_171/jre/lib/arm/libprism_es2_monocle.so
7401b000-7401c000 rw-p 00009000 b3:02 9715 /opt/jdk1.8.0_171/jre/lib/arm/libprism_es2_monocle.so
7401c000-74020000 rw-p 00000000 00:00 0
74020000-7409c000 ---p 00000000 00:00 0
7409c000-74164000 rwxp 00000000 00:00 0
74164000-7609c000 ---p 00000000 00:00 0
7609c000-760b4000 r-xp 00000000 b3:02 49754 /opt/jdk1.8.0_171/jre/lib/arm/libzip.so
760b4000-760bb000 ---p 00018000 b3:02 49754 /opt/jdk1.8.0_171/jre/lib/arm/libzip.so
760bb000-760bc000 rw-p 00017000 b3:02 49754 /opt/jdk1.8.0_171/jre/lib/arm/libzip.so
760bc000-760c5000 r-xp 00000000 b3:02 1923 /lib/arm-linux-gnueabihf/libnss_files-2.24.so
760c5000-760d4000 ---p 00009000 b3:02 1923 /lib/arm-linux-gnueabihf/libnss_files-2.24.so
760d4000-760d5000 r--p 00008000 b3:02 1923 /lib/arm-linux-gnueabihf/libnss_files-2.24.so
760d5000-760d6000 rw-p 00009000 b3:02 1923 /lib/arm-linux-gnueabihf/libnss_files-2.24.so
760d6000-760dc000 rw-p 00000000 00:00 0
760dc000-760ed000 r-xp 00000000 b3:02 1920 /lib/arm-linux-gnueabihf/libnsl-2.24.so
760ed000-760fc000 ---p 00011000 b3:02 1920 /lib/arm-linux-gnueabihf/libnsl-2.24.so
760fc000-760fd000 r--p 00010000 b3:02 1920 /lib/arm-linux-gnueabihf/libnsl-2.24.so
760fd000-760fe000 rw-p 00011000 b3:02 1920 /lib/arm-linux-gnueabihf/libnsl-2.24.so
760fe000-76100000 rw-p 00000000 00:00 0
76100000-76200000 rw-p 00000000 00:00 0
76206000-7620f000 r-xp 00000000 b3:02 1931 /lib/arm-linux-gnueabihf/libnss_nis-2.24.so
7620f000-7621e000 ---p 00009000 b3:02 1931 /lib/arm-linux-gnueabihf/libnss_nis-2.24.so
7621e000-7621f000 r--p 00008000 b3:02 1931 /lib/arm-linux-gnueabihf/libnss_nis-2.24.so
7621f000-76220000 rw-p 00009000 b3:02 1931 /lib/arm-linux-gnueabihf/libnss_nis-2.24.so
76220000-76226000 r-xp 00000000 b3:02 1921 /lib/arm-linux-gnueabihf/libnss_compat-2.24.so
76226000-76235000 ---p 00006000 b3:02 1921 /lib/arm-linux-gnueabihf/libnss_compat-2.24.so
76235000-76236000 r--p 00005000 b3:02 1921 /lib/arm-linux-gnueabihf/libnss_compat-2.24.so
76236000-76237000 rw-p 00006000 b3:02 1921 /lib/arm-linux-gnueabihf/libnss_compat-2.24.so
76237000-7625a000 r-xp 00000000 b3:02 49740 /opt/jdk1.8.0_171/jre/lib/arm/libjava.so
7625a000-76262000 ---p 00023000 b3:02 49740 /opt/jdk1.8.0_171/jre/lib/arm/libjava.so
76262000-76263000 rw-p 00023000 b3:02 49740 /opt/jdk1.8.0_171/jre/lib/arm/libjava.so
76263000-7626c000 r-xp 00000000 b3:02 49732 /opt/jdk1.8.0_171/jre/lib/arm/libverify.so
7626c000-76274000 ---p 00009000 b3:02 49732 /opt/jdk1.8.0_171/jre/lib/arm/libverify.so
76274000-76275000 rw-p 00009000 b3:02 49732 /opt/jdk1.8.0_171/jre/lib/arm/libverify.so
76275000-7627b000 r-xp 00000000 b3:02 1949 /lib/arm-linux-gnueabihf/librt-2.24.so
7627b000-7628a000 ---p 00006000 b3:02 1949 /lib/arm-linux-gnueabihf/librt-2.24.so
7628a000-7628b000 r--p 00005000 b3:02 1949 /lib/arm-linux-gnueabihf/librt-2.24.so
7628b000-7628c000 rw-p 00006000 b3:02 1949 /lib/arm-linux-gnueabihf/librt-2.24.so
7628c000-7628f000 ---p 00000000 00:00 0
7628f000-762dc000 rw-p 00000000 00:00 0
762dc000-76349000 r-xp 00000000 b3:02 1911 /lib/arm-linux-gnueabihf/libm-2.24.so
76349000-76359000 ---p 0006d000 b3:02 1911 /lib/arm-linux-gnueabihf/libm-2.24.so
76359000-7635a000 r--p 0006d000 b3:02 1911 /lib/arm-linux-gnueabihf/libm-2.24.so
7635a000-7635b000 rw-p 0006e000 b3:02 1911 /lib/arm-linux-gnueabihf/libm-2.24.so
7635b000-768ea000 r-xp 00000000 b3:02 49662 /opt/jdk1.8.0_171/jre/lib/arm/client/libjvm.so
768ea000-768f2000 ---p 0058f000 b3:02 49662 /opt/jdk1.8.0_171/jre/lib/arm/client/libjvm.so
768f2000-7691e000 rw-p 0058f000 b3:02 49662 /opt/jdk1.8.0_171/jre/lib/arm/client/libjvm.so
7691e000-76d45000 rw-p 00000000 00:00 0
76d45000-76d61000 r-xp 00000000 b3:02 1899 /lib/arm-linux-gnueabihf/libgcc_s.so.1
76d61000-76d70000 ---p 0001c000 b3:02 1899 /lib/arm-linux-gnueabihf/libgcc_s.so.1
76d70000-76d71000 r--p 0001b000 b3:02 1899 /lib/arm-linux-gnueabihf/libgcc_s.so.1
76d71000-76d72000 rw-p 0001c000 b3:02 1899 /lib/arm-linux-gnueabihf/libgcc_s.so.1
76d72000-76e9c000 r-xp 00000000 b3:02 1884 /lib/arm-linux-gnueabihf/libc-2.24.so
76e9c000-76eab000 ---p 0012a000 b3:02 1884 /lib/arm-linux-gnueabihf/libc-2.24.so
76eab000-76ead000 r--p 00129000 b3:02 1884 /lib/arm-linux-gnueabihf/libc-2.24.so
76ead000-76eae000 rw-p 0012b000 b3:02 1884 /lib/arm-linux-gnueabihf/libc-2.24.so
76eae000-76eb1000 rw-p 00000000 00:00 0
76eb1000-76eb3000 r-xp 00000000 b3:02 1893 /lib/arm-linux-gnueabihf/libdl-2.24.so
76eb3000-76ec2000 ---p 00002000 b3:02 1893 /lib/arm-linux-gnueabihf/libdl-2.24.so
76ec2000-76ec3000 r--p 00001000 b3:02 1893 /lib/arm-linux-gnueabihf/libdl-2.24.so
76ec3000-76ec4000 rw-p 00002000 b3:02 1893 /lib/arm-linux-gnueabihf/libdl-2.24.so
76ec4000-76ed9000 r-xp 00000000 b3:02 49980 /opt/jdk1.8.0_171/lib/arm/jli/libjli.so
76ed9000-76ee0000 ---p 00015000 b3:02 49980 /opt/jdk1.8.0_171/lib/arm/jli/libjli.so
76ee0000-76ee1000 rw-p 00014000 b3:02 49980 /opt/jdk1.8.0_171/lib/arm/jli/libjli.so
76ee1000-76ef7000 r-xp 00000000 b3:02 1945 /lib/arm-linux-gnueabihf/libpthread-2.24.so
76ef7000-76f06000 ---p 00016000 b3:02 1945 /lib/arm-linux-gnueabihf/libpthread-2.24.so
76f06000-76f07000 r--p 00015000 b3:02 1945 /lib/arm-linux-gnueabihf/libpthread-2.24.so
76f07000-76f08000 rw-p 00016000 b3:02 1945 /lib/arm-linux-gnueabihf/libpthread-2.24.so
76f08000-76f0a000 rw-p 00000000 00:00 0
76f0e000-76f15000 r--s 00000000 b3:02 10966 /usr/lib/arm-linux-gnueabihf/gconv/gconv-modules.cache
76f15000-76f1a000 r--s 0009d000 b3:02 49820 /opt/jdk1.8.0_171/jre/lib/jsse.jar
76f1a000-76f1f000 r-xp 00000000 b3:02 8231 /usr/lib/arm-linux-gnueabihf/libarmmem.so
76f1f000-76f2e000 ---p 00005000 b3:02 8231 /usr/lib/arm-linux-gnueabihf/libarmmem.so
76f2e000-76f2f000 r--p 00004000 b3:02 8231 /usr/lib/arm-linux-gnueabihf/libarmmem.so
76f2f000-76f30000 rw-p 00005000 b3:02 8231 /usr/lib/arm-linux-gnueabihf/libarmmem.so
76f30000-76f51000 r-xp 00000000 b3:02 1837 /lib/arm-linux-gnueabihf/ld-2.24.so
76f52000-76f5a000 rw-s 00000000 b3:02 252924 /tmp/hsperfdata_root/2336
76f5a000-76f5b000 r--p 00000000 00:00 0
76f5b000-76f60000 rw-p 00000000 00:00 0
76f60000-76f61000 r--p 00020000 b3:02 1837 /lib/arm-linux-gnueabihf/ld-2.24.so
76f61000-76f62000 rw-p 00021000 b3:02 1837 /lib/arm-linux-gnueabihf/ld-2.24.so
7eae0000-7eb01000 rw-p 00000000 00:00 0 [stack]
7ee00000-7ee01000 r-xp 00000000 00:00 0 [sigpage]
7ee01000-7ee02000 r--p 00000000 00:00 0 [vvar]
7ee02000-7ee03000 r-xp 00000000 00:00 0 [vdso]
ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]
VM Arguments:
java_command: /home/pi/Schreibtisch/MeDat.jar
java_class_path (initial): /home/pi/Schreibtisch/MeDat.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USERNAME=root
SHELL=/bin/bash
DISPLAY=:0.0
Signal Handlers:
SIGSEGV: [libjvm.so+0x511608], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0x511608], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x405eec], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x405eec], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x405eec], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x405eec], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x406050], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x406484], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x406484], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x406484], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x406484], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
--------------- S Y S T E M ---------------
OS:PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
uname:Linux 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l
libc:glibc 2.24 NPTL 2.24
rlimit: STACK 8192k, CORE infinity, NPROC 5919, NOFILE 1048576, AS infinity
load average:0,49 0,45 0,62
/proc/meminfo:
MemTotal: 766872 kB
MemFree: 83596 kB
MemAvailable: 516552 kB
Buffers: 30796 kB
Cached: 457480 kB
SwapCached: 0 kB
Active: 278028 kB
Inactive: 356740 kB
Active(anon): 72440 kB
Inactive(anon): 94020 kB
Active(file): 205588 kB
Inactive(file): 262720 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 102396 kB
SwapFree: 102396 kB
Dirty: 128 kB
Writeback: 0 kB
AnonPages: 146484 kB
Mapped: 99348 kB
Shmem: 19968 kB
Slab: 32660 kB
SReclaimable: 19408 kB
SUnreclaim: 13252 kB
KernelStack: 2184 kB
PageTables: 3848 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 485832 kB
Committed_AS: 1016924 kB
VmallocTotal: 1294336 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
CmaTotal: 8192 kB
CmaFree: 6792 kB
CPU:total 4 (initial active 4) (ARMv7), vfp
/proc/cpuinfo:
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 76.80
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 76.80
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 76.80
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 76.80
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : BCM2835
Revision : a02082
Serial : 0000000001e1663e
Memory: 4k page, physical 766872k(83472k free), swap 102396k(102396k free)
vm_info: Java HotSpot(TM) Client VM (25.171-b11) for linux-arm-vfp-hflt JRE (1.8.0_171-b11), built on Mar 29 2018 03:11:35 by "java_re" with gcc 4.7.2 20120910 (prerelease)
time: Sat Apr 21 22:06:42 2018
elapsed time: 1 seconds (0d 0h 0m 1s)
REGRESSION : Last worked in version 8u171
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Start java programm
FREQUENCY : always
Starting a Java Programm including JavaFX on Raspberry Pi causes Crash, everry Time i try to start the programm.
Programm is running fine on Windows and Mac.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000000, pid=2336, tid=0x66d67470
#
# JRE version: Java(TM) SE Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
# Java VM: Java HotSpot(TM) Client VM (25.171-b11 mixed mode linux-arm )
# Problematic frame:
# C 0x00000000
#
# Core dump written. Default location: /home/pi/core or core.2336
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x66fcf400): JavaThread "Event Thread" [_thread_in_native, id=2350, stack(0x66d18000,0x66d68000)]
siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x00000000
Registers:
r0 = 0x00000000
r1 = 0x00100000
r2 = 0x00100000
r3 = 0x00000000
r4 = 0x00000000
r5 = 0x67c11c40
r6 = 0x67c11b28
r7 = 0x00000000
r8 = 0x66d66794
r9 = 0x683074e0
r10 = 0x66fcf400
fp = 0x66d666ec
r12 = 0x67c11c40
sp = 0x66d66688
lr = 0x67c07a34
pc = 0x00000000
cpsr = 0x60000010
Top of Stack: (sp=0x66d66688)
0x66d66688: 00000000 00000000 740e1c80 66010000
0x66d66698: 66d66648 00000000 00000000 00000000
0x66d666a8: 00000000 00000000 00000000 00000000
0x66d666b8: 00000000 67020000 00000000 00000000
0x66d666c8: 00100000 00100000 740da6a4 67c07b24
0x66d666d8: 00000000 00000000 66d66794 66fcf400
0x66d666e8: 66d666f4 67c07b60 66d66780 740a9a2c
0x66d666f8: 00000000 00000000 68307400 00000000
Instructions: (pc=0x00000000)
0xffffffe0:
Register to memory mapping:
r0 = 0x00000000
0x00000000 is an unknown value
r1 = 0x00100000
0x00100000 is an unknown value
r2 = 0x00100000
0x00100000 is an unknown value
r3 = 0x00000000
0x00000000 is an unknown value
r4 = 0x00000000
0x00000000 is an unknown value
r5 = 0x67c11c40
0x67c11c40: <offset 0xcc40> in /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so at 0x67c05000
r6 = 0x67c11b28
0x67c11b28: <offset 0xcb28> in /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so at 0x67c05000
r7 = 0x00000000
0x00000000 is an unknown value
r8 = 0x66d66794
0x66d66794 is pointing into the stack for thread: 0x66fcf400
r9 = 0x683074e0
{method} {0x683074e0} '_initDispmanCursor' '(II)V' in 'com/sun/glass/ui/monocle/DispmanCursor'
r10 = 0x66fcf400
0x66fcf400 is a thread
fp = 0x66d666ec
0x66d666ec is pointing into the stack for thread: 0x66fcf400
r12 = 0x67c11c40
0x67c11c40: <offset 0xcc40> in /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so at 0x67c05000
sp = 0x66d66688
0x66d66688 is pointing into the stack for thread: 0x66fcf400
lr = 0x67c07a34
0x67c07a34: <offset 0x2a34> in /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so at 0x67c05000
pc = 0x00000000
0x00000000 is an unknown value
Stack: [0x66d18000,0x66d68000], sp=0x66d66688, free space=313k
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.sun.glass.ui.monocle.DispmanCursor._initDispmanCursor(II)V+0
j com.sun.glass.ui.monocle.DispmanCursor.<init>()V+9
j com.sun.glass.ui.monocle.DispmanPlatform.createCursor()Lcom/sun/glass/ui/monocle/NativeCursor;+4
j com.sun.glass.ui.monocle.NativePlatform.getCursor()Lcom/sun/glass/ui/monocle/NativeCursor;+9
j com.sun.glass.ui.monocle.MonocleApplication.staticCursor_setVisible(Z)V+3
j com.sun.glass.ui.monocle.MonocleApplication.updateDeviceFlags(Lcom/sun/glass/ui/monocle/InputDevice;Z)V+83
j com.sun.glass.ui.monocle.MonocleApplication.lambda$new$107(Ljavafx/collections/SetChangeListener$Change;)V+18
j com.sun.glass.ui.monocle.MonocleApplication$$Lambda$40.onChanged(Ljavafx/collections/SetChangeListener$Change;)V+5
j com.sun.javafx.collections.SetListenerHelper$SingleChange.fireValueChangedEvent(Ljavafx/collections/SetChangeListener$Change;)V+5
j com.sun.javafx.collections.SetListenerHelper.fireValueChangedEvent(Lcom/sun/javafx/collections/SetListenerHelper;Ljavafx/collections/SetChangeListener$Change;)V+6
j com.sun.javafx.collections.ObservableSetWrapper.callObservers(Ljavafx/collections/SetChangeListener$Change;)V+5
j com.sun.javafx.collections.ObservableSetWrapper.add(Ljava/lang/Object;)Z+25
j com.sun.glass.ui.monocle.LinuxInputDeviceRegistry.addDeviceInternal(Lcom/sun/glass/ui/monocle/LinuxInputDevice;Ljava/lang/String;)Lcom/sun/glass/ui/monocle/LinuxInputDevice;+49
j com.sun.glass.ui.monocle.LinuxInputDeviceRegistry.createDevice(Ljava/io/File;Ljava/io/File;Ljava/util/Map;)Lcom/sun/glass/ui/monocle/LinuxInputDevice;+37
j com.sun.glass.ui.monocle.LinuxInputDeviceRegistry.lambda$new$97(Ljava/util/Map;Ljava/lang/String;Ljava/util/Map;)V+123
j com.sun.glass.ui.monocle.LinuxInputDeviceRegistry$$Lambda$39.udevEvent(Ljava/lang/String;Ljava/util/Map;)V+10
j com.sun.glass.ui.monocle.Udev$1.run()V+63
j com.sun.glass.ui.monocle.RunnableProcessor.runLoop()Ljava/lang/Object;+36
j com.sun.glass.ui.monocle.RunnableProcessor.run()V+1
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x67806800 JavaThread "Linux input: /dev/input/mouse0" daemon [_thread_in_native, id=2352, stack(0x66bc8000,0x66c18000)]
=>0x66fcf400 JavaThread "Event Thread" [_thread_in_native, id=2350, stack(0x66d18000,0x66d68000)]
0x66fcb000 JavaThread "udev monitor" daemon [_thread_in_native, id=2346, stack(0x66d68000,0x66db8000)]
0x66fb4c00 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=2345, stack(0x6701a000,0x6706a000)]
0x76185400 JavaThread "Service Thread" daemon [_thread_blocked, id=2343, stack(0x67430000,0x67480000)]
0x76182000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2342, stack(0x67480000,0x67500000)]
0x76180800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2341, stack(0x67a10000,0x67a60000)]
0x76165400 JavaThread "Finalizer" daemon [_thread_blocked, id=2340, stack(0x67a60000,0x67ab0000)]
0x76162800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2339, stack(0x67ab0000,0x67b00000)]
0x76107c00 JavaThread "main" [_thread_blocked, id=2337, stack(0x7628c000,0x762dc000)]
Other Threads:
0x7615e000 VMThread [stack: 0x67c12000,0x67c92000] [id=2338]
0x76188400 WatcherThread [stack: 0x67280000,0x67300000] [id=2344]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
def new generation total 3712K, used 1164K [0x68400000, 0x68800000, 0x6c2a0000)
eden space 3328K, 23% used [0x68400000, 0x684c3308, 0x68740000)
from space 384K, 100% used [0x68740000, 0x687a0000, 0x687a0000)
to space 384K, 0% used [0x687a0000, 0x687a0000, 0x68800000)
tenured generation total 8192K, used 1450K [0x6c2a0000, 0x6caa0000, 0x74000000)
the space 8192K, 17% used [0x6c2a0000, 0x6c40a8a0, 0x6c40aa00, 0x6caa0000)
Metaspace used 4204K, capacity 4445K, committed 4528K, reserved 5424K
Card table byte_map: [0x683a1000,0x68400000] byte_map_base: 0x6805f000
Polling page: 0x76f5a000
CodeCache: size=32768Kb used=790Kb max_used=790Kb free=31977Kb
bounds [0x7409c000, 0x74164000, 0x7609c000]
total_blobs=330 nmethods=148 adapters=114
compilation: enabled
Compilation events (10 events):
Event: 1,338 Thread 0x76182000 144 java.nio.DirectByteBuffer::get (15 bytes)
Event: 1,339 Thread 0x76182000 nmethod 144 0x7415de88 code [0x7415df80, 0x7415e084]
Event: 1,339 Thread 0x76182000 145 java.nio.Buffer::nextGetIndex (31 bytes)
Event: 1,340 Thread 0x76182000 nmethod 145 0x7415e148 code [0x7415e240, 0x7415e334]
Event: 1,340 Thread 0x76182000 146 java.nio.DirectByteBuffer::ix (10 bytes)
Event: 1,340 Thread 0x76182000 nmethod 146 0x7415e3c8 code [0x7415e4a0, 0x7415e538]
Event: 1,342 Thread 0x76182000 147 ! com.sun.glass.ui.monocle.Udev::readEvent (350 bytes)
Event: 1,351 Thread 0x76182000 nmethod 147 0x7415e588 code [0x7415e7c0, 0x7415ff28]
Event: 1,383 Thread 0x76182000 148 java.lang.String::<init> (10 bytes)
Event: 1,384 Thread 0x76182000 nmethod 148 0x74161708 code [0x741617e0, 0x74161878]
GC Heap History (4 events):
Event: 0,909 GC heap before
{Heap before GC invocations=0 (full 0):
def new generation total 3712K, used 3328K [0x68400000, 0x68800000, 0x6c2a0000)
eden space 3328K, 100% used [0x68400000, 0x68740000, 0x68740000)
from space 384K, 0% used [0x68740000, 0x68740000, 0x687a0000)
to space 384K, 0% used [0x687a0000, 0x687a0000, 0x68800000)
tenured generation total 8192K, used 0K [0x6c2a0000, 0x6caa0000, 0x74000000)
the space 8192K, 0% used [0x6c2a0000, 0x6c2a0000, 0x6c2a0200, 0x6caa0000)
Metaspace used 3315K, capacity 3498K, committed 3608K, reserved 4400K
Event: 0,924 GC heap after
Heap after GC invocations=1 (full 0):
def new generation total 3712K, used 384K [0x68400000, 0x68800000, 0x6c2a0000)
eden space 3328K, 0% used [0x68400000, 0x68400000, 0x68740000)
from space 384K, 100% used [0x687a0000, 0x68800000, 0x68800000)
to space 384K, 0% used [0x68740000, 0x68740000, 0x687a0000)
tenured generation total 8192K, used 569K [0x6c2a0000, 0x6caa0000, 0x74000000)
the space 8192K, 6% used [0x6c2a0000, 0x6c32e548, 0x6c32e600, 0x6caa0000)
Metaspace used 3315K, capacity 3498K, committed 3608K, reserved 4400K
}
Event: 1,308 GC heap before
{Heap before GC invocations=1 (full 0):
def new generation total 3712K, used 3712K [0x68400000, 0x68800000, 0x6c2a0000)
eden space 3328K, 100% used [0x68400000, 0x68740000, 0x68740000)
from space 384K, 100% used [0x687a0000, 0x68800000, 0x68800000)
to space 384K, 0% used [0x68740000, 0x68740000, 0x687a0000)
tenured generation total 8192K, used 569K [0x6c2a0000, 0x6caa0000, 0x74000000)
the space 8192K, 6% used [0x6c2a0000, 0x6c32e548, 0x6c32e600, 0x6caa0000)
Metaspace used 4139K, capacity 4371K, committed 4376K, reserved 4400K
Event: 1,322 GC heap after
Heap after GC invocations=2 (full 0):
def new generation total 3712K, used 384K [0x68400000, 0x68800000, 0x6c2a0000)
eden space 3328K, 0% used [0x68400000, 0x68400000, 0x68740000)
from space 384K, 100% used [0x68740000, 0x687a0000, 0x687a0000)
to space 384K, 0% used [0x687a0000, 0x687a0000, 0x68800000)
tenured generation total 8192K, used 1450K [0x6c2a0000, 0x6caa0000, 0x74000000)
the space 8192K, 17% used [0x6c2a0000, 0x6c40a8a0, 0x6c40aa00, 0x6caa0000)
Metaspace used 4139K, capacity 4371K, committed 4376K, reserved 4400K
}
Deoptimization events (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 0,109 Thread 0x76107c00 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.defineClass(Ljava/lang/String;[BII)Ljava/lang/Class; name or signature does not match> (0x68406ea0) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/sh
Event: 0,109 Thread 0x76107c00 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.prefetchRead(Ljava/lang/Object;J)V name or signature does not match> (0x68407170) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jni.c
Event: 0,759 Thread 0x76107c00 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x6862e3a8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/methodHandles.cpp, line 1167]
Event: 0,766 Thread 0x76107c00 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x6863a508) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/methodHandles.cpp, line 1167]
Event: 0,844 Thread 0x76107c00 Exception <a 'java/security/PrivilegedActionException'> (0x686b76d0) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jvm.cpp, line 1435]
Event: 0,844 Thread 0x76107c00 Exception <a 'java/security/PrivilegedActionException'> (0x686b78d0) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jvm.cpp, line 1435]
Event: 0,845 Thread 0x76107c00 Exception <a 'java/security/PrivilegedActionException'> (0x686b9740) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jvm.cpp, line 1435]
Event: 0,845 Thread 0x76107c00 Exception <a 'java/security/PrivilegedActionException'> (0x686b9940) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jvm.cpp, line 1435]
Event: 0,846 Thread 0x76107c00 Exception <a 'java/lang/NullPointerException'> (0x686b9ea8) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 1185]
Event: 1,371 Thread 0x66fcf400 Exception <a 'java/io/FileNotFoundException'> (0x6845ea78) thrown at [/HUDSON/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u171/10807/hotspot/src/share/vm/prims/jni.cpp, line 709]
Events (10 events):
Event: 1,368 loading class com/sun/glass/ui/monocle/LinuxAbsoluteInputCapabilities done
Event: 1,376 loading class com/sun/glass/ui/monocle/LinuxMouseProcessor
Event: 1,376 loading class com/sun/glass/ui/monocle/LinuxMouseProcessor done
Event: 1,377 loading class com/sun/glass/ui/monocle/MouseInput
Event: 1,377 loading class com/sun/glass/ui/monocle/MouseInput done
Event: 1,381 loading class com/sun/glass/ui/monocle/MouseState
Event: 1,381 loading class com/sun/glass/ui/monocle/MouseState done
Event: 1,383 loading class com/sun/glass/ui/monocle/IntSet
Event: 1,383 loading class com/sun/glass/ui/monocle/IntSet done
Event: 1,387 Thread 0x67806800 Thread added: 0x67806800
Dynamic libraries:
00008000-00009000 r-xp 00000000 b3:02 33315 /opt/jdk1.8.0_171/bin/java
00010000-00011000 rw-p 00000000 b3:02 33315 /opt/jdk1.8.0_171/bin/java
002cd000-002ee000 rw-p 00000000 00:00 0 [heap]
66bc8000-66bcb000 ---p 00000000 00:00 0
66bcb000-66c38000 rw-p 00000000 00:00 0
66c38000-66d18000 ---p 00000000 00:00 0
66d18000-66d1b000 ---p 00000000 00:00 0
66d1b000-66d68000 rw-p 00000000 00:00 0
66d68000-66d6b000 ---p 00000000 00:00 0
66d6b000-66db8000 rw-p 00000000 00:00 0
66db8000-66ee7000 r-xp 00000000 b3:02 10606 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.22
66ee7000-66ef7000 ---p 0012f000 b3:02 10606 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.22
66ef7000-66efc000 r--p 0012f000 b3:02 10606 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.22
66efc000-66efe000 rw-p 00134000 b3:02 10606 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.22
66efe000-66f00000 rw-p 00000000 00:00 0
66f00000-66fd7000 rw-p 00000000 00:00 0
66fd7000-67000000 ---p 00000000 00:00 0
6701a000-6701d000 ---p 00000000 00:00 0
6701d000-6706a000 rw-p 00000000 00:00 0
6706a000-67100000 r--s 008be000 b3:02 8228 /opt/jdk1.8.0_171/jre/lib/ext/jfxrt.jar
67100000-67122000 rw-p 00000000 00:00 0
67122000-67200000 ---p 00000000 00:00 0
6720a000-67230000 r--p 00000000 b3:02 22840 /usr/share/locale/de/LC_MESSAGES/libc.mo
67230000-67280000 r--s 0061a000 b3:02 8253 /home/pi/Schreibtisch/MeDat.jar
67280000-67281000 ---p 00000000 00:00 0
67281000-67300000 rw-p 00000000 00:00 0
67300000-673cf000 rw-p 00000000 00:00 0
673cf000-67400000 ---p 00000000 00:00 0
6741c000-67427000 r-xp 00000000 b3:02 9748 /opt/jdk1.8.0_171/jre/lib/arm/libprism_sw.so
67427000-6742f000 ---p 0000b000 b3:02 9748 /opt/jdk1.8.0_171/jre/lib/arm/libprism_sw.so
6742f000-67430000 rw-p 0000b000 b3:02 9748 /opt/jdk1.8.0_171/jre/lib/arm/libprism_sw.so
67430000-67433000 ---p 00000000 00:00 0
67433000-67480000 rw-p 00000000 00:00 0
67480000-67483000 ---p 00000000 00:00 0
67483000-67500000 rw-p 00000000 00:00 0
67500000-67700000 r--p 00000000 b3:02 1146 /usr/lib/locale/locale-archive
67700000-67721000 rw-p 00000000 00:00 0
67721000-67800000 ---p 00000000 00:00 0
67800000-67821000 rw-p 00000000 00:00 0
67821000-67900000 ---p 00000000 00:00 0
67900000-67921000 rw-p 00000000 00:00 0
67921000-67a00000 ---p 00000000 00:00 0
67a10000-67a13000 ---p 00000000 00:00 0
67a13000-67a60000 rw-p 00000000 00:00 0
67a60000-67a63000 ---p 00000000 00:00 0
67a63000-67ab0000 rw-p 00000000 00:00 0
67ab0000-67ab3000 ---p 00000000 00:00 0
67ab3000-67b00000 rw-p 00000000 00:00 0
67b00000-67b21000 rw-p 00000000 00:00 0
67b21000-67c00000 ---p 00000000 00:00 0
67c05000-67c0a000 r-xp 00000000 b3:02 8523 /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so
67c0a000-67c11000 ---p 00005000 b3:02 8523 /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so
67c11000-67c12000 rw-p 00004000 b3:02 8523 /opt/jdk1.8.0_171/jre/lib/arm/libglass_monocle.so
67c12000-67c13000 ---p 00000000 00:00 0
67c13000-67ce1000 rw-p 00000000 00:00 0
67ce1000-67ebb000 r--s 03d68000 b3:02 49930 /opt/jdk1.8.0_171/jre/lib/rt.jar
67ebb000-68362000 rw-p 00000000 00:00 0
68362000-68367000 rw-p 00000000 00:00 0
68367000-683a1000 ---p 00000000 00:00 0
683a1000-683a3000 rw-p 00000000 00:00 0
683a3000-683c0000 ---p 00000000 00:00 0
683c0000-683c5000 rw-p 00000000 00:00 0
683c5000-683ff000 ---p 00000000 00:00 0
683ff000-68800000 rw-p 00000000 00:00 0
68800000-6c2a0000 ---p 00000000 00:00 0
6c2a0000-6caa0000 rw-p 00000000 00:00 0
6caa0000-74000000 ---p 00000000 00:00 0
7400a000-74014000 r-xp 00000000 b3:02 9715 /opt/jdk1.8.0_171/jre/lib/arm/libprism_es2_monocle.so
74014000-7401b000 ---p 0000a000 b3:02 9715 /opt/jdk1.8.0_171/jre/lib/arm/libprism_es2_monocle.so
7401b000-7401c000 rw-p 00009000 b3:02 9715 /opt/jdk1.8.0_171/jre/lib/arm/libprism_es2_monocle.so
7401c000-74020000 rw-p 00000000 00:00 0
74020000-7409c000 ---p 00000000 00:00 0
7409c000-74164000 rwxp 00000000 00:00 0
74164000-7609c000 ---p 00000000 00:00 0
7609c000-760b4000 r-xp 00000000 b3:02 49754 /opt/jdk1.8.0_171/jre/lib/arm/libzip.so
760b4000-760bb000 ---p 00018000 b3:02 49754 /opt/jdk1.8.0_171/jre/lib/arm/libzip.so
760bb000-760bc000 rw-p 00017000 b3:02 49754 /opt/jdk1.8.0_171/jre/lib/arm/libzip.so
760bc000-760c5000 r-xp 00000000 b3:02 1923 /lib/arm-linux-gnueabihf/libnss_files-2.24.so
760c5000-760d4000 ---p 00009000 b3:02 1923 /lib/arm-linux-gnueabihf/libnss_files-2.24.so
760d4000-760d5000 r--p 00008000 b3:02 1923 /lib/arm-linux-gnueabihf/libnss_files-2.24.so
760d5000-760d6000 rw-p 00009000 b3:02 1923 /lib/arm-linux-gnueabihf/libnss_files-2.24.so
760d6000-760dc000 rw-p 00000000 00:00 0
760dc000-760ed000 r-xp 00000000 b3:02 1920 /lib/arm-linux-gnueabihf/libnsl-2.24.so
760ed000-760fc000 ---p 00011000 b3:02 1920 /lib/arm-linux-gnueabihf/libnsl-2.24.so
760fc000-760fd000 r--p 00010000 b3:02 1920 /lib/arm-linux-gnueabihf/libnsl-2.24.so
760fd000-760fe000 rw-p 00011000 b3:02 1920 /lib/arm-linux-gnueabihf/libnsl-2.24.so
760fe000-76100000 rw-p 00000000 00:00 0
76100000-76200000 rw-p 00000000 00:00 0
76206000-7620f000 r-xp 00000000 b3:02 1931 /lib/arm-linux-gnueabihf/libnss_nis-2.24.so
7620f000-7621e000 ---p 00009000 b3:02 1931 /lib/arm-linux-gnueabihf/libnss_nis-2.24.so
7621e000-7621f000 r--p 00008000 b3:02 1931 /lib/arm-linux-gnueabihf/libnss_nis-2.24.so
7621f000-76220000 rw-p 00009000 b3:02 1931 /lib/arm-linux-gnueabihf/libnss_nis-2.24.so
76220000-76226000 r-xp 00000000 b3:02 1921 /lib/arm-linux-gnueabihf/libnss_compat-2.24.so
76226000-76235000 ---p 00006000 b3:02 1921 /lib/arm-linux-gnueabihf/libnss_compat-2.24.so
76235000-76236000 r--p 00005000 b3:02 1921 /lib/arm-linux-gnueabihf/libnss_compat-2.24.so
76236000-76237000 rw-p 00006000 b3:02 1921 /lib/arm-linux-gnueabihf/libnss_compat-2.24.so
76237000-7625a000 r-xp 00000000 b3:02 49740 /opt/jdk1.8.0_171/jre/lib/arm/libjava.so
7625a000-76262000 ---p 00023000 b3:02 49740 /opt/jdk1.8.0_171/jre/lib/arm/libjava.so
76262000-76263000 rw-p 00023000 b3:02 49740 /opt/jdk1.8.0_171/jre/lib/arm/libjava.so
76263000-7626c000 r-xp 00000000 b3:02 49732 /opt/jdk1.8.0_171/jre/lib/arm/libverify.so
7626c000-76274000 ---p 00009000 b3:02 49732 /opt/jdk1.8.0_171/jre/lib/arm/libverify.so
76274000-76275000 rw-p 00009000 b3:02 49732 /opt/jdk1.8.0_171/jre/lib/arm/libverify.so
76275000-7627b000 r-xp 00000000 b3:02 1949 /lib/arm-linux-gnueabihf/librt-2.24.so
7627b000-7628a000 ---p 00006000 b3:02 1949 /lib/arm-linux-gnueabihf/librt-2.24.so
7628a000-7628b000 r--p 00005000 b3:02 1949 /lib/arm-linux-gnueabihf/librt-2.24.so
7628b000-7628c000 rw-p 00006000 b3:02 1949 /lib/arm-linux-gnueabihf/librt-2.24.so
7628c000-7628f000 ---p 00000000 00:00 0
7628f000-762dc000 rw-p 00000000 00:00 0
762dc000-76349000 r-xp 00000000 b3:02 1911 /lib/arm-linux-gnueabihf/libm-2.24.so
76349000-76359000 ---p 0006d000 b3:02 1911 /lib/arm-linux-gnueabihf/libm-2.24.so
76359000-7635a000 r--p 0006d000 b3:02 1911 /lib/arm-linux-gnueabihf/libm-2.24.so
7635a000-7635b000 rw-p 0006e000 b3:02 1911 /lib/arm-linux-gnueabihf/libm-2.24.so
7635b000-768ea000 r-xp 00000000 b3:02 49662 /opt/jdk1.8.0_171/jre/lib/arm/client/libjvm.so
768ea000-768f2000 ---p 0058f000 b3:02 49662 /opt/jdk1.8.0_171/jre/lib/arm/client/libjvm.so
768f2000-7691e000 rw-p 0058f000 b3:02 49662 /opt/jdk1.8.0_171/jre/lib/arm/client/libjvm.so
7691e000-76d45000 rw-p 00000000 00:00 0
76d45000-76d61000 r-xp 00000000 b3:02 1899 /lib/arm-linux-gnueabihf/libgcc_s.so.1
76d61000-76d70000 ---p 0001c000 b3:02 1899 /lib/arm-linux-gnueabihf/libgcc_s.so.1
76d70000-76d71000 r--p 0001b000 b3:02 1899 /lib/arm-linux-gnueabihf/libgcc_s.so.1
76d71000-76d72000 rw-p 0001c000 b3:02 1899 /lib/arm-linux-gnueabihf/libgcc_s.so.1
76d72000-76e9c000 r-xp 00000000 b3:02 1884 /lib/arm-linux-gnueabihf/libc-2.24.so
76e9c000-76eab000 ---p 0012a000 b3:02 1884 /lib/arm-linux-gnueabihf/libc-2.24.so
76eab000-76ead000 r--p 00129000 b3:02 1884 /lib/arm-linux-gnueabihf/libc-2.24.so
76ead000-76eae000 rw-p 0012b000 b3:02 1884 /lib/arm-linux-gnueabihf/libc-2.24.so
76eae000-76eb1000 rw-p 00000000 00:00 0
76eb1000-76eb3000 r-xp 00000000 b3:02 1893 /lib/arm-linux-gnueabihf/libdl-2.24.so
76eb3000-76ec2000 ---p 00002000 b3:02 1893 /lib/arm-linux-gnueabihf/libdl-2.24.so
76ec2000-76ec3000 r--p 00001000 b3:02 1893 /lib/arm-linux-gnueabihf/libdl-2.24.so
76ec3000-76ec4000 rw-p 00002000 b3:02 1893 /lib/arm-linux-gnueabihf/libdl-2.24.so
76ec4000-76ed9000 r-xp 00000000 b3:02 49980 /opt/jdk1.8.0_171/lib/arm/jli/libjli.so
76ed9000-76ee0000 ---p 00015000 b3:02 49980 /opt/jdk1.8.0_171/lib/arm/jli/libjli.so
76ee0000-76ee1000 rw-p 00014000 b3:02 49980 /opt/jdk1.8.0_171/lib/arm/jli/libjli.so
76ee1000-76ef7000 r-xp 00000000 b3:02 1945 /lib/arm-linux-gnueabihf/libpthread-2.24.so
76ef7000-76f06000 ---p 00016000 b3:02 1945 /lib/arm-linux-gnueabihf/libpthread-2.24.so
76f06000-76f07000 r--p 00015000 b3:02 1945 /lib/arm-linux-gnueabihf/libpthread-2.24.so
76f07000-76f08000 rw-p 00016000 b3:02 1945 /lib/arm-linux-gnueabihf/libpthread-2.24.so
76f08000-76f0a000 rw-p 00000000 00:00 0
76f0e000-76f15000 r--s 00000000 b3:02 10966 /usr/lib/arm-linux-gnueabihf/gconv/gconv-modules.cache
76f15000-76f1a000 r--s 0009d000 b3:02 49820 /opt/jdk1.8.0_171/jre/lib/jsse.jar
76f1a000-76f1f000 r-xp 00000000 b3:02 8231 /usr/lib/arm-linux-gnueabihf/libarmmem.so
76f1f000-76f2e000 ---p 00005000 b3:02 8231 /usr/lib/arm-linux-gnueabihf/libarmmem.so
76f2e000-76f2f000 r--p 00004000 b3:02 8231 /usr/lib/arm-linux-gnueabihf/libarmmem.so
76f2f000-76f30000 rw-p 00005000 b3:02 8231 /usr/lib/arm-linux-gnueabihf/libarmmem.so
76f30000-76f51000 r-xp 00000000 b3:02 1837 /lib/arm-linux-gnueabihf/ld-2.24.so
76f52000-76f5a000 rw-s 00000000 b3:02 252924 /tmp/hsperfdata_root/2336
76f5a000-76f5b000 r--p 00000000 00:00 0
76f5b000-76f60000 rw-p 00000000 00:00 0
76f60000-76f61000 r--p 00020000 b3:02 1837 /lib/arm-linux-gnueabihf/ld-2.24.so
76f61000-76f62000 rw-p 00021000 b3:02 1837 /lib/arm-linux-gnueabihf/ld-2.24.so
7eae0000-7eb01000 rw-p 00000000 00:00 0 [stack]
7ee00000-7ee01000 r-xp 00000000 00:00 0 [sigpage]
7ee01000-7ee02000 r--p 00000000 00:00 0 [vvar]
7ee02000-7ee03000 r-xp 00000000 00:00 0 [vdso]
ffff0000-ffff1000 r-xp 00000000 00:00 0 [vectors]
VM Arguments:
java_command: /home/pi/Schreibtisch/MeDat.jar
java_class_path (initial): /home/pi/Schreibtisch/MeDat.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USERNAME=root
SHELL=/bin/bash
DISPLAY=:0.0
Signal Handlers:
SIGSEGV: [libjvm.so+0x511608], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0x511608], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x405eec], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x405eec], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x405eec], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x405eec], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x406050], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x406484], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x406484], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x406484], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x406484], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
--------------- S Y S T E M ---------------
OS:PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
uname:Linux 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l
libc:glibc 2.24 NPTL 2.24
rlimit: STACK 8192k, CORE infinity, NPROC 5919, NOFILE 1048576, AS infinity
load average:0,49 0,45 0,62
/proc/meminfo:
MemTotal: 766872 kB
MemFree: 83596 kB
MemAvailable: 516552 kB
Buffers: 30796 kB
Cached: 457480 kB
SwapCached: 0 kB
Active: 278028 kB
Inactive: 356740 kB
Active(anon): 72440 kB
Inactive(anon): 94020 kB
Active(file): 205588 kB
Inactive(file): 262720 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 102396 kB
SwapFree: 102396 kB
Dirty: 128 kB
Writeback: 0 kB
AnonPages: 146484 kB
Mapped: 99348 kB
Shmem: 19968 kB
Slab: 32660 kB
SReclaimable: 19408 kB
SUnreclaim: 13252 kB
KernelStack: 2184 kB
PageTables: 3848 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 485832 kB
Committed_AS: 1016924 kB
VmallocTotal: 1294336 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
CmaTotal: 8192 kB
CmaFree: 6792 kB
CPU:total 4 (initial active 4) (ARMv7), vfp
/proc/cpuinfo:
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 76.80
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 76.80
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 76.80
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 76.80
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : BCM2835
Revision : a02082
Serial : 0000000001e1663e
Memory: 4k page, physical 766872k(83472k free), swap 102396k(102396k free)
vm_info: Java HotSpot(TM) Client VM (25.171-b11) for linux-arm-vfp-hflt JRE (1.8.0_171-b11), built on Mar 29 2018 03:11:35 by "java_re" with gcc 4.7.2 20120910 (prerelease)
time: Sat Apr 21 22:06:42 2018
elapsed time: 1 seconds (0d 0h 0m 1s)
REGRESSION : Last worked in version 8u171
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Start java programm
FREQUENCY : always