[
https://issues.apache.org/jira/browse/LUCENE-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769096#comment-13769096
]
Robert Muir commented on LUCENE-5212:
-------------------------------------
I crashed again but with a core file (set 'ulimit -c unlimited').
zip file with core dump and hs_err is here:
http://people.apache.org/~rmuir/crash.zip (its too large for JIRA, sorry)
For some more context, it always happens fairly early in the test run:
so when it doesnt crash at this exact point, you can ^C and run again until it
does.
Here was my commands with output below: (i tried to simplify the procedure to
make it easy to reproduce, but its not easy, it took me quite a few tries)
{noformat}
# note: we are pulling the exact revision that jenkins failed on, because
things have changed in lucene codebase over the weekend!!!!
svn co -r 1523179 https://svn.apache.org/repos/asf/lucene/dev/trunk
# just go to core tests
cd trunk/lucene/core
#
# now the following two commands: just run again and again until it crashes.
#
rm -rf ../../.caches/
ant test -Dtests.seed=43A1116E7F98BED4 -Dtests.jvms=1
-Dargs="-XX:-UseCompressedOops -XX:+UseParallelGC"
{noformat}
Here was the output:
{noformat}
rmuir@beast:~/workspace/trunk/lucene/core$ rm -rf ../../.caches/
rmuir@beast:~/workspace/trunk/lucene/core$ ant test
-Dtests.seed=43A1116E7F98BED4 -Dtests.jvms=1 -Dargs="-XX:-UseCompressedOops
-XX:+UseParallelGC"
Buildfile: /home/rmuir/workspace/trunk/lucene/core/build.xml
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
ivy-availability-check:
ivy-fail:
ivy-configure:
[ivy:configure] :: Apache Ivy 2.3.0 - 20130110142753 ::
http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file =
/home/rmuir/workspace/trunk/lucene/ivy-settings.xml
resolve:
init:
compile-core:
compile-test-framework:
ivy-availability-check:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/rmuir/workspace/trunk/lucene/ivy-settings.xml
resolve:
init:
compile-lucene-core:
ivy-availability-check:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/rmuir/workspace/trunk/lucene/ivy-settings.xml
resolve:
init:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
compile-core:
compile-codecs:
[echo] Building codecs...
ivy-availability-check:
[echo] Building codecs...
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/rmuir/workspace/trunk/lucene/ivy-settings.xml
resolve:
common.init:
compile-lucene-core:
init:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
compile-core:
-clover.disable:
-clover.load:
-clover.classpath:
-clover.setup:
clover:
common.compile-core:
compile-core:
compile-test:
install-junit4-taskdef:
validate:
test:
[junit4:pickseed] Seed property 'tests.seed' already defined: 43A1116E7F98BED4
[mkdir] Created dir: /home/rmuir/workspace/trunk/.caches/test-stats/core
[junit4] <JUnit4> says ciao! Master seed: 43A1116E7F98BED4
[junit4] Executing 367 suites with 1 JVM.
[junit4]
[junit4] Started J0 PID(26780@beast).
[junit4] Suite: org.apache.lucene.store.TestHugeRamFile
[junit4] Completed in 1.26s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.search.TestTimeLimitingCollector
[junit4] Completed in 3.26s, 6 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestLazyProxSkipping
[junit4] Completed in 0.68s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestPostingsOffsets
[junit4] Completed in 0.78s, 11 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestRegexpQuery
[junit4] Completed in 0.11s, 7 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestTryDelete
[junit4] Completed in 0.03s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.util.TestDoubleBarrelLRUCache
[junit4] Completed in 1.02s, 2 tests
[junit4]
[junit4] Suite: org.apache.lucene.analysis.TestGraphTokenizers
[junit4] Completed in 3.01s, 21 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterMerging
[junit4] Completed in 10.21s, 6 tests
[junit4]
[junit4] Suite: org.apache.lucene.search.TestSearchAfter
[junit4] Completed in 2.05s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.index.TestNoMergeScheduler
[junit4] Completed in 0.02s, 3 tests
[junit4]
[junit4] Suite: org.apache.lucene.TestSearchForDuplicates
[junit4] Completed in 0.08s, 1 test
[junit4]
[junit4] Suite: org.apache.lucene.util.TestBytesRef
[junit4] Completed in 0.02s, 5 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.Test4GBStoredFields
[junit4] IGNOR/A 0.02s | Test4GBStoredFields.test
[junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly)
[junit4] Completed in 0.03s, 1 test, 1 skipped
[junit4]
[junit4] Suite: org.apache.lucene.util.TestAttributeSource
[junit4] Completed in 0.02s, 5 tests
[junit4]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
[junit4] Completed in 2.52s, 7 tests
[junit4]
[junit4] JVM J0: stdout was not empty, see:
/home/rmuir/workspace/trunk/lucene/build/core/test/temp/junit4-J0-20130916_220432_129.sysout
[junit4] >>> JVM J0: stdout (verbatim) ----
[junit4] #
[junit4] # A fatal error has been detected by the Java Runtime Environment:
[junit4] #
[junit4] # SIGSEGV (0xb) at pc=0x00007f72952cd74d, pid=26780,
tid=140129037821696
[junit4] #
[junit4] # JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build
1.7.0_40-b43)
[junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode
linux-amd64 )
[junit4] # Problematic frame:
[junit4] # J
org.apache.lucene.codecs.compressing.CompressingTermVectorsReader.get(I)Lorg/apache/lucene/index/Fields;
[junit4] #
[junit4] # Core dump written. Default location:
/home/rmuir/workspace/trunk/lucene/build/core/test/J0/core or core.26780
[junit4] #
[junit4] # An error report file with more information is saved as:
[junit4] #
/home/rmuir/workspace/trunk/lucene/build/core/test/J0/hs_err_pid26780.log
[junit4] #
[junit4] # If you would like to submit a bug report, please visit:
[junit4] # http://bugreport.sun.com/bugreport/crash.jsp
[junit4] #
[junit4] <<< JVM J0: EOF ----
[junit4] Execution time total: 28 seconds
{noformat}
> 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: hs_err_pid32714.log, jenkins.txt
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]