[
https://issues.apache.org/jira/browse/LUCENE-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679724#comment-14679724
]
Dawid Weiss commented on LUCENE-6725:
-------------------------------------
Hi Jan. Well, if you can run Lucene tests from the 5.x branch (and trunk) it'd
be nice to know they pass (or fail). Should the tests fail, try to re-run them
with the same "randomization seed" -- the full repro line is typically printed
when a failure happens (not in Lucene 3.5 though).
If something is reproducible, we'd definitely want to know about it (and so
would probably the JVM folks). hotspot logs and test output logs would be very
handy (so tee them to a file, if you can).
If you have time, a full run is great:
{code}
ant test
{code}
If you don't, then just the core tests should also do:
{code}
cd core
ant test
{code}
> Reindex crashes the JVM
> -----------------------
>
> Key: LUCENE-6725
> URL: https://issues.apache.org/jira/browse/LUCENE-6725
> Project: Lucene - Core
> Issue Type: Bug
> Components: core/index
> Affects Versions: 3.5
> Environment: Solaris 10 1/13 (Update 11) Patchset applied.
> Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
> CPU:total 64 v9, popc, vis1, vis2, vis3, blk_init, cbcond, sun4v, niagara_plus
> Memory: 8k page, physical 25165824k(3240848k free)
> vm_info: Java HotSpot(TM) 64-Bit Server VM (24.75-b04) for solaris-sparc JRE
> (1.7.0_75-b13)
> Reporter: Jan Eerdekens
> Priority: Minor
> Attachments: hs_err_pid18938.log, lucene-3.5-ant-test-results.txt
>
>
> We're using Liferay which uses Lucene behind the screens to index things like
> documents, web content, users, etc... . When we trigger a full reindex via
> the Liferay Control Panel, which uses IndexWriter.deleteAll(), the JVM
> crashes and generates a dump with the following message:
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0xffffffff78de94a8, pid=18938, tid=2478
> #
> # JRE version: Java(TM) SE Runtime Environment (7.0_75-b13) (build
> 1.7.0_75-b13)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.75-b04 mixed mode
> solaris-sparc compressed oops)
> # Problematic frame:
> # J 5227 C2
> org.apache.lucene.index.IndexFileNames.segmentFileName(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
> (44 bytes) @ 0xffffffff78de94a8 [0xffffffff78de9480+0x28]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]