[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#838913: libc6: There's probably a bug in libpthread, affecting several user programs.



Package: libc6
Version: 2.24-3
Severity: important

Dear Maintainer,

One month ago everything worked fine on my Debian sid computer.
After an update/dist-upgrade cycle in which libc6 was updated I started noticing some malfunctions.
I couldn't use rakudobrew (the Perl6 installation program) anymore.
I couldn't use the Selenium driver (a java program which drives the browser and provides an API to several programming languages).
rsync started failing on big files.
"java -version" fails.

Yet, this doesn't appear to be a hardware problem: my computer works fine, even under heavy load. No other program seems to be affected, neither the browser (chrome), nor the music player (clementine), libreoffice, evince, gimp, etc.

All the failing programs appear to be using threading. It shows even on small snippets of code: I'm collecting interesting snippets of Perl6 code; while most of them work fine, the ones that use threading are not working anymore.

While I'm not able to debug libpthread, what I can show are just the symptoms.

The command "java -version" outputs this:

OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f570c3fb000, 172032, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 172032 bytes for committing reserved memory.

I'm attaching the error logs as java-version.hs_err_pid12374.log and javaws.replay_pid12456.log.

javaws outputs this:
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 32744 bytes for ChunkPool::allocate
# An error report file with more information is saved as:
# /home/nando/tmp/libc6_bug/hs_err_pid12456.log
[thread 140120686573312 also had an error]
[thread 140120688678656 also had an error]
[thread 140121534289664 also had an error]

[error occurred during error reporting , id 0xe0000001]

I'm attaching the error log as javaws.hs_err_pid12456.log.

Running rsync I got this error:

ERROR: out of memory in flist_expand [sender]
rsync error: error allocating core memory buffers (code 22) at util2.c(102) [sender=3.1.1]

While I can successfully run any Perl6 program, those which use the concurrent programming interface of the language, fail showing errors like this:

Memory allocation failed; could not allocate 4194304 bytes

I can't even use reportbug, because when it spawns the editor to make me check the generated email it crashes with this error:

/usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so: failed to map segment from shared object
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
/usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so: failed to map segment from shared object
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so

***MEMORY-ERROR***: reportbug[14467]: GSlice: failed to allocate 2032 bytes (alignment: 2048): Cannot allocate memory


*** /home/nando/tmp/libc6_bug/java-version.hs_err_pid12374.log
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 172032 bytes for committing reserved memory.
# Possible reasons:
#   The system is out of physical RAM or swap space
#   In 32 bit mode, the process size limit was hit
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Use 64 bit Java on a 64 bit OS
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (os_linux.cpp:2630), pid=12374, tid=0x00007f4723e9c700
#
# JRE version:  (8.0_102-b14) (build )
# Java VM: OpenJDK 64-Bit Server VM (25.102-b14 mixed mode linux-amd64 compressed oops)
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#

---------------  T H R E A D  ---------------

Current thread (0x00007f471c009800):  JavaThread "Unknown thread" [_thread_in_vm, id=12375, stack(0x00007f4723d9c000,0x00007f4723e9d000)]

Stack: [0x00007f4723d9c000,0x00007f4723e9d000],  sp=0x00007f4723e9b4b0,  free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0xa69680]
V  [libjvm.so+0x4c460c]
V  [libjvm.so+0x8b97c6]
V  [libjvm.so+0x8b405c]
V  [libjvm.so+0x3c4bb6]
V  [libjvm.so+0x3c3788]
V  [libjvm.so+0x91e9b8]
V  [libjvm.so+0x91ecb4]
V  [libjvm.so+0x2adfb1]
V  [libjvm.so+0x8de612]
V  [libjvm.so+0xa2dc11]
V  [libjvm.so+0xa2de72]
V  [libjvm.so+0x60e82f]
V  [libjvm.so+0xa12a7a]
V  [libjvm.so+0x688b01]  JNI_CreateJavaVM+0x61
C  [libjli.so+0x2f26]
C  [libjli.so+0x74bd]
C  [libpthread.so.0+0x7464]  start_thread+0xc4


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )

Other Threads:

=>0x00007f471c009800 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=12375, stack(0x00007f4723d9c000,0x00007f4723e9d000)]

VM state:not at safepoint (not fully initialized)

VM Mutex/Monitor currently owned by a thread: None

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Internal exceptions (0 events):
No events

Events (0 events):
No events


Dynamic libraries:
00400000-00401000 r-xp 00000000 08:01 918496                             /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
00600000-00601000 r--p 00000000 08:01 918496                             /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
00601000-00602000 rw-p 00001000 08:01 918496                             /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
0124d000-0126e000 rw-p 00000000 00:00 0                                  [heap]
84c00000-89f00000 rw-p 00000000 00:00 0 
89f00000-d6f00000 ---p 00000000 00:00 0 
d6f00000-d9800000 rw-p 00000000 00:00 0 
d9800000-100000000 ---p 00000000 00:00 0 
7f470cd6e000-7f470d000000 ---p 00000000 00:00 0 
7f470d000000-7f470d270000 rwxp 00000000 00:00 0 
7f470d270000-7f471c000000 ---p 00000000 00:00 0 
7f471c000000-7f471c021000 rw-p 00000000 00:00 0 
7f471c021000-7f4720000000 ---p 00000000 00:00 0 
7f47200bf000-7f4720350000 ---p 00000000 00:00 0 
7f4720350000-7f4720365000 rw-p 00000000 00:00 0 
7f4720365000-7f4720499000 ---p 00000000 00:00 0 
7f4720499000-7f47204a4000 rw-p 00000000 00:00 0 
7f47204a4000-7f472085a000 ---p 00000000 00:00 0 
7f472085a000-7f4720862000 r-xp 00000000 08:01 1581971                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f4720862000-7f4720a61000 ---p 00008000 08:01 1581971                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f4720a61000-7f4720a62000 r--p 00007000 08:01 1581971                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f4720a62000-7f4720a63000 rw-p 00008000 08:01 1581971                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f4720a63000-7f4720a6d000 r-xp 00000000 08:01 57564                      /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f4720a6d000-7f4720c6d000 ---p 0000a000 08:01 57564                      /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f4720c6d000-7f4720c6e000 r--p 0000a000 08:01 57564                      /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f4720c6e000-7f4720c6f000 rw-p 0000b000 08:01 57564                      /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f4720c6f000-7f4720c75000 rw-p 00000000 00:00 0 
7f4720c75000-7f4720c80000 r-xp 00000000 08:01 57567                      /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f4720c80000-7f4720e7f000 ---p 0000b000 08:01 57567                      /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f4720e7f000-7f4720e80000 r--p 0000a000 08:01 57567                      /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f4720e80000-7f4720e81000 rw-p 0000b000 08:01 57567                      /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f4720e81000-7f4720e95000 r-xp 00000000 08:01 57554                      /lib/x86_64-linux-gnu/libnsl-2.24.so
7f4720e95000-7f4721095000 ---p 00014000 08:01 57554                      /lib/x86_64-linux-gnu/libnsl-2.24.so
7f4721095000-7f4721096000 r--p 00014000 08:01 57554                      /lib/x86_64-linux-gnu/libnsl-2.24.so
7f4721096000-7f4721097000 rw-p 00015000 08:01 57554                      /lib/x86_64-linux-gnu/libnsl-2.24.so
7f4721097000-7f4721099000 rw-p 00000000 00:00 0 
7f4721099000-7f47210a0000 r-xp 00000000 08:01 57555                      /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f47210a0000-7f472129f000 ---p 00007000 08:01 57555                      /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f472129f000-7f47212a0000 r--p 00006000 08:01 57555                      /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f47212a0000-7f47212a1000 rw-p 00007000 08:01 57555                      /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f47212a1000-7f47212ce000 r-xp 00000000 08:01 1581832                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f47212ce000-7f47214cd000 ---p 0002d000 08:01 1581832                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f47214cd000-7f47214ce000 r--p 0002c000 08:01 1581832                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f47214ce000-7f47214d0000 rw-p 0002d000 08:01 1581832                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f47214d0000-7f47214df000 r-xp 00000000 08:01 1581951                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f47214df000-7f47216de000 ---p 0000f000 08:01 1581951                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f47216de000-7f47216e0000 r--p 0000e000 08:01 1581951                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f47216e0000-7f47216e1000 rw-p 00010000 08:01 1581951                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f47216e1000-7f47216e8000 r-xp 00000000 08:01 57576                      /lib/x86_64-linux-gnu/librt-2.24.so
7f47216e8000-7f47218e7000 ---p 00007000 08:01 57576                      /lib/x86_64-linux-gnu/librt-2.24.so
7f47218e7000-7f47218e8000 r--p 00006000 08:01 57576                      /lib/x86_64-linux-gnu/librt-2.24.so
7f47218e8000-7f47218e9000 rw-p 00007000 08:01 57576                      /lib/x86_64-linux-gnu/librt-2.24.so
7f47218e9000-7f47218ff000 r-xp 00000000 08:01 57409                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7f47218ff000-7f4721afe000 ---p 00016000 08:01 57409                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7f4721afe000-7f4721aff000 r--p 00015000 08:01 57409                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7f4721aff000-7f4721b00000 rw-p 00016000 08:01 57409                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7f4721b00000-7f4721c03000 r-xp 00000000 08:01 57551                      /lib/x86_64-linux-gnu/libm-2.24.so
7f4721c03000-7f4721e02000 ---p 00103000 08:01 57551                      /lib/x86_64-linux-gnu/libm-2.24.so
7f4721e02000-7f4721e03000 r--p 00102000 08:01 57551                      /lib/x86_64-linux-gnu/libm-2.24.so
7f4721e03000-7f4721e04000 rw-p 00103000 08:01 57551                      /lib/x86_64-linux-gnu/libm-2.24.so
7f4721e04000-7f4721f75000 r-xp 00000000 08:01 1057213                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f4721f75000-7f4722175000 ---p 00171000 08:01 1057213                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f4722175000-7f472217f000 r--p 00171000 08:01 1057213                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f472217f000-7f4722181000 rw-p 0017b000 08:01 1057213                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f4722181000-7f4722185000 rw-p 00000000 00:00 0 
7f4722185000-7f4722dd8000 r-xp 00000000 08:01 1581998                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f4722dd8000-7f4722fd7000 ---p 00c53000 08:01 1581998                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f4722fd7000-7f472306a000 r--p 00c52000 08:01 1581998                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f472306a000-7f4723093000 rw-p 00ce5000 08:01 1581998                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f4723093000-7f47230c3000 rw-p 00000000 00:00 0 
7f47230c3000-7f4723258000 r-xp 00000000 08:01 57543                      /lib/x86_64-linux-gnu/libc-2.24.so
7f4723258000-7f4723457000 ---p 00195000 08:01 57543                      /lib/x86_64-linux-gnu/libc-2.24.so
7f4723457000-7f472345b000 r--p 00194000 08:01 57543                      /lib/x86_64-linux-gnu/libc-2.24.so
7f472345b000-7f472345d000 rw-p 00198000 08:01 57543                      /lib/x86_64-linux-gnu/libc-2.24.so
7f472345d000-7f4723461000 rw-p 00000000 00:00 0 
7f4723461000-7f4723463000 r-xp 00000000 08:01 57550                      /lib/x86_64-linux-gnu/libdl-2.24.so
7f4723463000-7f4723663000 ---p 00002000 08:01 57550                      /lib/x86_64-linux-gnu/libdl-2.24.so
7f4723663000-7f4723664000 r--p 00002000 08:01 57550                      /lib/x86_64-linux-gnu/libdl-2.24.so
7f4723664000-7f4723665000 rw-p 00003000 08:01 57550                      /lib/x86_64-linux-gnu/libdl-2.24.so
7f4723665000-7f4723672000 r-xp 00000000 08:01 1581069                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f4723672000-7f4723872000 ---p 0000d000 08:01 1581069                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f4723872000-7f4723873000 r--p 0000d000 08:01 1581069                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f4723873000-7f4723874000 rw-p 0000e000 08:01 1581069                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f4723874000-7f472388e000 r-xp 00000000 08:01 57357                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7f472388e000-7f4723a8d000 ---p 0001a000 08:01 57357                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7f4723a8d000-7f4723a8e000 r--p 00019000 08:01 57357                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7f4723a8e000-7f4723a8f000 rw-p 0001a000 08:01 57357                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7f4723a8f000-7f4723aa7000 r-xp 00000000 08:01 57570                      /lib/x86_64-linux-gnu/libpthread-2.24.so
7f4723aa7000-7f4723ca6000 ---p 00018000 08:01 57570                      /lib/x86_64-linux-gnu/libpthread-2.24.so
7f4723ca6000-7f4723ca7000 r--p 00017000 08:01 57570                      /lib/x86_64-linux-gnu/libpthread-2.24.so
7f4723ca7000-7f4723ca8000 rw-p 00018000 08:01 57570                      /lib/x86_64-linux-gnu/libpthread-2.24.so
7f4723ca8000-7f4723cac000 rw-p 00000000 00:00 0 
7f4723cac000-7f4723ccf000 r-xp 00000000 08:01 57373                      /lib/x86_64-linux-gnu/ld-2.24.so
7f4723d9c000-7f4723d9f000 ---p 00000000 00:00 0 
7f4723d9f000-7f4723e9f000 rw-p 00000000 00:00 0 
7f4723ec1000-7f4723ec9000 rw-s 00000000 08:01 1065790                    /tmp/hsperfdata_nando/12374
7f4723ec9000-7f4723eca000 rw-p 00000000 00:00 0 
7f4723eca000-7f4723ecb000 r--p 00000000 00:00 0 
7f4723ecb000-7f4723ece000 rw-p 00000000 00:00 0 
7f4723ece000-7f4723ecf000 r--p 00022000 08:01 57373                      /lib/x86_64-linux-gnu/ld-2.24.so
7f4723ecf000-7f4723ed0000 rw-p 00023000 08:01 57373                      /lib/x86_64-linux-gnu/ld-2.24.so
7f4723ed0000-7f4723ed1000 rw-p 00000000 00:00 0 
7ffe658bd000-7ffe658de000 rw-p 00000000 00:00 0                          [stack]
7ffe6595c000-7ffe6595e000 r--p 00000000 00:00 0                          [vvar]
7ffe6595e000-7ffe65960000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

VM Arguments:
java_command: <unknown>
java_class_path (initial): .
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
PATH=/home/nando/.rakudobrew/bin:/home/nando/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
SHELL=/usr/bin/zsh
DISPLAY=:0.0

Signal Handlers:
SIGSEGV: [libjvm.so+0xa6a110], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xa6a110], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x8b4ec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x8b4ec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x8b4ec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x8b4ec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x8b4d70], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGINT: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGTERM: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGQUIT: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none


---------------  S Y S T E M  ---------------

OS:PRETTY_NAME="Debian GNU/Linux stretch/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

uname:Linux 4.7.0-1-amd64 #1 SMP Debian 4.7.4-2 (2016-09-19) x86_64
libc:glibc 2.24 NPTL 2.24 
rlimit: STACK 8192k, CORE 0k, NPROC 31458, NOFILE 65536, AS infinity
load average:0.09 0.09 0.09

/proc/meminfo:
MemTotal:        8073024 kB
MemFree:         2630036 kB
MemAvailable:    5138860 kB
Buffers:          392472 kB
Cached:          2086712 kB
SwapCached:            0 kB
Active:          3768188 kB
Inactive:        1082132 kB
Active(anon):    2376840 kB
Inactive(anon):    48620 kB
Active(file):    1391348 kB
Inactive(file):  1033512 kB
Unevictable:        1808 kB
Mlocked:            1808 kB
SwapTotal:      27378684 kB
SwapFree:       27378684 kB
Dirty:               196 kB
Writeback:             0 kB
AnonPages:       2373404 kB
Mapped:           421132 kB
Shmem:             53932 kB
Slab:             434948 kB
SReclaimable:     388876 kB
SUnreclaim:        46072 kB
KernelStack:       10064 kB
PageTables:        48020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    31415196 kB
Committed_AS:    7356708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      250096 kB
DirectMap2M:     8032256 kB


CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1618.115
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
bugs		:
bogomips	: 6186.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1752.264
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
bugs		:
bogomips	: 6187.01
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1652.551
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
bugs		:
bogomips	: 6187.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1647.253
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
bugs		:
bogomips	: 6187.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 8073024k(2630036k free), swap 27378684k(27378684k free)

vm_info: OpenJDK 64-Bit Server VM (25.102-b14) for linux-amd64 JRE (1.8.0_102-8u102-b14.1-2-b14), built on Aug  6 2016 08:12:09 by "buildd" with gcc 6.1.1 20160724

time: Fri Sep 23 09:09:02 2016
elapsed time: 0 seconds (0d 0h 0m 0s)


*** /home/nando/tmp/libc6_bug/javaws.hs_err_pid12456.log
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 32744 bytes for ChunkPool::allocate
# Possible reasons:
#   The system is out of physical RAM or swap space
#   In 32 bit mode, the process size limit was hit
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Use 64 bit Java on a 64 bit OS
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
#  Out of Memory Error (allocation.cpp:273), pid=12456, tid=0x00007f7063cfc700
#
# JRE version: OpenJDK Runtime Environment (8.0_102-b14) (build 1.8.0_102-8u102-b14.1-2-b14)
# Java VM: OpenJDK 64-Bit Server VM (25.102-b14 mixed mode linux-amd64 compressed oops)
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#

---------------  T H R E A D  ---------------

Current thread (0x00007f7089195800):  JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=12477, stack(0x00007f7063bfc000,0x00007f7063cfd000)]

Stack: [0x00007f7063bfc000,0x00007f7063cfd000],  sp=0x00007f7063cf7c70,  free space=1007k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0xa69680]
V  [libjvm.so+0x4c460c]
V  [libjvm.so+0x2b7a6e]
V  [libjvm.so+0x2b72a9]
V  [libjvm.so+0x5df0da]
V  [libjvm.so+0x54c303]
V  [libjvm.so+0x54d9a0]
V  [libjvm.so+0x466cfc]
V  [libjvm.so+0x467fc8]
V  [libjvm.so+0x3b61e3]
V  [libjvm.so+0x473384]
V  [libjvm.so+0x475266]
V  [libjvm.so+0xa0f0de]
V  [libjvm.so+0xa0f5be]
V  [libjvm.so+0x8b6c42]
C  [libpthread.so.0+0x7464]  start_thread+0xc4


Current CompileTask:
C2:    282   90       4       java.lang.StringBuilder::append (8 bytes)


---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00007f70891b7000 JavaThread "Service Thread" daemon [_thread_blocked, id=12479, stack(0x00007f70639fa000,0x00007f7063afb000)]
  0x00007f708919a000 JavaThread "C1 CompilerThread2" daemon [_thread_in_native, id=12478, stack(0x00007f7063afb000,0x00007f7063bfc000)]
=>0x00007f7089195800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=12477, stack(0x00007f7063bfc000,0x00007f7063cfd000)]
  0x00007f7089193000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=12476, stack(0x00007f7063cfd000,0x00007f7063dfe000)]
  0x00007f7089190800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12475, stack(0x00007f7063dfe000,0x00007f7063eff000)]
  0x00007f7089167000 JavaThread "Finalizer" daemon [_thread_blocked, id=12474, stack(0x00007f7063eff000,0x00007f7064000000)]
  0x00007f7089162800 JavaThread "Reference Handler" daemon [_thread_blocked, id=12473, stack(0x00007f7078056000,0x00007f7078157000)]
  0x00007f708800a000 JavaThread "main" [_thread_in_vm, id=12467, stack(0x00007f709636d000,0x00007f709646e000)]

Other Threads:
  0x00007f708915b000 VMThread [stack: 0x00007f7078157000,0x00007f7078258000] [id=12472]
  0x00007f70891be000 WatcherThread [stack: 0x00007f70638f9000,0x00007f70639fa000] [id=12480]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 2048K, used 541K [0x00000000d6f00000, 0x00000000d7180000, 0x0000000100000000)
  eden space 1536K, 4% used [0x00000000d6f00000,0x00000000d6f0f610,0x00000000d7080000)
  from space 512K, 93% used [0x00000000d7080000,0x00000000d70f8020,0x00000000d7100000)
  to   space 512K, 0% used [0x00000000d7100000,0x00000000d7100000,0x00000000d7180000)
 ParOldGen       total 5632K, used 40K [0x0000000084c00000, 0x0000000085180000, 0x00000000d6f00000)
  object space 5632K, 0% used [0x0000000084c00000,0x0000000084c0a000,0x0000000085180000)
 Metaspace       used 3683K, capacity 4516K, committed 4864K, reserved 1056768K
  class space    used 388K, capacity 402K, committed 512K, reserved 1048576K

