[jdk8u-dev] RFR: 8079441: Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]" (0x406d1388)
Andrew John Hughes
andrew at openjdk.org
Mon Feb 19 17:20:20 UTC 2024
On Mon, 19 Feb 2024 15:07:37 GMT, Frederic Thevenet <fthevenet at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [b1c82624](https://github.com/openjdk/jdk11u-dev/commit/b1c82624b9a700c74339139dee096b07c46db854) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
>
> The commit being backported was authored by Robbin Ehn on Jan 11, 2017 and was reviewed by Ioi Lam and Thomas Stuefe.
>
> Thanks!
A rare clean backport for 8u!
Though the original patch is over seven years old, I think we are seeing this failure more due to [JDK-8073464](https://bugs.openjdk.org/browse/JDK-8073464) in 8u362. It added a call to `set_native_thread_name` into the initialisation of named threads, which increases the likelihood of that function being called on Windows without a debugger attached. The comment above the suggested change actually mentions needing a debugger attached, but nothing in the code prior to this patch actually requires it!
You can safely ignore the CAcert failures. I've seen them on other PRs and they are something we need to dig into and fix.
-------------
Marked as reviewed by andrew (Reviewer).
PR Review: https://git.openjdk.org/jdk8u-dev/pull/448#pullrequestreview-1888909665
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/448#issuecomment-1952898896
More information about the jdk8u-dev
mailing list