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
core info
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000003311bb8 in starrocks::Chunk::num_rows (this=) at /root/starrocks/be/src/column/chunk.h:91
91 /root/starrocks/be/src/column/chunk.h: 没有那个文件或目录.
[Current thread is 1 (Thread 0x7efd223cd700 (LWP 228422))]
(gdb) bt
#0 0x0000000003311bb8 in starrocks::Chunk::num_rows (this=) at /root/starrocks/be/src/column/chunk.h:91
#1 starrocks::stream_load::NodeChannel::_send_request (this=0x7efd58ae2800, eos=141, finished=152) at /root/starrocks/be/src/exec/tablet_sink.cpp:681
#2 0x0000000000000028 in ?? ()
#3 0x00007efd223c6c78 in ?? ()
#4 0x00007efbd83168d0 in ?? ()
#5 0x00007efd58ae29e0 in ?? ()
#6 0x00007efd58ae2a10 in ?? ()
#7 0x00007efda24ed5c0 in ?? ()
#8 0x00007efd988dc800 in ?? ()
#9 0x00007ef9a5c5f140 in ?? ()
#10 0x00007efd9df536c8 in ?? ()
#11 0x0000000000000000 in ?? ()
(gdb) f 1
#1 starrocks::stream_load::NodeChannel::_send_request (this=0x7efd58ae2800, eos=141, finished=152) at /root/starrocks/be/src/exec/tablet_sink.cpp:681
681 /root/starrocks/be/src/exec/tablet_sink.cpp: 没有那个文件或目录.
(gdb) p chunk
$1 = {_M_t = {<std::__uniq_ptr_impl<starrocks::Chunk, std::default_deletestarrocks::Chunk >> = {
_M_t = {<std::_Tuple_impl<0, starrocks::Chunk*, std::default_deletestarrocks::Chunk >> = {<std::_Tuple_impl<1, std::default_deletestarrocks::Chunk >> = {<std::_Head_base<1, std::default_deletestarrocks::Chunk, true>> = {<std::default_deletestarrocks::Chunk> = {}, }, }, <std::_Head_base<0, starrocks::Chunk*, false>> = {
_M_head_impl = 0x0}, }, }}, }}
StarRocks version (Required)
3.1.11
The text was updated successfully, but these errors were encountered:
Steps to reproduce the behavior (Required)
be.out
core info
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000003311bb8 in starrocks::Chunk::num_rows (this=) at /root/starrocks/be/src/column/chunk.h:91
91 /root/starrocks/be/src/column/chunk.h: 没有那个文件或目录.
[Current thread is 1 (Thread 0x7efd223cd700 (LWP 228422))]
(gdb) bt
StarRocks version (Required)
3.1.11
The text was updated successfully, but these errors were encountered: