how to debug SIGSEGV in jvm GCTaskThread

后端 未结 3 831
攒了一身酷
攒了一身酷 2021-01-19 18:24

My application is experiencing cashes in production. The crash dump indicates a SIGSEGV has occurred in GCTaskThread

It uses JNI, so there might be some source for m

3条回答
  •  無奈伤痛
    2021-01-19 18:59

    Use valgrind. This sounds like a memory corruption. The output will be verbose but try to isolate the report to the JNI library if its possible.

提交回复
热议问题