-
Bug
-
Resolution: Duplicate
-
P3
-
hs24, 6u75, 7u60
jmap failed to attach to core file with message "Error attaching to core file: Can't attach to the core file" with latest 7u60 builds.
Issue could be reproduced with linux-i586 bundles.
$JAVA_HOME/bin/java Test &
kill -11 $!
$JAVA_HOME/bin/jmap $JAVA_HOME/bin/java ./core
Attaching to core core from executable /blablabla/linux-i586/bin/java, please wait...
Error attaching to core file: Can't attach to the core file
Issue could be reproduced with linux-i586 bundles.
$JAVA_HOME/bin/java Test &
kill -11 $!
$JAVA_HOME/bin/jmap $JAVA_HOME/bin/java ./core
Attaching to core core from executable /blablabla/linux-i586/bin/java, please wait...
Error attaching to core file: Can't attach to the core file
- duplicates
-
JDK-8025812 tmtools/jmap/heap_config tests fail on Linux-ia32 because it 'Can't attach to the core file'
- Resolved
- relates to
-
JDK-7133122 SA throws sun.jvm.hotspot.debugger.UnmappedAddressException when it should not
- Resolved