How do I debug Segfaults occurring in the JVM when it runs my code?

后端 未结 5 1020
青春惊慌失措
青春惊慌失措 2020-12-14 02:46

My Java application has started to crash regularly with a SIGSEGV and a dump of stack data and a load of information in a text file.

I have debugged C programs in gd

5条回答
  •  星月不相逢
    2020-12-14 03:38

    Try to check whether c program carsh which have caused java crash.use valgrind to know invalid and also cross check stack size.

提交回复
热议问题