Card table byte_map: [0x00007f7094528000,0x00007f7094903000] byte_map_base: 0x00007f7094102000

Marking Bits: (ParMarkBitMap*) 0x00007f709998d1c0
 Begin Bits: [0x00007f708c05e000, 0x00007f708df2e000)
 End Bits:   [0x00007f708df2e000, 0x00007f708fdfe000)

Polling page: 0x00007f709a7aa000

CodeCache: size=245760Kb used=1190Kb max_used=1190Kb free=244569Kb
 bounds [0x00007f7079000000, 0x00007f7079270000, 0x00007f7088000000]
 total_blobs=345 nmethods=89 adapters=171
 compilation: enabled

Compilation events (10 events):
Event: 0.278 Thread 0x00007f708919a000 nmethod 85 0x00007f7079127e90 code [0x00007f7079127fe0, 0x00007f70791280f0]
Event: 0.278 Thread 0x00007f708919a000   86       3       java.lang.String::substring (79 bytes)
Event: 0.279 Thread 0x00007f708919a000 nmethod 86 0x00007f7079128150 code [0x00007f7079128320, 0x00007f70791287b8]
Event: 0.279 Thread 0x00007f708919a000   87       3       java.lang.String::replace (127 bytes)
Event: 0.279 Thread 0x00007f708919a000 nmethod 87 0x00007f70791289d0 code [0x00007f7079128b80, 0x00007f7079129230]
Event: 0.279 Thread 0x00007f708919a000   88       1       java.lang.String::length (6 bytes)
Event: 0.279 Thread 0x00007f7089193000   89       4       java.lang.AbstractStringBuilder::append (50 bytes)
Event: 0.279 Thread 0x00007f708919a000 nmethod 88 0x00007f70791295d0 code [0x00007f7079129720, 0x00007f7079129830]
Event: 0.279 Thread 0x00007f7089195800   90       4       java.lang.StringBuilder::append (8 bytes)
Event: 0.279 Thread 0x00007f708919a000   91   !   3       java.util.concurrent.ConcurrentHashMap::putVal (362 bytes)

GC Heap History (2 events):
Event: 0.280 GC heap before
{Heap before GC invocations=1 (full 0):
 PSYoungGen      total 2048K, used 1536K [0x00000000d6f00000, 0x00000000d7180000, 0x0000000100000000)
  eden space 1536K, 100% used [0x00000000d6f00000,0x00000000d7080000,0x00000000d7080000)
  from space 512K, 0% used [0x00000000d7100000,0x00000000d7100000,0x00000000d7180000)
  to   space 512K, 0% used [0x00000000d7080000,0x00000000d7080000,0x00000000d7100000)
 ParOldGen       total 5632K, used 0K [0x0000000084c00000, 0x0000000085180000, 0x00000000d6f00000)
  object space 5632K, 0% used [0x0000000084c00000,0x0000000084c00000,0x0000000085180000)
 Metaspace       used 3678K, capacity 4514K, committed 4864K, reserved 1056768K
  class space    used 388K, capacity 401K, committed 512K, reserved 1048576K
Event: 0.282 GC heap after
Heap after GC invocations=1 (full 0):
 PSYoungGen      total 2048K, used 480K [0x00000000d6f00000, 0x00000000d7180000, 0x0000000100000000)
  eden space 1536K, 0% used [0x00000000d6f00000,0x00000000d6f00000,0x00000000d7080000)
  from space 512K, 93% used [0x00000000d7080000,0x00000000d70f8020,0x00000000d7100000)
  to   space 512K, 0% used [0x00000000d7100000,0x00000000d7100000,0x00000000d7180000)
 ParOldGen       total 5632K, used 40K [0x0000000084c00000, 0x0000000085180000, 0x00000000d6f00000)
  object space 5632K, 0% used [0x0000000084c00000,0x0000000084c0a000,0x0000000085180000)
 Metaspace       used 3678K, capacity 4514K, committed 4864K, reserved 1056768K
  class space    used 388K, capacity 401K, committed 512K, reserved 1048576K
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 0.206 Thread 0x00007f708800a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6f8ed48) thrown at [/build/openjdk-8-81aL4x/openjdk-8-8u102-b14.1/src/hotspot/src/share/vm/prims/jvm.cpp, line 1386]
Event: 0.207 Thread 0x00007f708800a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6f910d8) thrown at [/build/openjdk-8-81aL4x/openjdk-8-8u102-b14.1/src/hotspot/src/share/vm/prims/jvm.cpp, line 1386]
Event: 0.207 Thread 0x00007f708800a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6f914d0) thrown at [/build/openjdk-8-81aL4x/openjdk-8-8u102-b14.1/src/hotspot/src/share/vm/prims/jvm.cpp, line 1386]
Event: 0.207 Thread 0x00007f708800a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6f921d8) thrown at [/build/openjdk-8-81aL4x/openjdk-8-8u102-b14.1/src/hotspot/src/share/vm/prims/jvm.cpp, line 1386]
Event: 0.207 Thread 0x00007f708800a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6f925d0) thrown at [/build/openjdk-8-81aL4x/openjdk-8-8u102-b14.1/src/hotspot/src/share/vm/prims/jvm.cpp, line 1386]
Event: 0.210 Thread 0x00007f708800a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6f98198) thrown at [/build/openjdk-8-81aL4x/openjdk-8-8u102-b14.1/src/hotspot/src/share/vm/prims/jvm.cpp, line 1386]
Event: 0.210 Thread 0x00007f708800a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6f98590) thrown at [/build/openjdk-8-81aL4x/openjdk-8-8u102-b14.1/src/hotspot/src/share/vm/prims/jvm.cpp, line 1386]
Event: 0.234 Thread 0x00007f708800a000 Exception <a 'java/util/zip/ZipException'> (0x00000000d6fa78d8) thrown at [/build/openjdk-8-81aL4x/openjdk-8-8u102-b14.1/src/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 0.234 Thread 0x00007f708800a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6fa7cc8) thrown at [/build/openjdk-8-81aL4x/openjdk-8-8u102-b14.1/src/hotspot/src/share/vm/prims/jvm.cpp, line 1386]
Event: 0.234 Thread 0x00007f708800a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d6fa80c0) thrown at [/build/openjdk-8-81aL4x/openjdk-8-8u102-b14.1/src/hotspot/src/share/vm/prims/jvm.cpp, line 1386]

Events (10 events):
Event: 0.274 loading class java/util/SubList done
Event: 0.274 loading class java/util/RandomAccessSubList done
Event: 0.275 loading class java/util/SubList$1
Event: 0.275 loading class java/util/ListIterator
Event: 0.275 loading class java/util/ListIterator done
Event: 0.275 loading class java/util/SubList$1 done
Event: 0.275 loading class java/util/AbstractList$ListItr
Event: 0.275 loading class java/util/AbstractList$ListItr done
Event: 0.280 Executing VM operation: ParallelGCFailedAllocation
Event: 0.282 Executing VM operation: ParallelGCFailedAllocation done


Dynamic libraries:
00400000-00401000 r-xp 00000000 08:01 918496                             /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
00600000-00601000 r--p 00000000 08:01 918496                             /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
00601000-00602000 rw-p 00001000 08:01 918496                             /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
01e5e000-01ea0000 rw-p 00000000 00:00 0                                  [heap]
84c00000-85180000 rw-p 00000000 00:00 0 
85180000-d6f00000 ---p 00000000 00:00 0 
d6f00000-d7180000 rw-p 00000000 00:00 0 
d7180000-100000000 ---p 00000000 00:00 0 
100000000-100080000 rw-p 00000000 00:00 0 
100080000-140000000 ---p 00000000 00:00 0 
7f7040000000-7f7040021000 rw-p 00000000 00:00 0 
7f7040021000-7f7044000000 ---p 00000000 00:00 0 
7f7044000000-7f7044021000 rw-p 00000000 00:00 0 
7f7044021000-7f7048000000 ---p 00000000 00:00 0 
7f7048000000-7f7048032000 rw-p 00000000 00:00 0 
7f7048032000-7f704c000000 ---p 00000000 00:00 0 
7f704c000000-7f704c062000 rw-p 00000000 00:00 0 
7f704c062000-7f7050000000 ---p 00000000 00:00 0 
7f7050000000-7f7050021000 rw-p 00000000 00:00 0 
7f7050021000-7f7054000000 ---p 00000000 00:00 0 
7f7054000000-7f7054098000 rw-p 00000000 00:00 0 
7f7054098000-7f7058000000 ---p 00000000 00:00 0 
7f7058000000-7f7058021000 rw-p 00000000 00:00 0 
7f7058021000-7f705c000000 ---p 00000000 00:00 0 
7f705c000000-7f705c021000 rw-p 00000000 00:00 0 
7f705c021000-7f7060000000 ---p 00000000 00:00 0 
7f7063629000-7f70636c9000 r-xp 00000000 08:01 1581461                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt.so
7f70636c9000-7f70638c8000 ---p 000a0000 08:01 1581461                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt.so
7f70638c8000-7f70638c9000 r--p 0009f000 08:01 1581461                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt.so
7f70638c9000-7f70638d4000 rw-p 000a0000 08:01 1581461                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libawt.so
7f70638d4000-7f70638f9000 rw-p 00000000 00:00 0 
7f70638f9000-7f70638fa000 ---p 00000000 00:00 0 
7f70638fa000-7f70639fa000 rw-p 00000000 00:00 0 
7f70639fa000-7f70639fd000 ---p 00000000 00:00 0 
7f70639fd000-7f7063afb000 rw-p 00000000 00:00 0 
7f7063afb000-7f7063afe000 ---p 00000000 00:00 0 
7f7063afe000-7f7063bfc000 rw-p 00000000 00:00 0 
7f7063bfc000-7f7063bff000 ---p 00000000 00:00 0 
7f7063bff000-7f7063cfd000 rw-p 00000000 00:00 0 
7f7063cfd000-7f7063d00000 ---p 00000000 00:00 0 
7f7063d00000-7f7063dfe000 rw-p 00000000 00:00 0 
7f7063dfe000-7f7063e01000 ---p 00000000 00:00 0 
7f7063e01000-7f7063eff000 rw-p 00000000 00:00 0 
7f7063eff000-7f7063f02000 ---p 00000000 00:00 0 
7f7063f02000-7f7064000000 rw-p 00000000 00:00 0 
7f7064000000-7f7064021000 rw-p 00000000 00:00 0 
7f7064021000-7f7068000000 ---p 00000000 00:00 0 
7f7068000000-7f7068021000 rw-p 00000000 00:00 0 
7f7068021000-7f706c000000 ---p 00000000 00:00 0 
7f706c000000-7f706c021000 rw-p 00000000 00:00 0 
7f706c021000-7f7070000000 ---p 00000000 00:00 0 
7f7070000000-7f7070021000 rw-p 00000000 00:00 0 
7f7070021000-7f7074000000 ---p 00000000 00:00 0 
7f7074000000-7f7074021000 rw-p 00000000 00:00 0 
7f7074021000-7f7078000000 ---p 00000000 00:00 0 
7f7078056000-7f7078059000 ---p 00000000 00:00 0 
7f7078059000-7f7078157000 rw-p 00000000 00:00 0 
7f7078157000-7f7078158000 ---p 00000000 00:00 0 
7f7078158000-7f7078258000 rw-p 00000000 00:00 0 
7f7078258000-7f7078426000 r--s 03bf1000 08:01 926376                     /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar
7f7078426000-7f7078866000 rw-p 00000000 00:00 0 
7f7078866000-7f7078c26000 ---p 00000000 00:00 0 
7f7078c26000-7f7079000000 rw-p 00000000 00:00 0 
7f7079000000-7f7079270000 rwxp 00000000 00:00 0 
7f7079270000-7f7088000000 ---p 00000000 00:00 0 
7f7088000000-7f7089260000 rw-p 00000000 00:00 0 
7f7089260000-7f708c000000 ---p 00000000 00:00 0 
7f708c05e000-7f708fdfe000 rw-p 00000000 00:00 0 
7f708fdfe000-7f708fdff000 ---p 00000000 00:00 0 
7f708fdff000-7f708feff000 rw-p 00000000 00:00 0 
7f708feff000-7f708ff00000 ---p 00000000 00:00 0 
7f708ff00000-7f7090000000 rw-p 00000000 00:00 0 
7f7090000000-7f709021d000 rw-p 00000000 00:00 0 
7f709021d000-7f7094000000 ---p 00000000 00:00 0 
7f709404f000-7f7094051000 r--s 00001000 08:01 1582016                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar
7f7094051000-7f7094054000 r--s 0000f000 08:01 1582017                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/icedtea-sound.jar
7f7094054000-7f7094059000 r--s 0003b000 08:01 1582025                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunjce_provider.jar
7f7094059000-7f709405d000 r--s 00037000 08:01 1582030                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunpkcs11.jar
7f709405d000-7f7094078000 r--s 001d5000 08:01 1582022                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar
7f7094078000-7f7094094000 r--s 00393000 08:01 1582014                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/cldrdata.jar
7f7094094000-7f7094095000 ---p 00000000 00:00 0 
7f7094095000-7f7094195000 rw-p 00000000 00:00 0 
7f7094195000-7f7094196000 ---p 00000000 00:00 0 
7f7094196000-7f7094299000 rw-p 00000000 00:00 0 
7f7094299000-7f7094528000 ---p 00000000 00:00 0 
7f7094528000-7f709452b000 rw-p 00000000 00:00 0 
7f709452b000-7f70947b9000 ---p 00000000 00:00 0 
7f70947b9000-7f70947bb000 rw-p 00000000 00:00 0 
7f70947bb000-7f7094902000 ---p 00000000 00:00 0 
7f7094902000-7f709490d000 rw-p 00000000 00:00 0 
7f709490d000-7f7094cc3000 ---p 00000000 00:00 0 
7f7094cc3000-7f7094ccb000 r-xp 00000000 08:01 1581971                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f7094ccb000-7f7094eca000 ---p 00008000 08:01 1581971                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f7094eca000-7f7094ecb000 r--p 00007000 08:01 1581971                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f7094ecb000-7f7094ecc000 rw-p 00008000 08:01 1581971                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libzip.so
7f7094ecc000-7f7094ed6000 r-xp 00000000 08:01 57564                      /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f7094ed6000-7f70950d6000 ---p 0000a000 08:01 57564                      /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f70950d6000-7f70950d7000 r--p 0000a000 08:01 57564                      /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f70950d7000-7f70950d8000 rw-p 0000b000 08:01 57564                      /lib/x86_64-linux-gnu/libnss_files-2.24.so
7f70950d8000-7f70950de000 rw-p 00000000 00:00 0 
7f70950de000-7f70950e9000 r-xp 00000000 08:01 57567                      /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f70950e9000-7f70952e8000 ---p 0000b000 08:01 57567                      /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f70952e8000-7f70952e9000 r--p 0000a000 08:01 57567                      /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f70952e9000-7f70952ea000 rw-p 0000b000 08:01 57567                      /lib/x86_64-linux-gnu/libnss_nis-2.24.so
7f70952ea000-7f70952fe000 r-xp 00000000 08:01 57554                      /lib/x86_64-linux-gnu/libnsl-2.24.so
7f70952fe000-7f70954fe000 ---p 00014000 08:01 57554                      /lib/x86_64-linux-gnu/libnsl-2.24.so
7f70954fe000-7f70954ff000 r--p 00014000 08:01 57554                      /lib/x86_64-linux-gnu/libnsl-2.24.so
7f70954ff000-7f7095500000 rw-p 00015000 08:01 57554                      /lib/x86_64-linux-gnu/libnsl-2.24.so
7f7095500000-7f7095502000 rw-p 00000000 00:00 0 
7f7095502000-7f7095509000 r-xp 00000000 08:01 57555                      /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f7095509000-7f7095708000 ---p 00007000 08:01 57555                      /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f7095708000-7f7095709000 r--p 00006000 08:01 57555                      /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f7095709000-7f709570a000 rw-p 00007000 08:01 57555                      /lib/x86_64-linux-gnu/libnss_compat-2.24.so
7f709570a000-7f7095737000 r-xp 00000000 08:01 1581832                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f7095737000-7f7095936000 ---p 0002d000 08:01 1581832                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f7095936000-7f7095937000 r--p 0002c000 08:01 1581832                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f7095937000-7f7095939000 rw-p 0002d000 08:01 1581832                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libjava.so
7f7095939000-7f7095948000 r-xp 00000000 08:01 1581951                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f7095948000-7f7095b47000 ---p 0000f000 08:01 1581951                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f7095b47000-7f7095b49000 r--p 0000e000 08:01 1581951                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f7095b49000-7f7095b4a000 rw-p 00010000 08:01 1581951                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libverify.so
7f7095b4a000-7f7095b51000 r-xp 00000000 08:01 57576                      /lib/x86_64-linux-gnu/librt-2.24.so
7f7095b51000-7f7095d50000 ---p 00007000 08:01 57576                      /lib/x86_64-linux-gnu/librt-2.24.so
7f7095d50000-7f7095d51000 r--p 00006000 08:01 57576                      /lib/x86_64-linux-gnu/librt-2.24.so
7f7095d51000-7f7095d52000 rw-p 00007000 08:01 57576                      /lib/x86_64-linux-gnu/librt-2.24.so
7f7095d52000-7f7095d57000 r-xp 00000000 08:01 1056934                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f7095d57000-7f7095f56000 ---p 00005000 08:01 1056934                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f7095f56000-7f7095f57000 r--p 00004000 08:01 1056934                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f7095f57000-7f7095f58000 rw-p 00005000 08:01 1056934                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f7095f58000-7f7095f61000 r-xp 00000000 08:01 1057043                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f7095f61000-7f7096160000 ---p 00009000 08:01 1057043                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f7096160000-7f7096161000 r--p 00008000 08:01 1057043                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f7096161000-7f7096162000 rw-p 00009000 08:01 1057043                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f7096162000-7f709616c000 r-xp 00000000 08:01 1056830                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f709616c000-7f709636b000 ---p 0000a000 08:01 1056830                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f709636b000-7f709636c000 r--p 00009000 08:01 1056830                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f709636c000-7f709636d000 rw-p 0000a000 08:01 1056830                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f709636d000-7f7096370000 ---p 00000000 00:00 0 
7f7096370000-7f709646e000 rw-p 00000000 00:00 0 
7f709646e000-7f709646f000 ---p 00000000 00:00 0 
7f709646f000-7f7096d99000 rw-p 00000000 00:00 0 
7f7096d99000-7f7096d9e000 r-xp 00000000 08:01 1057407                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f7096d9e000-7f7096f9d000 ---p 00005000 08:01 1057407                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f7096f9d000-7f7096f9e000 r--p 00004000 08:01 1057407                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f7096f9e000-7f7096f9f000 rw-p 00005000 08:01 1057407                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f7096f9f000-7f7096fa2000 r-xp 00000000 08:01 1057093                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f7096fa2000-7f70971a1000 ---p 00003000 08:01 1057093                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f70971a1000-7f70971a2000 r--p 00002000 08:01 1057093                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f70971a2000-7f70971a3000 rw-p 00003000 08:01 1057093                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f70971a3000-7f70971c4000 r-xp 00000000 08:01 1057575                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f70971c4000-7f70973c3000 ---p 00021000 08:01 1057575                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f70973c3000-7f70973c4000 r--p 00020000 08:01 1057575                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f70973c4000-7f70973c5000 rw-p 00021000 08:01 1057575                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f70973c5000-7f70973f6000 r-xp 00000000 08:01 1057858                    /usr/lib/x86_64-linux-gnu/libpng16.so.16.25.0
7f70973f6000-7f70975f6000 ---p 00031000 08:01 1057858                    /usr/lib/x86_64-linux-gnu/libpng16.so.16.25.0
7f70975f6000-7f70975f7000 r--p 00031000 08:01 1057858                    /usr/lib/x86_64-linux-gnu/libpng16.so.16.25.0
7f70975f7000-7f70975f8000 rw-p 00032000 08:01 1057858                    /usr/lib/x86_64-linux-gnu/libpng16.so.16.25.0
7f70975f8000-7f7097661000 r-xp 00000000 08:01 1057487                    /usr/lib/x86_64-linux-gnu/libjpeg.so.62.2.0
7f7097661000-7f7097861000 ---p 00069000 08:01 1057487                    /usr/lib/x86_64-linux-gnu/libjpeg.so.62.2.0
7f7097861000-7f7097862000 r--p 00069000 08:01 1057487                    /usr/lib/x86_64-linux-gnu/libjpeg.so.62.2.0
7f7097862000-7f7097863000 rw-p 0006a000 08:01 1057487                    /usr/lib/x86_64-linux-gnu/libjpeg.so.62.2.0
7f7097863000-7f709786b000 r-xp 00000000 08:01 1057020                    /usr/lib/x86_64-linux-gnu/libgif.so.7.0.0
7f709786b000-7f7097a6b000 ---p 00008000 08:01 1057020                    /usr/lib/x86_64-linux-gnu/libgif.so.7.0.0
7f7097a6b000-7f7097a6c000 r--p 00008000 08:01 1057020                    /usr/lib/x86_64-linux-gnu/libgif.so.7.0.0
7f7097a6c000-7f7097a6d000 rw-p 00009000 08:01 1057020                    /usr/lib/x86_64-linux-gnu/libgif.so.7.0.0
7f7097a6d000-7f7097a7e000 r-xp 00000000 08:01 1056814                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f7097a7e000-7f7097c7d000 ---p 00011000 08:01 1056814                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f7097c7d000-7f7097c7e000 r--p 00010000 08:01 1056814                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f7097c7e000-7f7097c7f000 rw-p 00011000 08:01 1056814                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f7097c7f000-7f7097dbb000 r-xp 00000000 08:01 1057364                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f7097dbb000-7f7097fba000 ---p 0013c000 08:01 1057364                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f7097fba000-7f7097fbc000 r--p 0013b000 08:01 1057364                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f7097fbc000-7f7097fc1000 rw-p 0013d000 08:01 1057364                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f7097fc1000-7f7097fc2000 rw-p 00000000 00:00 0 
7f7097fc2000-7f7097fcc000 r-xp 00000000 08:01 1581454                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libsplashscreen.so
7f7097fcc000-7f70981cb000 ---p 0000a000 08:01 1581454                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libsplashscreen.so
7f70981cb000-7f70981cc000 r--p 00009000 08:01 1581454                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libsplashscreen.so
7f70981cc000-7f70981cd000 rw-p 0000a000 08:01 1581454                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/libsplashscreen.so
7f70981cd000-7f70981d0000 rw-p 00000000 00:00 0 
7f70981d0000-7f70981e6000 r-xp 00000000 08:01 57409                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7f70981e6000-7f70983e5000 ---p 00016000 08:01 57409                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7f70983e5000-7f70983e6000 r--p 00015000 08:01 57409                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7f70983e6000-7f70983e7000 rw-p 00016000 08:01 57409                      /lib/x86_64-linux-gnu/libgcc_s.so.1
7f70983e7000-7f70984ea000 r-xp 00000000 08:01 57551                      /lib/x86_64-linux-gnu/libm-2.24.so
7f70984ea000-7f70986e9000 ---p 00103000 08:01 57551                      /lib/x86_64-linux-gnu/libm-2.24.so
7f70986e9000-7f70986ea000 r--p 00102000 08:01 57551                      /lib/x86_64-linux-gnu/libm-2.24.so
7f70986ea000-7f70986eb000 rw-p 00103000 08:01 57551                      /lib/x86_64-linux-gnu/libm-2.24.so
7f70986eb000-7f709885c000 r-xp 00000000 08:01 1057213                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f709885c000-7f7098a5c000 ---p 00171000 08:01 1057213                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f7098a5c000-7f7098a66000 r--p 00171000 08:01 1057213                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f7098a66000-7f7098a68000 rw-p 0017b000 08:01 1057213                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
7f7098a68000-7f7098a6c000 rw-p 00000000 00:00 0 
7f7098a6c000-7f70996bf000 r-xp 00000000 08:01 1581998                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f70996bf000-7f70998be000 ---p 00c53000 08:01 1581998                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f70998be000-7f7099951000 r--p 00c52000 08:01 1581998                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f7099951000-7f709997a000 rw-p 00ce5000 08:01 1581998                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7f709997a000-7f70999aa000 rw-p 00000000 00:00 0 
7f70999aa000-7f7099b3f000 r-xp 00000000 08:01 57543                      /lib/x86_64-linux-gnu/libc-2.24.so
7f7099b3f000-7f7099d3e000 ---p 00195000 08:01 57543                      /lib/x86_64-linux-gnu/libc-2.24.so
7f7099d3e000-7f7099d42000 r--p 00194000 08:01 57543                      /lib/x86_64-linux-gnu/libc-2.24.so
7f7099d42000-7f7099d44000 rw-p 00198000 08:01 57543                      /lib/x86_64-linux-gnu/libc-2.24.so
7f7099d44000-7f7099d48000 rw-p 00000000 00:00 0 
7f7099d48000-7f7099d4a000 r-xp 00000000 08:01 57550                      /lib/x86_64-linux-gnu/libdl-2.24.so
7f7099d4a000-7f7099f4a000 ---p 00002000 08:01 57550                      /lib/x86_64-linux-gnu/libdl-2.24.so
7f7099f4a000-7f7099f4b000 r--p 00002000 08:01 57550                      /lib/x86_64-linux-gnu/libdl-2.24.so
7f7099f4b000-7f7099f4c000 rw-p 00003000 08:01 57550                      /lib/x86_64-linux-gnu/libdl-2.24.so
7f7099f4c000-7f7099f59000 r-xp 00000000 08:01 1581069                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f7099f59000-7f709a159000 ---p 0000d000 08:01 1581069                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f709a159000-7f709a15a000 r--p 0000d000 08:01 1581069                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f709a15a000-7f709a15b000 rw-p 0000e000 08:01 1581069                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7f709a15b000-7f709a175000 r-xp 00000000 08:01 57357                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7f709a175000-7f709a374000 ---p 0001a000 08:01 57357                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7f709a374000-7f709a375000 r--p 00019000 08:01 57357                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7f709a375000-7f709a376000 rw-p 0001a000 08:01 57357                      /lib/x86_64-linux-gnu/libz.so.1.2.8
7f709a376000-7f709a38e000 r-xp 00000000 08:01 57570                      /lib/x86_64-linux-gnu/libpthread-2.24.so
7f709a38e000-7f709a58d000 ---p 00018000 08:01 57570                      /lib/x86_64-linux-gnu/libpthread-2.24.so
7f709a58d000-7f709a58e000 r--p 00017000 08:01 57570                      /lib/x86_64-linux-gnu/libpthread-2.24.so
7f709a58e000-7f709a58f000 rw-p 00018000 08:01 57570                      /lib/x86_64-linux-gnu/libpthread-2.24.so
7f709a58f000-7f709a593000 rw-p 00000000 00:00 0 
7f709a593000-7f709a5b6000 r-xp 00000000 08:01 57373                      /lib/x86_64-linux-gnu/ld-2.24.so
7f709a5b6000-7f709a5b7000 r--s 00008000 08:01 1582023                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunec.jar
7f709a5b7000-7f709a5b9000 r--s 00007000 08:01 819597                     /usr/share/java/java-atk-wrapper.jar
7f709a5b9000-7f709a5ba000 r--s 0000a000 08:01 1582018                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jaccess.jar
7f709a5ba000-7f709a5c4000 r--s 00116000 08:01 1582021                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/localedata.jar
7f709a5c4000-7f709a5eb000 rw-p 00000000 00:00 0 
7f709a5eb000-7f709a784000 r--p 00000000 08:01 762232                     /usr/lib/locale/locale-archive
7f709a784000-7f709a786000 rw-p 00000000 00:00 0 
7f709a786000-7f709a787000 r--s 00010000 08:01 1582034                    /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/zipfs.jar
7f709a787000-7f709a789000 r--s 0001a000 08:01 917793                     /usr/share/icedtea-web/plugin.jar
7f709a789000-7f709a7a1000 r--s 0013e000 08:01 917735                     /usr/share/icedtea-web/netx.jar
7f709a7a1000-7f709a7a9000 rw-s 00000000 08:01 1065790                    /tmp/hsperfdata_nando/12456
7f709a7a9000-7f709a7aa000 rw-p 00000000 00:00 0 
7f709a7aa000-7f709a7ab000 r--p 00000000 00:00 0 
7f709a7ab000-7f709a7b2000 r--s 00000000 08:01 1083035                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f709a7b2000-7f709a7b5000 rw-p 00000000 00:00 0 
7f709a7b5000-7f709a7b6000 r--p 00022000 08:01 57373                      /lib/x86_64-linux-gnu/ld-2.24.so
7f709a7b6000-7f709a7b7000 rw-p 00023000 08:01 57373                      /lib/x86_64-linux-gnu/ld-2.24.so
7f709a7b7000-7f709a7b8000 rw-p 00000000 00:00 0 
7ffd3583b000-7ffd3585c000 rw-p 00000000 00:00 0                          [stack]
7ffd358ce000-7ffd358d0000 r--p 00000000 00:00 0                          [vvar]
7ffd358d0000-7ffd358d2000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

