Skip to content

Instantly share code, notes, and snippets.

@hrjet
Created November 16, 2012 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrjet/4084734 to your computer and use it in GitHub Desktop.
Save hrjet/4084734 to your computer and use it in GitHub Desktop.
JVM Error dump when started from Makefile
#
# There is insufficient memory for the Java Runtime Environment to continue.
# pthread_getattr_np
# 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_x86.cpp:715), pid=7991, tid=3217652544
#
# JRE version: 7.0_09-b05
# Java VM: Java HotSpot(TM) Server VM (23.5-b02 mixed mode linux-x86 )
# 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 (0xbfea0800): VMThread [stack: 0x00000000,0x00000000] [id=0]
Stack: [0x00000000,0x00000000], sp=0xbfc96e00, free space=3142235k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x720369]
V [libjvm.so+0x2e87a2]
V [libjvm.so+0x5e1292]
V [libjvm.so+0x5e12d1]
V [libjvm.so+0x6e630c]
V [libjvm.so+0x6e7b3d]
V [libjvm.so+0x5df050]
C [libpthread.so.0+0x6d4c]
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x40f06000 JavaThread "Unknown thread" [_thread_in_vm, id=7992, stack(0x40e73000,0x40ec4000)]
Other Threads:
=>0xbfea0800 VMThread [stack: 0x00000000,0x00000000] [id=0]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 19136K, used 329K [0x93fe0000, 0x95530000, 0xb9f30000)
eden space 16448K, 2% used [0x93fe0000,0x94032448,0x94ff0000)
from space 2688K, 0% used [0x95290000,0x95290000,0x95530000)
to space 2688K, 0% used [0x94ff0000,0x94ff0000,0x95290000)
ParOldGen total 43712K, used 0K [0x48130000, 0x4abe0000, 0x93fe0000)
object space 43712K, 0% used [0x48130000,0x48130000,0x4abe0000)
PSPermGen total 16384K, used 473K [0x44130000, 0x45130000, 0x48130000)
object space 16384K, 2% used [0x44130000,0x441a67d0,0x45130000)
Card table byte_map: [0xb9f30000,0xba2e0000] byte_map_base: 0xb9d0f680
Polling page: 0x40031000
Code Cache [0x41069000, 0x412a9000, 0x44069000)
total_blobs=35 nmethods=0 adapters=13 free_code_cache=48915Kb largest_free_block=50088576
Compilation events (0 events):
No events
GC Heap History (0 events):
No events
Deoptimization events (0 events):
No events
Internal exceptions (0 events):
No events
Events (10 events):
Event: 0.023 loading class 0x40f34628 done
Event: 0.023 loading class 0x40f34680
Event: 0.023 loading class 0x40f34680 done
Event: 0.023 loading class 0x40f346e0
Event: 0.023 loading class 0x40f346e0 done
Event: 0.024 loading class 0x40f35520
Event: 0.024 loading class 0x40f35520 done
Event: 0.024 loading class 0x40f350c0
Event: 0.024 loading class 0x40f350c0 done
Event: 0.026 Thread 0x40f06000 Thread added: 0x40f06000
Dynamic libraries:
08048000-08049000 r-xp 00000000 08:07 4072309 /usr/lib/jvm/java-7-oracle/jre/bin/java
08049000-0804a000 rw-p 00000000 08:07 4072309 /usr/lib/jvm/java-7-oracle/jre/bin/java
0817f000-081a0000 rw-p 00000000 00:00 0 [heap]
40000000-40020000 r-xp 00000000 08:07 3417818 /lib/i386-linux-gnu/ld-2.15.so
40020000-40021000 r--p 0001f000 08:07 3417818 /lib/i386-linux-gnu/ld-2.15.so
40021000-40022000 rw-p 00020000 08:07 3417818 /lib/i386-linux-gnu/ld-2.15.so
40022000-40023000 r-xp 00000000 00:00 0 [vdso]
40023000-40025000 rw-p 00000000 00:00 0
40025000-40030000 r-xp 00000000 08:07 4064955 /usr/lib/jvm/java-7-oracle/jre/lib/i386/libverify.so
40030000-40031000 rw-p 0000b000 08:07 4064955 /usr/lib/jvm/java-7-oracle/jre/lib/i386/libverify.so
40031000-40032000 r--p 00000000 00:00 0
40032000-40033000 rw-p 00000000 00:00 0
4003a000-40051000 r-xp 00000000 08:07 3417814 /lib/i386-linux-gnu/libpthread-2.15.so
40051000-40052000 r--p 00016000 08:07 3417814 /lib/i386-linux-gnu/libpthread-2.15.so
40052000-40053000 rw-p 00017000 08:07 3417814 /lib/i386-linux-gnu/libpthread-2.15.so
40053000-40055000 rw-p 00000000 00:00 0
40055000-40068000 r-xp 00000000 08:07 4064921 /usr/lib/jvm/java-7-oracle/jre/lib/i386/jli/libjli.so
40068000-40069000 rw-p 00012000 08:07 4064921 /usr/lib/jvm/java-7-oracle/jre/lib/i386/jli/libjli.so
40069000-4006a000 rw-p 00000000 00:00 0
4006a000-4006d000 r-xp 00000000 08:07 3417821 /lib/i386-linux-gnu/libdl-2.15.so
4006d000-4006e000 r--p 00002000 08:07 3417821 /lib/i386-linux-gnu/libdl-2.15.so
4006e000-4006f000 rw-p 00003000 08:07 3417821 /lib/i386-linux-gnu/libdl-2.15.so
4006f000-40212000 r-xp 00000000 08:07 3407937 /lib/i386-linux-gnu/libc-2.15.so
40212000-40213000 ---p 001a3000 08:07 3407937 /lib/i386-linux-gnu/libc-2.15.so
40213000-40215000 r--p 001a3000 08:07 3407937 /lib/i386-linux-gnu/libc-2.15.so
40215000-40216000 rw-p 001a5000 08:07 3407937 /lib/i386-linux-gnu/libc-2.15.so
40216000-4021a000 rw-p 00000000 00:00 0
4021a000-409d3000 r-xp 00000000 08:07 4064944 /usr/lib/jvm/java-7-oracle/jre/lib/i386/server/libjvm.so
409d3000-40a26000 rw-p 007b8000 08:07 4064944 /usr/lib/jvm/java-7-oracle/jre/lib/i386/server/libjvm.so
40a26000-40e47000 rw-p 00000000 00:00 0
40e47000-40e71000 r-xp 00000000 08:07 3417817 /lib/i386-linux-gnu/libm-2.15.so
40e71000-40e72000 r--p 00029000 08:07 3417817 /lib/i386-linux-gnu/libm-2.15.so
40e72000-40e73000 rw-p 0002a000 08:07 3417817 /lib/i386-linux-gnu/libm-2.15.so
40e73000-40e76000 ---p 00000000 00:00 0
40e76000-40ec4000 rw-p 00000000 00:00 0 [stack:7992]
40ec4000-40ecb000 r-xp 00000000 08:07 3417810 /lib/i386-linux-gnu/librt-2.15.so
40ecb000-40ecc000 r--p 00006000 08:07 3417810 /lib/i386-linux-gnu/librt-2.15.so
40ecc000-40ecd000 rw-p 00007000 08:07 3417810 /lib/i386-linux-gnu/librt-2.15.so
40ecd000-40ef0000 r-xp 00000000 08:07 4064931 /usr/lib/jvm/java-7-oracle/jre/lib/i386/libjava.so
40ef0000-40ef1000 rw-p 00023000 08:07 4064931 /usr/lib/jvm/java-7-oracle/jre/lib/i386/libjava.so
40f00000-40ffa000 rw-p 00000000 00:00 0
40ffa000-41000000 ---p 00000000 00:00 0
41000000-41008000 rw-s 00000000 08:07 3146022 /tmp/hsperfdata_info4/7991
41015000-4101c000 r-xp 00000000 08:07 3408897 /lib/i386-linux-gnu/libnss_compat-2.15.so
4101c000-4101d000 r--p 00006000 08:07 3408897 /lib/i386-linux-gnu/libnss_compat-2.15.so
4101d000-4101e000 rw-p 00007000 08:07 3408897 /lib/i386-linux-gnu/libnss_compat-2.15.so
4101e000-41034000 r-xp 00000000 08:07 3417826 /lib/i386-linux-gnu/libnsl-2.15.so
41034000-41035000 r--p 00015000 08:07 3417826 /lib/i386-linux-gnu/libnsl-2.15.so
41035000-41036000 rw-p 00016000 08:07 3417826 /lib/i386-linux-gnu/libnsl-2.15.so
41036000-41038000 rw-p 00000000 00:00 0
41038000-41042000 r-xp 00000000 08:07 3417812 /lib/i386-linux-gnu/libnss_nis-2.15.so
41042000-41043000 r--p 00009000 08:07 3417812 /lib/i386-linux-gnu/libnss_nis-2.15.so
41043000-41044000 rw-p 0000a000 08:07 3417812 /lib/i386-linux-gnu/libnss_nis-2.15.so
41044000-4104f000 r-xp 00000000 08:07 3411855 /lib/i386-linux-gnu/libnss_files-2.15.so
4104f000-41050000 r--p 0000a000 08:07 3411855 /lib/i386-linux-gnu/libnss_files-2.15.so
41050000-41051000 rw-p 0000b000 08:07 3411855 /lib/i386-linux-gnu/libnss_files-2.15.so
41051000-41068000 r-xp 00000000 08:07 4064949 /usr/lib/jvm/java-7-oracle/jre/lib/i386/libzip.so
41068000-41069000 rw-p 00017000 08:07 4064949 /usr/lib/jvm/java-7-oracle/jre/lib/i386/libzip.so
41069000-412a9000 rwxp 00000000 00:00 0
412a9000-44069000 rw-p 00000000 00:00 0
44069000-44072000 rw-p 00000000 00:00 0
44072000-44129000 rw-p 00000000 00:00 0
44130000-45130000 rw-p 00000000 00:00 0
45130000-48130000 rw-p 00000000 00:00 0
48130000-4abe0000 rw-p 00000000 00:00 0
4abe0000-93fe0000 rw-p 00000000 00:00 0
93fe0000-95530000 rw-p 00000000 00:00 0
95530000-b9f30000 rw-p 00000000 00:00 0
b9f30000-b9f38000 rw-p 00000000 00:00 0
b9f38000-b9f50000 rw-p 00000000 00:00 0
b9f50000-b9f66000 rw-p 00000000 00:00 0
b9f66000-ba1af000 rw-p 00000000 00:00 0
ba1af000-ba1ba000 rw-p 00000000 00:00 0
ba1ba000-ba2df000 rw-p 00000000 00:00 0
ba2df000-ba2f6000 rw-p 00000000 00:00 0
ba2f6000-ba540000 rw-p 00000000 00:00 0
ba540000-ba548000 rw-p 00000000 00:00 0
ba548000-ba560000 rw-p 00000000 00:00 0
ba560000-ba561000 ---p 00000000 00:00 0
ba561000-ba5e1000 rw-p 00000000 00:00 0 [stack:7993]
ba600000-ba621000 rw-p 00000000 00:00 0
ba621000-ba700000 ---p 00000000 00:00 0
ba700000-ba701000 ---p 00000000 00:00 0
ba701000-ba7cc000 rw-p 00000000 00:00 0 [stack:7994]
ba800000-ba821000 rw-p 00000000 00:00 0
ba821000-ba900000 ---p 00000000 00:00 0
ba900000-ba901000 ---p 00000000 00:00 0
ba901000-ba981000 rw-p 00000000 00:00 0 [stack:7995]
baa00000-baa21000 rw-p 00000000 00:00 0
baa21000-bab00000 ---p 00000000 00:00 0
bab00000-bab01000 ---p 00000000 00:00 0
bab01000-bab81000 rw-p 00000000 00:00 0 [stack:7996]
bac00000-bac21000 rw-p 00000000 00:00 0
bac21000-bad00000 ---p 00000000 00:00 0
bad00000-bfa5b000 rw-p 00000000 00:00 0
bfa5b000-bfc17000 r--s 039da000 08:07 4064992 /usr/lib/jvm/java-7-oracle/jre/lib/rt.jar
bfc17000-bfc18000 ---p 00000000 00:00 0
bfc18000-bfc98000 rw-p 00000000 00:00 0 [stack:7997]
bfdd1000-bfdf2000 rw-p 00000000 00:00 0 [stack]
bfe00000-bfea2000 rw-p 00000000 00:00 0
bfea2000-bff00000 ---p 00000000 00:00 0
VM Arguments:
jvm_args: -Xmx1821m
java_command: <unknown>
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=/opt/vagrant/bin:/opt/scala-2.9.2/bin:/home/info4/local/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
SHELL=/bin/zsh
DISPLAY=:0
Signal Handlers:
SIGSEGV: [libjvm.so+0x720eb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x720eb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x5d9d00], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x5d9d00], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x5d9d00], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x5d9d00], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x5d95e0], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGINT: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGTERM: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGQUIT: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
--------------- S Y S T E M ---------------
OS:wheezy/sid
uname:Linux 3.5.0-18-generic #29-Ubuntu SMP Fri Oct 19 10:27:31 UTC 2012 i686
libc:glibc 2.15 NPTL 2.15
rlimit: STACK infinity, CORE 0k, NPROC 47691, NOFILE 4096, AS infinity
load average:0.40 0.99 1.03
/proc/meminfo:
MemTotal: 6119944 kB
MemFree: 2017604 kB
Buffers: 253000 kB
Cached: 1989400 kB
SwapCached: 0 kB
Active: 1686476 kB
Inactive: 1706732 kB
Active(anon): 1180364 kB
Inactive(anon): 481260 kB
Active(file): 506112 kB
Inactive(file): 1225472 kB
Unevictable: 31196 kB
Mlocked: 12800 kB
HighTotal: 5286572 kB
HighFree: 1566412 kB
LowTotal: 833372 kB
LowFree: 451192 kB
SwapTotal: 3905532 kB
SwapFree: 3905532 kB
Dirty: 1620 kB
Writeback: 0 kB
AnonPages: 1180380 kB
Mapped: 709232 kB
Shmem: 505032 kB
Slab: 104916 kB
SReclaimable: 79712 kB
SUnreclaim: 25204 kB
KernelStack: 4632 kB
PageTables: 17720 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 6965504 kB
Committed_AS: 5508716 kB
VmallocTotal: 122880 kB
VmallocUsed: 21200 kB
VmallocChunk: 94324 kB
HardwareCorrupted: 0 kB
AnonHugePages: 313344 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 10232 kB
DirectMap2M: 903168 kB
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 42
model name : Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
stepping : 7
microcode : 0x1b
cpu MHz : 2300.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
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 nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips : 4589.66
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 : 42
model name : Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
stepping : 7
microcode : 0x1b
cpu MHz : 800.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 2
initial apicid : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
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 nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips : 4589.66
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 : 42
model name : Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
stepping : 7
microcode : 0x1b
cpu MHz : 2300.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
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 nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips : 4589.66
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 : 42
model name : Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
stepping : 7
microcode : 0x1b
cpu MHz : 800.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 3
initial apicid : 3
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
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 nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips : 4589.66
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
Memory: 4k page, physical 6119944k(2017604k free), swap 3905532k(3905532k free)
vm_info: Java HotSpot(TM) Server VM (23.5-b02) for linux-x86 JRE (1.7.0_09-b05), built on Sep 24 2012 20:39:16 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
time: Fri Nov 16 06:09:13 2012
elapsed time: 0 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment