You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some stack info:
(gdb) info symbol 0x6e1a94
infinity::IntEncoder@int_encoder<unsigned int, infinity::FastPForWrapper@fastpfor<(infinity::FastPForCodec@fastpfor)3> >::Decode(unsigned int*, unsigned int, infinity::ByteSliceReader@byte_slice_reader&) const + 164 in section .text
(gdb) info symbol 0x6e1860
infinity::SkipIndexDecoder@index_decoderinfinity::SkipListReaderByteSlice@skiplist_reader::DecodeCurrentDocIDBuffer(unsigned int*) + 48 in section .text
(gdb) info symbol 0x6e114c
infinity::MultiPostingDecoder@multi_posting_decoder::DecodeCurrentDocIDBuffer(unsigned int*) + 28 in section .text
(gdb) info symbol 0x701b17
infinity::PostingIterator@posting_iterator::SeekDoc(infinity::RowID) + 167 in section .text
(gdb) info symbol 0x12ba8d0
infinity::TermDocIterator@term_doc_iterator::Next(infinity::RowID) + 256 in section .text
(gdb) info symbol 0x14fd7e9
infinity::ExecuteFTSearch@physical_match(std::__1::unique_ptr<infinity::DocIterator@doc_iterator, std::__1::default_deleteinfinity::DocIterator@doc_iterator >&, infinity::FullTextScoreResultHeap@fulltext_score_result_heap&, unsigned int&) + 201 in section .text
Expected behavior
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
Version or Commit ID
b341c7f
Other environment information
No response
Actual behavior and How to reproduce it
Run python/parallel_test/test_index_parallel.py. test_index_creation_deletion_parallel
LOG:
[16:10:57.804] [895170] [critical] Error: SEGMENT FAULTS
[16:10:57.804] [895170] [critical] 0, ./build/RelWithDebInfo/src/infinity(+0x4693f9) [0x64bf11f3a3f9]
[16:10:57.804] [895170] [critical] 1, ./build/RelWithDebInfo/src/infinity(+0x1fecf6) [0x64bf11ccfcf6]
[16:10:57.804] [895170] [critical] 2, /lib/x86_64-linux-gnu/libc.so.6(+0x45320) [0x795d34645320]
[16:10:57.804] [895170] [critical] 3, ./build/RelWithDebInfo/src/infinity(+0x6e1a94) [0x64bf121b2a94]
[16:10:57.804] [895170] [critical] 4, ./build/RelWithDebInfo/src/infinity(+0x6e1860) [0x64bf121b2860]
[16:10:57.804] [895170] [critical] 5, ./build/RelWithDebInfo/src/infinity(+0x6e114c) [0x64bf121b214c]
[16:10:57.804] [895170] [critical] 6, ./build/RelWithDebInfo/src/infinity(+0x701b17) [0x64bf121d2b17]
[16:10:57.804] [895170] [critical] 7, ./build/RelWithDebInfo/src/infinity(+0x12ba8d0) [0x64bf12d8b8d0]
[16:10:57.804] [895170] [critical] 8, ./build/RelWithDebInfo/src/infinity(+0x14fd7e9) [0x64bf12fce7e9]
[16:10:57.804] [895170] [critical] 9, ./build/RelWithDebInfo/src/infinity(+0x14febfc) [0x64bf12fcfbfc]
[16:10:57.804] [895170] [critical] 10, ./build/RelWithDebInfo/src/infinity(+0x1500b98) [0x64bf12fd1b98]
[16:10:57.804] [895170] [critical] 11, ./build/RelWithDebInfo/src/infinity(+0x56935b) [0x64bf1203a35b]
[16:10:57.804] [895170] [critical] 12, ./build/RelWithDebInfo/src/infinity(+0x28d378) [0x64bf11d5e378]
[16:10:57.804] [895170] [critical] 13, ./build/RelWithDebInfo/src/infinity(+0x2908e3) [0x64bf11d618e3]
[16:10:57.804] [895170] [critical] 14, /lib/x86_64-linux-gnu/libc.so.6(+0x9ca94) [0x795d3469ca94]
[16:10:57.804] [895170] [critical] 15, /lib/x86_64-linux-gnu/libc.so.6(+0x129c3c) [0x795d34729c3c]
Some stack info:
(gdb) info symbol 0x6e1a94
infinity::IntEncoder@int_encoder<unsigned int, infinity::FastPForWrapper@fastpfor<(infinity::FastPForCodec@fastpfor)3> >::Decode(unsigned int*, unsigned int, infinity::ByteSliceReader@byte_slice_reader&) const + 164 in section .text
(gdb) info symbol 0x6e1860
infinity::SkipIndexDecoder@index_decoderinfinity::SkipListReaderByteSlice@skiplist_reader::DecodeCurrentDocIDBuffer(unsigned int*) + 48 in section .text
(gdb) info symbol 0x6e114c
infinity::MultiPostingDecoder@multi_posting_decoder::DecodeCurrentDocIDBuffer(unsigned int*) + 28 in section .text
(gdb) info symbol 0x701b17
infinity::PostingIterator@posting_iterator::SeekDoc(infinity::RowID) + 167 in section .text
(gdb) info symbol 0x12ba8d0
infinity::TermDocIterator@term_doc_iterator::Next(infinity::RowID) + 256 in section .text
(gdb) info symbol 0x14fd7e9
infinity::ExecuteFTSearch@physical_match(std::__1::unique_ptr<infinity::DocIterator@doc_iterator, std::__1::default_deleteinfinity::DocIterator@doc_iterator >&, infinity::FullTextScoreResultHeap@fulltext_score_result_heap&, unsigned int&) + 201 in section .text
Expected behavior
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: