Mailing List Archive

Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build # 34604 - Failure!
JVM failure (on JDK 17.0.2!).

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fe6a986f711, pid=1132974, tid=1137900
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.2+8 (17.0.2+8)
(build 17.0.2+8)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (17.0.2+8, mixed
mode, sharing, tiered, compressed class ptrs, parallel gc,
linux-amd64)
# Problematic frame:
# V [libjvm.so+0xad6711]
PhaseIdealLoop::build_loop_late_post_work(Node*, bool)+0x101
#
# No core dump will be written. Core dumps have been disabled. To
enable core dumping, try "ulimit -c unlimited" before starting Java
again
#
# An error report file with more information is saved as:
# /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/hs_err_pid1132974.log
#
# Compiler replay data is saved as:
# /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/replay_pid1132974.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
#



On Mon, May 16, 2022 at 12:30 AM Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/34604/
> Java: 64bit/jdk-17.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC
>
> All tests passed
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org
RE: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build # 34604 - Failure! [ In reply to ]
That’s again the same bug we have already seen in facet module:

https://bugs.openjdk.java.net/browse/JDK-8283386?focusedCommentId=14496153 <https://bugs.openjdk.java.net/browse/JDK-8283386?focusedCommentId=14496153&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14496153> &page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14496153



It’s a bad one and already exists in JDK 17 GA.

Uwe



-----

Uwe Schindler

Achterdiek 19, D-28357 Bremen

https://www.thetaphi.de

eMail: uwe@thetaphi.de



From: Dawid Weiss <dawid.weiss@gmail.com>
Sent: Monday, May 16, 2022 8:19 AM
To: Lucene Dev <dev@lucene.apache.org>
Cc: builds@lucene.apache.org
Subject: Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build # 34604 - Failure!





JVM failure (on JDK 17.0.2!).

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fe6a986f711, pid=1132974, tid=1137900
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.2+8 (17.0.2+8) (build 17.0.2+8)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (17.0.2+8, mixed mode, sharing, tiered, compressed class ptrs, parallel gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0xad6711] PhaseIdealLoop::build_loop_late_post_work(Node*, bool)+0x101
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/hs_err_pid1132974.log
#
# Compiler replay data is saved as:
# /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/replay_pid1132974.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
#





On Mon, May 16, 2022 at 12:30 AM Policeman Jenkins Server <jenkins@thetaphi.de <mailto:jenkins@thetaphi.de> > wrote:

Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/34604/
Java: 64bit/jdk-17.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

All tests passed

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org <mailto:builds-unsubscribe@lucene.apache.org>
For additional commands, e-mail: builds-help@lucene.apache.org <mailto:builds-help@lucene.apache.org>
Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build # 34604 - Failure! [ In reply to ]
Hi Uwe,

Thanks for sharing an example of the for loop in the facet code here.

I have been working on some facet code changes recently and have seen this
kind of iterator-based loop several times. I can open a Jira issue and
submit a PR to change these for loops in the facet module.

Best,
Yuting Gan

On Mon, May 16, 2022 at 2:09 AM Uwe Schindler <uwe@thetaphi.de> wrote:

