Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8312014

[s390x] TestSigInfoInHsErrFile.java Failure

XMLWordPrintable

    • b07
    • s390x
    • linux

        Recently TestSigInfoInHsErrFile.java started failing on s390x architecture. It checks for a regex pattern:
        patterns.add(Pattern.compile("siginfo: si_signo: \\d+ \\(SIGSEGV\\), si_code: \\d+ \\(SEGV_.*\\), si_addr: " + crashAddress + ".*"));

        But the string is: siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000000

        si_addr is not matching with regex required si_addr format.

              amitkumar Amit Kumar
              amitkumar Amit Kumar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: