JVM crashes with SIGBUS on systems without swapping and when no space is left in temp dir (/tmp for example).
Example:
> java -version
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGBUS (0x7) at pc=0x400c97fc, pid=5195, tid=1084716176
#
# Java VM: Java HotSpot(TM) Client VM (11.0-b14 mixed mode, sharing linux-xxx)
# Problematic frame:
# C [libc.so.6+0x6c7fc] memset+0x2c
#
Segmentation fault
Example:
> java -version
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGBUS (0x7) at pc=0x400c97fc, pid=5195, tid=1084716176
#
# Java VM: Java HotSpot(TM) Client VM (11.0-b14 mixed mode, sharing linux-xxx)
# Problematic frame:
# C [libc.so.6+0x6c7fc] memset+0x2c
#
Segmentation fault
- duplicates
-
JDK-6447182 temp dir locations should not be hardcoded for hsperfdata_<USER> dirctories
-
- Closed
-
- relates to
-
JDK-7007769 VM crashes with SIGBUS writing PerfData if tmp space is full
-
- Closed
-
-
JDK-6964232 JVM should report an error instead of crashing on systems without swapping and no space left in /tmp
-
- Closed
-