当我搜索某些特定单词时,Eclipse会崩溃

时间:2012-09-06 05:52:45

标签: eclipse

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

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

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

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

UPD:

我在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中生成的错误日志似乎不包含任何有趣的内容,除了有关我的文件夹结构和文件的信息:)

0 个答案:

没有答案