JDK-8030803 : SA-tools can't to attach to core file with message "Error attaching to core file: Can't attach to the core file"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: hs24,6u75,7u60
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2013-12-19
  • Updated: 2014-07-07
  • Resolved: 2014-01-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u60Resolved
Related Reports
Duplicate :  
Relates :  
Description
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
Comments
ILW=MMH=P3, Medium impact as functionality is broken, only affects linux 32bit, no known workaround
14-01-2014

jstack is also affected.
20-12-2013