How serious is the Java7 “Solr/Lucene” bug?

后端 未结 5 1088
不思量自难忘°
不思量自难忘° 2020-12-12 19:06

Apparently Java7 has some nasty bug regarding loop optimization: Google search.

From the reports and bug descriptions I find it hard to judge how significant this bu

5条回答
  •  粉色の甜心
    2020-12-12 19:37

    Simple way to reproduce the bug. Open eclipse (Indigo in my case), and Go to Help/Search. Enter a search string, you will notice that eclipse crashes. Have a look at the log.

    # Problematic frame:
    # J  org.apache.lucene.analysis.PorterStemmer.stem([CII)Z
    #
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    #
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    #
    
    ---------------  T H R E A D  ---------------
    
    Current thread (0x0000000007b79000):  JavaThread "Worker-46" [_thread_in_Java, id=264, stack(0x000000000f380000,0x000000000f480000)]
    
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000002f62bd80e
    
    Registers:
    

提交回复
热议问题