1

当我搜索单词“initial”时,Eclipse 会死掉并关闭它的窗口而没有任何通知(尽管您可以看到找到的条目列表正在显示片刻,然后崩溃)。

我用这个表格搜索:http: //i.imgur.com/jxSph.png

例如,此错误不会影响单词“init”、“initia”、“initial”。

为什么会这样?这绝对不是内存溢出问题,因为我的代码中有大量“首字母”:即使我只搜索字母“a”的所有条目,搜索也能正常工作。是否应该报告错误?

升级版:

在 chrash 时,我在 Eclipse 错误日志视图中找不到任何内容。这是我运行 Eclipse 并让它崩溃时来自控制台的错误日志:

susei@desktop:$ eclipse -debug > ~/eclipse.log
The program 'Eclipse' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 61179 error_code 11 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

eclipse.log 中生成的错误日志似乎不包含任何有趣的信息,除了有关我的文件夹结构和文件的信息:)

4

0 回答 0