-
Bug
-
Resolution: Fixed
-
P2
-
hs16
-
b03
-
x86
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2178908 | 7 | Igor Veresov | P2 | Closed | Fixed | b59 |
JDK-2180621 | 6u18 | Igor Veresov | P2 | Closed | Fixed | b01 |
JDK-2178909 | 6u14p | Igor Veresov | P2 | Resolved | Fixed | b03 |
JDK-2177870 | hs15 | Igor Veresov | P2 | Resolved | Fixed | b07 |
During verification of fix for 6838842 we found that vm crashes in fastdebug mode on Fedora 10 and Suse 11.See comments on how to reproduce this.
in product mode it writes:
/net/sqenfs-1.sfbay/export1/comp/vm/jdk/hsx/16/pit/b03/jdk7b59/product/linux-amd64/bin/java
-XX:+UseNUMA -XX:+ForceNUMA -version
mbind: Invalid argument
mbind: Invalid argument
mbind: Invalid argument
mbind: Invalid argument
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b57)
Java HotSpot(TM) 64-Bit Server VM (build
16.0-b03-2009-05-09-025354.et151817.hs16b03, mixed mode)
in fastdebug it crashes (actually, UseNuma is enough, which puzzles me):
/net/sqenfs-1.sfbay/export1/comp/vm/jdk/hsx/16/pit/b03/jdk7b59/fastdebug/linux-amd64/bin/java
-XX:+UseNUMA -XX:+ForceNUMA -version
VM option '+UseNUMA'
VM option '+ForceNUMA'
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fb85fa0ea99, pid=31780, tid=140429896374608
#
# JRE version: 7.0-b57
# Java VM: Java HotSpot(TM) 64-Bit Server VM
(16.0-b03-2009-05-09-025354.et151817.hs16b03-fastdebug mixed mode
linux-amd64 )
# Problematic frame:
# C [libnuma.so.1+0x2a99]
#
# An error report file with more information is saved as:
# /import/gtee/hs_err_pid31780.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
in product mode it writes:
/net/sqenfs-1.sfbay/export1/comp/vm/jdk/hsx/16/pit/b03/jdk7b59/product/linux-amd64/bin/java
-XX:+UseNUMA -XX:+ForceNUMA -version
mbind: Invalid argument
mbind: Invalid argument
mbind: Invalid argument
mbind: Invalid argument
java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b57)
Java HotSpot(TM) 64-Bit Server VM (build
16.0-b03-2009-05-09-025354.et151817.hs16b03, mixed mode)
in fastdebug it crashes (actually, UseNuma is enough, which puzzles me):
/net/sqenfs-1.sfbay/export1/comp/vm/jdk/hsx/16/pit/b03/jdk7b59/fastdebug/linux-amd64/bin/java
-XX:+UseNUMA -XX:+ForceNUMA -version
VM option '+UseNUMA'
VM option '+ForceNUMA'
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fb85fa0ea99, pid=31780, tid=140429896374608
#
# JRE version: 7.0-b57
# Java VM: Java HotSpot(TM) 64-Bit Server VM
(16.0-b03-2009-05-09-025354.et151817.hs16b03-fastdebug mixed mode
linux-amd64 )
# Problematic frame:
# C [libnuma.so.1+0x2a99]
#
# An error report file with more information is saved as:
# /import/gtee/hs_err_pid31780.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
- backported by
-
JDK-2177870 NUMA allocator: crash in fastdebug during startup on Linux
- Resolved
-
JDK-2178909 NUMA allocator: crash in fastdebug during startup on Linux
- Resolved
-
JDK-2178908 NUMA allocator: crash in fastdebug during startup on Linux
- Closed
-
JDK-2180621 NUMA allocator: crash in fastdebug during startup on Linux
- Closed