RFR: 8331977: Crash: SIGSEGV in dlerror()
Alan Bateman
alanb at openjdk.org
Tue Jun 4 06:46:17 UTC 2024
On Mon, 3 Jun 2024 14:38:03 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
>> I am yet to see anything that actually explains the cause of the `dlerror` crash here ???
>
> @dholmes-ora there is no fix for the cause of the `dlerror` crash in this PR. The PR fixes jpackage tests to rerun a launcher if it crashes. This workaround for jpackage tests was first introduced in [JDK-8269403](https://bugs.openjdk.org/browse/JDK-8269403) fix but MainClassTest was left unfixed back then. This PR complements [JDK-8269403](https://bugs.openjdk.org/browse/JDK-8269403).
@alexeysemenyukoracle If I read JDK-8269403 correctly then there is an issue somewhere that hasn't been diagnosed. A workaround has been put in to "re-run" when there is a crash, thus hiding the issue. Are there follow-up issues created in JBS to continue the hunt for the original crash?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19502#issuecomment-2146731836
More information about the core-libs-dev
mailing list