-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIGSEGV (0xb) at pc=0x4c8d4804e0c148f6, pid=46732, tid=0x00007faba7690700 #506
Comments
Could you please help on this |
Hi @anup60, In the hs_err file I see libraries which are not a part of corretto:
Does you application or any your libraries use JNI? The crash might be originated from the native code. |
Hi @eastig, Thankyou for the update. When i debug using gdb I could see the failure is happening with the below library [Thread debugging using libthread_db enabled] Thread 48 "Thread-3" received signal SIGSEGV, Segmentation fault. Thread 48 "Thread-3" received signal SIGSEGV, Segmentation fault. Thread 48 "Thread-3" received signal SIGSEGV, Segmentation fault. Thread 48 "Thread-3" received signal SIGABRT, Aborted. |
Hi @eastig, Please see some more information. Here we build this application in 32-bit java 1.8 jdk Java(TM) SE Runtime Environment (build 1.8.0_201-b09) and we run this application in 64 bit amazon corretto jvm openjdk version "1.8.0_382" Is there any compatibility issue here |
Nope. BTW, you are using a very old build of Corretto 8: 8.382.05.1. The latest is 8.412.08.1. Can you try the latest one? |
Hi @eastig, I am getting the same error. I am using Here is the log file: hs_err_pid2525.log |
Hi @apancorb,
Can you make |
Thank you for taking the time to help improve OpenJDK and Corretto.
If your request concerns a security vulnerability then please report it by email to [email protected] instead of here. (You can find more information regarding security issues at https://aws.amazon.com/security/vulnerability-reporting/.)
Otherwise, if your issue concerns OpenJDK 8 and is not specific to Corretto 8 we ask that you raise it to the OpenJDK community. Depending on your contributor status for OpenJDK, please use the JDK bug system or the appropriate mailing list for the given problem area or update project jdk8u-dev.
If your issue is specific to Corretto 8,
then you are in the right place.
Please proceed with the following.
hs_err_pid12346.log
Additional context
Add any other context about the problem here.
For VM crashes, please attach the error report file. By default the file name is
hs_err_pidpid.log
, where pid is the process ID of the process.The text was updated successfully, but these errors were encountered: