RFR: 8331977: Crash: SIGSEGV in dlerror()
Alexey Semenyuk
asemenyuk at openjdk.org
Tue Jun 4 12:53:12 UTC 2024
On Tue, 4 Jun 2024 06:43:12 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> If I read JDK-8269403 correctly then there is an issue somewhere that hasn't been diagnosed.
Correct.
> A workaround has been put in to "re-run" when there is a crash, thus hiding the issue.
Correct.
> Are there follow-up issues created in JBS to continue the hunt for the original crash?
The issue was first reported in [JDK-8263466](https://bugs.openjdk.org/browse/JDK-8263466). It was "fixed" by rerunning the launcher. The fix didn't cover all the scenarios of launcher executions in jpackage tests. One of these uncovered scenarios caused the issue of this PR.
We already have [JDK-8263466](https://bugs.openjdk.org/browse/JDK-8263466) to find the original crash.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19502#issuecomment-2147454916
More information about the core-libs-dev
mailing list