On Mon, 3 Jun 2024 14:38:03 GMT, Alexey Semenyuk <asemen...@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