1

「初期」という単語を検索すると、Eclipse は終了し、通知なしでウィンドウを閉じます (ただし、見つかったエントリのリストが一瞬表示された後、クラッシュすることがわかります)。

このフォームで検索します: http://i.imgur.com/jxSph.png

このバグは、「init」、「initia」、「initial」などの単語には影響しません。

なぜでしょうか?コードに「イニシャル」が大量に含まれているため、これは間違いなくメモリ オーバーフローの問題ではありません。文字「a」のすべてのエントリを検索するだけでも、検索は正常に機能します。バグレポートする必要がありますか?

更新:

クラッシュ時に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