You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-dev@lucene.apache.org by "Greg Bowyer (Created) (JIRA)" <ji...@apache.org> on 2011/11/08 01:24:51 UTC

[jira] [Created] (PYLUCENE-11) SigSEGV returning a Term from inside a python iterator

SigSEGV returning a Term from inside a python iterator
------------------------------------------------------

                 Key: PYLUCENE-11
                 URL: https://issues.apache.org/jira/browse/PYLUCENE-11
             Project: PyLucene
          Issue Type: Bug
         Environment: Pylucene-3.3-py2.7
            Reporter: Greg Bowyer
            Priority: Minor


The attached script will SIGSEGV pylucene everytime

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (PYLUCENE-11) SigSEGV returning a Term from inside a python iterator

Posted by "Greg Bowyer (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PYLUCENE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146024#comment-13146024 ] 

Greg Bowyer commented on PYLUCENE-11:
-------------------------------------

It might be numeric terms in the index, (it might be my environment)

I will try to get a small test index built

-XX:+UseCompressedOops is not a lucene corrupting flag, it is to reduce 
the overhead of a small (say < 4G) heap on a 64bit machine, that is it 
makes java Ordinary Object Pointers not the full native word size for 
the machine, saving space in the heap.

We have been running -XX:+UseCompressedOops for a long time in 
production with no ill effects (there its Solr/Lucene not pylucene)



                
> SigSEGV returning a Term from inside a python iterator
> ------------------------------------------------------
>
>                 Key: PYLUCENE-11
>                 URL: https://issues.apache.org/jira/browse/PYLUCENE-11
>             Project: PyLucene
>          Issue Type: Bug
>         Environment: Pylucene-3.3-py2.7
>            Reporter: Greg Bowyer
>            Priority: Minor
>         Attachments: attribute-lucene-munge.py, backtrace, hs_err_pid18188.log, hs_err_pid18548.log, hs_err_pid19737.log
>
>
> The attached script will SIGSEGV pylucene everytime

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (PYLUCENE-11) SigSEGV returning a Term from inside a python iterator

Posted by "Andi Vajda (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PYLUCENE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146021#comment-13146021 ] 

Andi Vajda commented on PYLUCENE-11:
------------------------------------

With an index of mine, I cannot reproduce this bug.
Could you please attach a small index that reproduces this ?
(or send me a link where I could download a not so small index from ?

What is this flag: -XX:+UseCompressedOops ?
I seem to remember reading somewhere that there are crashes in Lucene with these flags in early Java 1.7 releases (I could be wrong about this particular flag).
Does your script still crash without that flag ?

                
> SigSEGV returning a Term from inside a python iterator
> ------------------------------------------------------
>
>                 Key: PYLUCENE-11
>                 URL: https://issues.apache.org/jira/browse/PYLUCENE-11
>             Project: PyLucene
>          Issue Type: Bug
>         Environment: Pylucene-3.3-py2.7
>            Reporter: Greg Bowyer
>            Priority: Minor
>         Attachments: attribute-lucene-munge.py, backtrace, hs_err_pid18188.log, hs_err_pid18548.log, hs_err_pid19737.log
>
>
> The attached script will SIGSEGV pylucene everytime

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (PYLUCENE-11) SigSEGV returning a Term from inside a python iterator

Posted by "Greg Bowyer (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PYLUCENE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Bowyer updated PYLUCENE-11:
--------------------------------

    Attachment: backtrace
                hs_err_pid18188.log
                hs_err_pid18548.log
                attribute-lucene-munge.py
                hs_err_pid19737.log

Script and some HS_ERR files, and backtraces taken from my personal core_dump handler

I can provide cores but they are too big to upload to jira
                
> SigSEGV returning a Term from inside a python iterator
> ------------------------------------------------------
>
>                 Key: PYLUCENE-11
>                 URL: https://issues.apache.org/jira/browse/PYLUCENE-11
>             Project: PyLucene
>          Issue Type: Bug
>         Environment: Pylucene-3.3-py2.7
>            Reporter: Greg Bowyer
>            Priority: Minor
>         Attachments: attribute-lucene-munge.py, backtrace, hs_err_pid18188.log, hs_err_pid18548.log, hs_err_pid19737.log
>
>
> The attached script will SIGSEGV pylucene everytime

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira