You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2007/07/05 19:29:04 UTC

[jira] Commented: (LUCENE-951) PATCH MultiLevelSkipListReader NullPointerException

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

Yonik Seeley commented on LUCENE-951:
-------------------------------------

Interesting... I wonder why none of our current tests hit this bug.

> PATCH MultiLevelSkipListReader NullPointerException
> ---------------------------------------------------
>
>                 Key: LUCENE-951
>                 URL: https://issues.apache.org/jira/browse/LUCENE-951
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 2.2
>            Reporter: Rich Johnson
>         Attachments: MultiLevelSkipListReader.patch
>
>
>  When Reconstructing Document Using Luke Tool, received NullPointerException.
> java.lang.NullPointerException
>         at org.apache.lucene.index.MultiLevelSkipListReader.loadSkipLevels(MultiLevelSkipListReader.java:188)
>         at org.apache.lucene.index.MultiLevelSkipListReader.skipTo(MultiLevelSkipListReader.java:97)
>         at org.apache.lucene.index.SegmentTermDocs.skipTo(SegmentTermDocs.java:164)
>         at org.getopt.luke.Luke$2.run(Unknown Source)
> Luke version 0.7.1
> I emailed with Luke author Andrzej Bialecki and he suggested the attached patch file which fixed the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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