grpc-kotlin
grpc-kotlin copied to clipboard
A fatal error has been detected by the Java Runtime Environment: SIGSEGV
I am using grpc kotlin for a simple client and server application where multiple clients connect to the server to get tests to execute and report results back. Very rarely the server will crash with SIGSEGV. The hs_err_pid file seems to suggest that this is happening at "io.grpc.kotlin.ServerCalls$serverCallListener$requests$1::invokeSuspend".
I looked online and most of similar crashes seemed to have different reasons. The report has link to https://github.com/adoptium/adoptium-support/issues for reports but I thought to consult grpc-kotlin first since it seems the issue happens at "io.grpc.kotlin.ServerCalls$serverCallListener$requests$1::invokeSuspend".
Can anyone let me know what might be going on? Note that this happens somewhere midway through the server. 105 clients connect to the server and after ~2000 tests were scheduled, this crash came in.
Attaching hs_err_pid file: hs_err_pid1248.log
Please let me know if there is a better place to report this.