Bug 1015793

Summary: JVM crashes while remote debugging with eclipse
Product: [Fedora] Fedora Reporter: Thomas Meyer <thomas.mey>
Component: java-1.7.0-openjdkAssignee: jiri vanek <jvanek>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: ahughes, dbhole, jerboaa, jvanek, omajid
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-31 11:08:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
java's crash handler error log none

Description Thomas Meyer 2013-10-05 14:42:45 UTC
Created attachment 808161 [details]
java's crash handler error log

Description of problem:
I wanted to debug a icedtea-web problem and started the program with the option "ICEDTEAPLUGIN_DEBUG=suspend firefox". Then I did attach with eclipse's debugging facility to the target JVM and after some debugging the icedtea-web JVM crashes.
see attached hs_err.log file for more details.

Version-Release number of selected component (if applicable):
1.7.0.60-2.4.2.5.fc19.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Deepak Bhole 2013-10-11 19:45:45 UTC
Assigning to Jiri.

Is this reproducible by the way? The trace makes it sound like port 8787 could not be recerved and that's why the JVM crashed. If the port is indeed in use, the crash is expected.

Comment 2 Thomas Meyer 2013-12-31 11:08:54 UTC
That ("The trace makes it sound like port 8787 could not be recerved and that's why the JVM crashed.") was exactly the case! Sorry for the noise.