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

The BE crashes directly under high-concurrency queries. #52053

Open
huoarter opened this issue Oct 17, 2024 · 0 comments
Open

The BE crashes directly under high-concurrency queries. #52053

huoarter opened this issue Oct 17, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@huoarter
Copy link

About: https://forum.mirrorship.cn/t/topic/15357

*** Aborted at 1728996167 (unix time) try "date -d @1728996167" if you are using GNU date ***
PC: @          0x3668ee7 std::_Sp_counted_ptr_inplace<starrocks::RuntimeProfile, std::allocator<starrocks::RuntimeProfile>, (__gnu_cxx::_Lock_policy)2>::_M_get_deleter(std::type_info const&)
*** SIGSEGV (@0x22) received by PID 14898 (TID 0x7fb79cbc1700) from PID 34; stack trace: ***
    @     0x7fb955c1620b __pthread_once_slow
    @          0x79c3320 google::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*)
    @     0x7fb955c1f630 (/usr/lib64/libpthread-2.17.so+0xf62f)
    @          0x3668ee7 std::_Sp_counted_ptr_inplace<starrocks::RuntimeProfile, std::allocator<starrocks::RuntimeProfile>, (__gnu_cxx::_Lock_policy)2>::_M_get_deleter(std::type_info const&)
    @          0x6000435 starrocks::SegmentIterator::_finish_late_materialization(starrocks::SegmentIterator::ScanContext*)
    @          0x600d83c starrocks::SegmentIterator::_do_get_next(starrocks::Chunk*, std::vector<unsigned int, std::allocator<unsigned int> >*)
    @          0x600f620 starrocks::SegmentIterator::do_get_next(starrocks::Chunk*)
    @          0x6082323 starrocks::ProjectionIterator::do_get_next(starrocks::Chunk*)
    @          0x69401a5 starrocks::SegmentIteratorWrapper::do_get_next(starrocks::Chunk*)
    @          0x6725a03 starrocks::TimedChunkIterator::do_get_next(starrocks::Chunk*)
    @          0x60b7ed4 starrocks::TabletReader::do_get_next(starrocks::Chunk*)
    @          0x45a2100 starrocks::pipeline::OlapChunkSource::_read_chunk_from_storage(starrocks::RuntimeState*, starrocks::Chunk*)
    @          0x45a2871 starrocks::pipeline::OlapChunkSource::_read_chunk(starrocks::RuntimeState*, std::shared_ptr<starrocks::Chunk>*)
    @          0x4598b7a starrocks::pipeline::ChunkSource::buffer_next_batch_chunks_blocking(starrocks::RuntimeState*, unsigned long, starrocks::workgroup::WorkGroup const*)
    @          0x425a483 auto starrocks::pipeline::ScanOperator::_trigger_next_scan(starrocks::RuntimeState*, int)::{lambda(auto:1&)#1}::operator()<starrocks::workgroup::YieldContext>(starrocks::workgroup::YieldContext&) const [clone .constprop.0]
    @          0x436a84e starrocks::workgroup::ScanExecutor::worker_thread()
    @          0x382b71b starrocks::ThreadPool::dispatch_thread()
    @          0x3824c46 starrocks::Thread::supervise_thread(void*)
    @     0x7fb955c17ea5 start_thread
    @     0x7fb95501896d __clone
@huoarter huoarter added the type/bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant