[ 
https://issues.apache.org/jira/browse/LUCENE-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13069952#comment-13069952
 ] 

Uwe Schindler commented on LUCENE-3335:
---------------------------------------

{noformat}
[junit] Testsuite: org.apache.lucene.analysis.en.TestPorterStemFilter
[junit] #
[junit] # A fatal error has been detected by the Java Runtime Environment:
[junit] #
[junit] #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000002348faf, 
pid=11080, tid=10288
[junit] #
[junit] # JRE version: 7.0-b147
[junit] # Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0-b17 mixed mode 
windows-amd64 compressed oops)
[junit] # Problematic frame:
[junit] # J  org.apache.lucene.analysis.en.PorterStemFilter.incrementToken()Z
[junit] #
[junit] # Failed to write core dump. Minidumps are not enabled by default on 
client versions of Windows
[junit] #
[junit] # An error report file with more information is saved as:
[junit] # C:\Users\Uwe 
Schindler\Projects\lucene\trunk-lusolr3\modules\analysis\build\common\test\1\hs_err_pid11080.log
[junit] #
[junit] # If you would like to submit a bug report, please visit:
[junit] #   http://bugreport.sun.com/bugreport/crash.jsp
[junit] #
[junit] Test org.apache.lucene.analysis.en.TestPorterStemFilter FAILED (crashed)
{noformat}

On each run, the problematic frame is different, sometimes incrementToken, 
sometimes BaseTokenStreamTestcase.assertTokenStreamContents, sometimes 
PorterStemmer.stem().

Somehow hotspot corrupts itsself.

> jrebug causes porter stemmer to sigsegv
> ---------------------------------------
>
>                 Key: LUCENE-3335
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3335
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>
> happens easily on java7: ant test -Dtestcase=TestPorterStemmer 
> -Dtests.iter=100
> might happen on 1.6.0_u26 too, a user reported something that looks like the 
> same bug already:
> http://www.lucidimagination.com/search/document/3beaa082c4d2fdd4/porterstemfilter_kills_jvm

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to