> That’s again the same bug we have already seen in facet module:
>
>
> https://bugs.openjdk.java.net/browse/JDK-8283386?focusedCommentId=14496153&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14496153
>
>
>
> It’s a bad one and already exists in JDK 17 GA.
>
> Uwe
>
>
>
> -----
>
> Uwe Schindler
>
> Achterdiek 19, D-28357 Bremen
>
> https://www.thetaphi.de
>
> eMail: uwe@thetaphi.de
>
>
>
> *From:* Dawid Weiss <dawid.weiss@gmail.com>
> *Sent:* Monday, May 16, 2022 8:19 AM
> *To:* Lucene Dev <dev@lucene.apache.org>
> *Cc:* builds@lucene.apache.org
> *Subject:* Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build #
> 34604 - Failure!
>
>
>
>
>
> JVM failure (on JDK 17.0.2!).
>
> #
>
> # A fatal error has been detected by the Java Runtime Environment:
>
> #
>
> # SIGSEGV (0xb) at pc=0x00007fe6a986f711, pid=1132974, tid=1137900
>
> #
>
> # JRE version: OpenJDK Runtime Environment Temurin-17.0.2+8 (17.0.2+8) (build 17.0.2+8)
>
> # Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (17.0.2+8, mixed mode, sharing, tiered, compressed class ptrs, parallel gc, linux-amd64)
>
> # Problematic frame:
>
> # V [libjvm.so+0xad6711] PhaseIdealLoop::build_loop_late_post_work(Node*, bool)+0x101
>
> #
>
> # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
>
> #
>
> # An error report file with more information is saved as:
>
> # /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/hs_err_pid1132974.log
>
> #
>
> # Compiler replay data is saved as:
>
> # /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/replay_pid1132974.log
>
> #
>
> # If you would like to submit a bug report, please visit:
>
> # https://github.com/adoptium/adoptium-support/issues
>
> #
>
>
>
>
>
> On Mon, May 16, 2022 at 12:30 AM Policeman Jenkins Server <
> jenkins@thetaphi.de> wrote:
>
> Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/34604/
> Java: 64bit/jdk-17.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC
>
> All tests passed
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org
>
>
RE: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build # 34604 - Failure! [ In reply to ]
Hi,



Those loops are fine, the problem is a bug in optimization of Hotspot, it is clearly a problem with JDK 17+ which is currently to be fixed. There is NOTHING to change in Lucene.



Uwe



-----

Uwe Schindler

Achterdiek 19, D-28357 Bremen

https://www.thetaphi.de

eMail: uwe@thetaphi.de



From: Yuti G <gan.yuti@gmail.com>
Sent: Monday, May 16, 2022 6:48 PM
To: dev@lucene.apache.org
Subject: Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build # 34604 - Failure!



Hi Uwe,



Thanks for sharing an example of the for loop in the facet code here.



I have been working on some facet code changes recently and have seen this kind of iterator-based loop several times. I can open a Jira issue and submit a PR to change these for loops in the facet module.



Best,

Yuting Gan



On Mon, May 16, 2022 at 2:09 AM Uwe Schindler <uwe@thetaphi.de <mailto:uwe@thetaphi.de> > wrote:

That’s again the same bug we have already seen in facet module:

https://bugs.openjdk.java.net/browse/JDK-8283386?focusedCommentId=14496153 <https://bugs.openjdk.java.net/browse/JDK-8283386?focusedCommentId=14496153&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14496153> &page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14496153



It’s a bad one and already exists in JDK 17 GA.

Uwe



-----

Uwe Schindler

Achterdiek 19, D-28357 Bremen

https://www.thetaphi.de

eMail: uwe@thetaphi.de <mailto:uwe@thetaphi.de>



From: Dawid Weiss <dawid.weiss@gmail.com <mailto:dawid.weiss@gmail.com> >
Sent: Monday, May 16, 2022 8:19 AM
To: Lucene Dev <dev@lucene.apache.org <mailto:dev@lucene.apache.org> >
Cc: builds@lucene.apache.org <mailto:builds@lucene.apache.org>
Subject: Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build # 34604 - Failure!





JVM failure (on JDK 17.0.2!).

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fe6a986f711, pid=1132974, tid=1137900
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.2+8 (17.0.2+8) (build 17.0.2+8)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (17.0.2+8, mixed mode, sharing, tiered, compressed class ptrs, parallel gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0xad6711] PhaseIdealLoop::build_loop_late_post_work(Node*, bool)+0x101
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/hs_err_pid1132974.log
#
# Compiler replay data is saved as:
# /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/replay_pid1132974.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
#





On Mon, May 16, 2022 at 12:30 AM Policeman Jenkins Server <jenkins@thetaphi.de <mailto:jenkins@thetaphi.de> > wrote:

Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/34604/
Java: 64bit/jdk-17.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

All tests passed

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org <mailto:builds-unsubscribe@lucene.apache.org>
For additional commands, e-mail: builds-help@lucene.apache.org <mailto:builds-help@lucene.apache.org>
Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build # 34604 - Failure! [ In reply to ]
Thank you so much for clarifying!

Yuting

On Mon, May 16, 2022 at 10:08 AM Uwe Schindler <uwe@thetaphi.de> wrote:

> Hi,
>
>
>
> Those loops are fine, the problem is a bug in optimization of Hotspot, it
> is clearly a problem with JDK 17+ which is currently to be fixed. There is
> NOTHING to change in Lucene.
>
>
>
> Uwe
>
>
>
> -----
>
> Uwe Schindler
>
> Achterdiek 19, D-28357 Bremen
> <https://www.google.com/maps/search/Achterdiek+19,+D-28357+Bremen?entry=gmail&source=g>
>
> https://www.thetaphi.de
>
> eMail: uwe@thetaphi.de
>
>
>
> *From:* Yuti G <gan.yuti@gmail.com>
> *Sent:* Monday, May 16, 2022 6:48 PM
> *To:* dev@lucene.apache.org
> *Subject:* Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build #
> 34604 - Failure!
>
>
>
> Hi Uwe,
>
>
>
> Thanks for sharing an example of the for loop in the facet code here.
>
>
>
> I have been working on some facet code changes recently and have seen this
> kind of iterator-based loop several times. I can open a Jira issue and
> submit a PR to change these for loops in the facet module.
>
>
>
> Best,
>
> Yuting Gan
>
>
>
> On Mon, May 16, 2022 at 2:09 AM Uwe Schindler <uwe@thetaphi.de> wrote:
>
> That’s again the same bug we have already seen in facet module:
>
>
> https://bugs.openjdk.java.net/browse/JDK-8283386?focusedCommentId=14496153&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14496153
>
>
>
> It’s a bad one and already exists in JDK 17 GA.
>
> Uwe
>
>
>
> -----
>
> Uwe Schindler
>
> Achterdiek 19, D-28357 Bremen
> <https://www.google.com/maps/search/Achterdiek+19,+D-28357+Bremen?entry=gmail&source=g>
>
> https://www.thetaphi.de
>
> eMail: uwe@thetaphi.de
>
>
>
> *From:* Dawid Weiss <dawid.weiss@gmail.com>
> *Sent:* Monday, May 16, 2022 8:19 AM
> *To:* Lucene Dev <dev@lucene.apache.org>
> *Cc:* builds@lucene.apache.org
> *Subject:* Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build #
> 34604 - Failure!
>
>
>
>
>
> JVM failure (on JDK 17.0.2!).
>
> #
>
> # A fatal error has been detected by the Java Runtime Environment:
>
> #
>
> # SIGSEGV (0xb) at pc=0x00007fe6a986f711, pid=1132974, tid=1137900
>
> #
>
> # JRE version: OpenJDK Runtime Environment Temurin-17.0.2+8 (17.0.2+8) (build 17.0.2+8)
>
> # Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (17.0.2+8, mixed mode, sharing, tiered, compressed class ptrs, parallel gc, linux-amd64)
>
> # Problematic frame:
>
> # V [libjvm.so+0xad6711] PhaseIdealLoop::build_loop_late_post_work(Node*, bool)+0x101
>
> #
>
> # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
>
> #
>
> # An error report file with more information is saved as:
>
> # /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/hs_err_pid1132974.log
>
> #
>
> # Compiler replay data is saved as:
>
> # /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/replay_pid1132974.log
>
> #
>
> # If you would like to submit a bug report, please visit:
>
> # https://github.com/adoptium/adoptium-support/issues
>
> #
>
>
>
>
>
> On Mon, May 16, 2022 at 12:30 AM Policeman Jenkins Server <
> jenkins@thetaphi.de> wrote:
>
> Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/34604/
> Java: 64bit/jdk-17.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC
>
> All tests passed
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org
>
>
Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build # 34604 - Failure! [ In reply to ]
>
> the problem is a bug in optimization of Hotspot, it is clearly a problem
> with JDK 17+ which is currently to be fixed.
>

I see that https://bugs.openjdk.java.net/browse/JDK-8283386
<https://bugs.openjdk.java.net/browse/JDK-8283386?focusedCommentId=14496153&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14496153>
is
marked as duplicate of https://bugs.openjdk.org/browse/JDK-8275610. A
client has a JVM failure on JDK 17.0.3 that matches
PhaseIdealLoop::build_loop_late_post_work.

