[ https://issues.apache.org/jira/browse/LUCENE-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13833990#comment-13833990 ]
Dawid Weiss commented on LUCENE-5212: ------------------------------------- We inspected the code with Robert Muir and came to the conclusion that this bug may also affect SSE machines. Since hotspot code is very complex I also contacted Vladimir and he kindly replied that yes, this is the case. {quote} And you are correct the problem also affects SSE for which we can generate 16 bytes vectors which are larger then 8 bytes stack frame alignment we have. Actually in the bug there were only 16 bytes vectors max. I think it may be related to register masks we use on AVX machine, they are larger to be able map 32 bytes vectors. But again with SSE and 16 bytes vectors you can hit the same 8024830 problem but may be much less frequent. {quote} > java 7u40 causes sigsegv and corrupt term vectors > ------------------------------------------------- > > Key: LUCENE-5212 > URL: https://issues.apache.org/jira/browse/LUCENE-5212 > Project: Lucene - Core > Issue Type: Bug > Reporter: Robert Muir > Attachments: crashFaster.patch, crashFaster2.0.patch, > hs_err_pid32714.log, jenkins.txt > > -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org