How to debug a native Java crash on Linux?

后端 未结 3 607
猫巷女王i
猫巷女王i 2021-02-13 05:49

I\'ve seen this question and this article on how to debug a native Java crash. The article is with respect to Windows. What are the equivalent debugging aids on Linux?

3条回答
  •  心在旅途
    2021-02-13 06:25

    Do you really need -Xmx2000000k? Looks like you are only using about 84MB of that.

    My experience is that you really can't reliably go above about 1700MB heap in a 32 bit process space anyway. So, that setting may be causing this problem.

提交回复
热议问题