Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Bug triggered by parallel test. #2172

Open
1 task done
small-turtle-1 opened this issue Nov 5, 2024 · 0 comments
Open
1 task done

[Bug]: Bug triggered by parallel test. #2172

small-turtle-1 opened this issue Nov 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@small-turtle-1
Copy link
Contributor

Is there an existing issue for the same bug?

  • I have checked the existing issues.

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

@small-turtle-1 small-turtle-1 added the bug Something isn't working label Nov 5, 2024
@JinHai-CN JinHai-CN changed the title [Bug]: Bug [Bug]: Bug triggered by parallel test. Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant