JDK-8220032 : vmTestbase/nsk/jdi test timeout with debuggee exiting
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 13
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-03-03
  • Updated: 2024-01-29
  • Resolved: 2019-05-01
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 13
13Resolved
Related Reports
Duplicate :  
Description
debugee.stderr> Class nsk.share.jdi.TestClass1 was not unloaded
debugee.stderr> Debuggee nsk.jdi.ObjectReference.referringObjects.referringObjects002.referringObjects002a : sending the command: ready
debugee.stderr> Debuggee: received the command: unloadClass:nsk.share.jdi.TestClass1
debugee.stderr> Debuggee nsk.jdi.ObjectReference.referringObjects.referringObjects002.referringObjects002a : sending the command: ready
debugee.stderr> Debuggee: received the command: quit
debugee.stderr> Debuggee: exiting
Timeout refired 1200 times
# ERROR: TEST FAILED: debuggee's process finished with status: 134
Comments
OutOfMemory followed by timeout is consistent with JDK-8218700
01-05-2019

vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java failed with similar symptoms: debugee.stderr> Debuggee: received the command: quit debugee.stderr> Debuggee: exiting Timeout refired 1200 times # ERROR: TEST FAILED: debuggee's process finished with status: 134 The following stacktrace is for failure analysis. nsk.share.TestFailure: TEST FAILED: debuggee's process finished with status: 134
12-04-2019