You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/05/14 09:00:29 UTC

[jira] [Commented] (LUCENE-7279) AIOOBE from JapaneseTokenizer

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

ASF subversion and git services commented on LUCENE-7279:
---------------------------------------------------------

Commit 145eaf872b105c7facf30bf29e415a070d0a5946 in lucene-solr's branch refs/heads/branch_6_0 from Mike McCandless
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=145eaf8 ]

LUCENE-7279: add CHANGES


> AIOOBE from JapaneseTokenizer
> -----------------------------
>
>                 Key: LUCENE-7279
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7279
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/analysis
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 6.0.1, master (7.0)
>
>         Attachments: LUCENE-7279.patch
>
>
> On certain Japanese input strings you can hit this:
> {noformat}
> java.lang.ArrayIndexOutOfBoundsException: -1
> 	at __randomizedtesting.SeedInfo.seed([C6752A567B924B1:2B195610610ED60]:0)
> 	at org.apache.lucene.analysis.ja.JapaneseTokenizer.backtrace(JapaneseTokenizer.java:1607)
> 	at org.apache.lucene.analysis.ja.JapaneseTokenizer.parse(JapaneseTokenizer.java:902)
> 	at org.apache.lucene.analysis.ja.JapaneseTokenizer.incrementToken(JapaneseTokenizer.java:479)
> 	at org.apache.lucene.analysis.ja.TestJapaneseTokenizer.testBigDocument(TestJapaneseTokenizer.java:837)
> {noformat}
> I have a patch with a test case and fix.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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