VM Arguments:
jvm_args: -Xbootclasspath/a:/usr/share/icedtea-web/netx.jar:/usr/share/icedtea-web/plugin.jar:/usr/share/java/js.jar -Xms8m -Dicedtea-web.bin.name=javaws -Dicedtea-web.bin.location=/usr/bin/javaws -Djava.security.manager -Djava.security.policy=/etc/icedtea-web/javaws.policy 
java_command: net.sourceforge.jnlp.runtime.Boot
java_class_path (initial): /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfxrt.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre
PATH=/home/nando/.rakudobrew/bin:/home/nando/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
SHELL=/usr/bin/zsh
DISPLAY=:0.0

Signal Handlers:
SIGSEGV: [libjvm.so+0xa6a110], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0xa6a110], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x8b4ec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x8b4ec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x8b4ec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x8b4ec0], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=none
SIGUSR2: [libjvm.so+0x8b4d70], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x8b5220], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x8b5220], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x8b5220], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x8b5220], sa_mask[0]=11111111011111111101111111111110, sa_flags=SA_RESTART|SA_SIGINFO


---------------  S Y S T E M  ---------------

OS:PRETTY_NAME="Debian GNU/Linux stretch/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/";
SUPPORT_URL="https://www.debian.org/support";
BUG_REPORT_URL="https://bugs.debian.org/";

uname:Linux 4.7.0-1-amd64 #1 SMP Debian 4.7.4-2 (2016-09-19) x86_64
libc:glibc 2.24 NPTL 2.24 
rlimit: STACK 8192k, CORE 0k, NPROC 31458, NOFILE 65536, AS infinity
load average:0.19 0.10 0.09

/proc/meminfo:
MemTotal:        8073024 kB
MemFree:         2597968 kB
MemAvailable:    5116968 kB
Buffers:          393032 kB
Cached:          2096256 kB
SwapCached:            0 kB
Active:          3791056 kB
Inactive:        1090600 kB
Active(anon):    2398012 kB
Inactive(anon):    48616 kB
Active(file):    1393044 kB
Inactive(file):  1041984 kB
Unevictable:        1808 kB
Mlocked:            1808 kB
SwapTotal:      27378684 kB
SwapFree:       27378684 kB
Dirty:               140 kB
Writeback:             0 kB
AnonPages:       2394716 kB
Mapped:           428580 kB
Shmem:             53928 kB
Slab:             434988 kB
SReclaimable:     388884 kB
SUnreclaim:        46104 kB
KernelStack:       10080 kB
PageTables:        48424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    31415196 kB
Committed_AS:    7355348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      250096 kB
DirectMap2M:     8032256 kB


CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 2523.101
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
bugs		:
bogomips	: 6186.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 2588.378
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
bugs		:
bogomips	: 6187.01
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 2692.822
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
bugs		:
bogomips	: 6187.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 2651.385
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts
bugs		:
bogomips	: 6187.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 8073024k(2597968k free), swap 27378684k(27378684k free)

vm_info: OpenJDK 64-Bit Server VM (25.102-b14) for linux-amd64 JRE (1.8.0_102-8u102-b14.1-2-b14), built on Aug  6 2016 08:12:09 by "buildd" with gcc 6.1.1 20160724

time: Fri Sep 23 11:12:03 2016
elapsed time: 0 seconds (0d 0h 0m 0s)


*** /home/nando/tmp/libc6_bug/javaws.replay_pid12456.log
JvmtiExport can_access_local_variables 0
JvmtiExport can_hotswap_or_post_breakpoint 0
JvmtiExport can_post_on_exceptions 0
# 118 ciObject found
instanceKlass java/lang/invoke/LambdaForm$DMH
instanceKlass java/util/SubList$1
instanceKlass java/util/ListIterator
instanceKlass java/lang/invoke/LambdaForm$MH
instanceKlass java/lang/invoke/LambdaForm$MH
instanceKlass java/lang/invoke/LambdaForm$MH
instanceKlass java/lang/invoke/LambdaForm$MH
instanceKlass java/lang/invoke/LambdaForm$MH
instanceKlass java/lang/invoke/LambdaForm$MH
instanceKlass java/lang/invoke/LambdaForm$MH
instanceKlass java/lang/invoke/LambdaForm$MH
instanceKlass java/lang/invoke/LambdaForm$MH
instanceKlass java/lang/invoke/LambdaForm$MH
instanceKlass java/lang/invoke/LambdaForm$MH


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libc6 depends on:
ii  libgcc1  1:6.2.0-4

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]  1.5.59
pn  glibc-doc              <none>
ii  libc-l10n              2.24-3
ii  locales                2.24-3

-- debconf information:
* glibc/upgrade: true
  glibc/restart-failed:
  glibc/restart-services:
* libraries/restart-without-asking: true
* glibc/disable-screensaver:
  glibc/kernel-not-supported:
  glibc/kernel-too-old:

-- 
Fernando Santagata
Jesus saves, but Buddha makes incremental backups.


Reply to: