JDK-8209029 : ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!' in jdk-11+25 testing
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_11
  • CPU: generic
  • Submitted: 2018-08-06
  • Updated: 2018-08-09
  • Resolved: 2018-08-07
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 11 JDK 12
11 b26Fixed 12Fixed
Description
After the fix for JDK-8208521 was pushed and during
the jdk-11+25 Thread-SMR stress test cycle, more tests
failed due to:

    Error attaching to process: Can't create thread_db agent!

ProblemListing those tests to reduce the noise in the JDK11 and
JDK12 CI systems.
Comments
$ hg diff diff -r f3e15dcdc333 test/hotspot/jtreg/ProblemList.txt --- a/test/hotspot/jtreg/ProblemList.txt Mon Aug 06 00:46:40 2018 -0700 +++ b/test/hotspot/jtreg/ProblemList.txt Mon Aug 06 16:28:16 2018 -0400 @@ -85,8 +85,10 @@ serviceability/sa/ClhsdbAttach.java 8193639 solaris serviceability/sa/ClhsdbCDSCore.java 8207832 linux-x64 +serviceability/sa/ClhsdbCDSJstackPrintAll.java 8193639 solaris serviceability/sa/ClhsdbField.java 8193639 solaris serviceability/sa/ClhsdbFindPC.java 8193639 solaris +serviceability/sa/ClhsdbFlags.java 8193639 solaris serviceability/sa/ClhsdbInspect.java 8193639 solaris serviceability/sa/ClhsdbJdis.java 8193639 solaris serviceability/sa/ClhsdbJhisto.java 8193639 solaris @@ -113,9 +115,13 @@ serviceability/sa/TestDefaultMethods.java 8193639 solaris serviceability/sa/TestG1HeapRegion.java 8193639 solaris serviceability/sa/TestHeapDumpForInvokeDynamic.java 8193639 solaris +serviceability/sa/TestHeapDumpForLargeArray.java 8193639 solaris +serviceability/sa/TestInstanceKlassSizeForInterface.java 8193639 solaris +serviceability/sa/TestIntConstant.java 8193639 solaris +serviceability/sa/TestJhsdbJstackLock.java 8193639 solaris serviceability/sa/TestRevPtrsForInvokeDynamic.java 8191270 generic-all serviceability/sa/TestType.java 8193639 solaris -serviceability/sa/TestUniverse.java 8193639 solaris +serviceability/sa/TestUniverse.java#id0 8193639 solaris #############################################################################
06-08-2018