Is that failure now tracked under
https://bugs.openjdk.org/browse/JDK-8285835? I noticed that the JDK-8285835
only list 18, 19, 20 as the affected versions. Is it possible that the
metadata wasn't updated to include JDK 17 when JDK-8283386 was closed?

Kevin Risden


On Mon, May 16, 2022 at 1:08 PM Uwe Schindler <uwe@thetaphi.de> wrote:

> Hi,
>
>
>
> Those loops are fine, the problem is a bug in optimization of Hotspot, it
> is clearly a problem with JDK 17+ which is currently to be fixed. There is
> NOTHING to change in Lucene.
>
>
>
> Uwe
>
>
>
> -----
>
> Uwe Schindler
>
> Achterdiek 19, D-28357 Bremen
>
> https://www.thetaphi.de
>
> eMail: uwe@thetaphi.de
>
>
>
> *From:* Yuti G <gan.yuti@gmail.com>
> *Sent:* Monday, May 16, 2022 6:48 PM
> *To:* dev@lucene.apache.org
> *Subject:* Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build #
> 34604 - Failure!
>
>
>
> Hi Uwe,
>
>
>
> Thanks for sharing an example of the for loop in the facet code here.
>
>
>
> I have been working on some facet code changes recently and have seen this
> kind of iterator-based loop several times. I can open a Jira issue and
> submit a PR to change these for loops in the facet module.
>
>
>
> Best,
>
> Yuting Gan
>
>
>
> On Mon, May 16, 2022 at 2:09 AM Uwe Schindler <uwe@thetaphi.de> wrote:
>
> That’s again the same bug we have already seen in facet module:
>
>
> https://bugs.openjdk.java.net/browse/JDK-8283386?focusedCommentId=14496153&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14496153
>
>
>
> It’s a bad one and already exists in JDK 17 GA.
>
> Uwe
>
>
>
> -----
>
> Uwe Schindler
>
> Achterdiek 19, D-28357 Bremen
>
> https://www.thetaphi.de
>
> eMail: uwe@thetaphi.de
>
>
>
> *From:* Dawid Weiss <dawid.weiss@gmail.com>
> *Sent:* Monday, May 16, 2022 8:19 AM
> *To:* Lucene Dev <dev@lucene.apache.org>
> *Cc:* builds@lucene.apache.org
> *Subject:* Re: [JENKINS] Lucene-main-Linux (64bit/jdk-17.0.2) - Build #
> 34604 - Failure!
>
>
>
>
>
> JVM failure (on JDK 17.0.2!).
>
> #
>
> # A fatal error has been detected by the Java Runtime Environment:
>
> #
>
> # SIGSEGV (0xb) at pc=0x00007fe6a986f711, pid=1132974, tid=1137900
>
> #
>
> # JRE version: OpenJDK Runtime Environment Temurin-17.0.2+8 (17.0.2+8) (build 17.0.2+8)
>
> # Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.2+8 (17.0.2+8, mixed mode, sharing, tiered, compressed class ptrs, parallel gc, linux-amd64)
>
> # Problematic frame:
>
> # V [libjvm.so+0xad6711] PhaseIdealLoop::build_loop_late_post_work(Node*, bool)+0x101
>
> #
>
> # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
>
> #
>
> # An error report file with more information is saved as:
>
> # /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/hs_err_pid1132974.log
>
> #
>
> # Compiler replay data is saved as:
>
> # /home/jenkins/workspace/Lucene-main-Linux/lucene/codecs/build/tmp/tests-cwd/replay_pid1132974.log
>
> #
>
> # If you would like to submit a bug report, please visit:
>
> # https://github.com/adoptium/adoptium-support/issues
>
> #
>
>
>
>
>
> On Mon, May 16, 2022 at 12:30 AM Policeman Jenkins Server <
> jenkins@thetaphi.de> wrote:
>
> Build: https://jenkins.thetaphi.de/job/Lucene-main-Linux/34604/
> Java: 64bit/jdk-17.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC
>
> All tests passed
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org
>
>