[Java SE] Crashes with Signal SIGFPE Occur Intermittently at Startup While Initializing a ThreadLocalAllocationBuffer
(Doc ID 3065822.1)
Last updated on JANUARY 06, 2025
Applies to:
Java SE JDK and JRE - Version 8 to 20Information in this document applies to any platform.
Symptoms
A Java application crashes intermittently at startup with a FloatingPointException Signal (SIGFPE) when initializing a ThreadLoacalAllocationBuffer (TLAB) as shown by the following error:
The crash may occur for applications using JNI_CreateJavaVM() to start the JVM.
Changes
In one case, it began occurring after adding operating system (OS) patches. However, any change that can impact the timing at startup enough can trigger the issue.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |