[ 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