【发布时间】:2013-06-23 11:18:37
【问题描述】:
有时当我运行某些东西时,日食会说一件奇怪的事情:
eclipse(1414,0x113f48000) malloc: *** error for object 0x60000284c0f0: Heap corruption
detected, free list canary is damaged
*** set a breakpoint in malloc_error_break to debug
我在网上搜索了这个错误,但没有出现 我不明白如何解决这个问题
我正在使用:
Eclipse Java EE IDE for Web Developers.
Version: Juno Service Release 2
Build id: 20130225-0426
在 OSX 上
这与代码无关,它只是在我运行 java 程序或 junit 或服务器时发生,与代码本身无关
【问题讨论】:
-
-Xmx 和 -Xms 都在 eclipse.ini 中
标签: java eclipse heap-corruption