Cherry-Puppy opened a new issue, #18786: URL: https://github.com/apache/doris/issues/18786
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.3-rc02 ### What's Wrong? (gdb) bt #0 atomic_load_p (mo=atomic_memory_order_relaxed, a=0x1c0000) at ../include/jemalloc/internal/atomic.h:62 #1 rtree_leaf_elm_bits_read (dependent=true, elm=0x1c0000, rtree=<optimized out>, tsdn=<optimized out>) at ../include/jemalloc/internal/rtree.h:175 #2 rtree_leaf_elm_szind_read (dependent=true, elm=0x1c0000, rtree=<optimized out>, tsdn=<optimized out>) at ../include/jemalloc/internal/rtree.h:227 #3 rtree_szind_read (dependent=true, key=<optimized out>, rtree_ctx=<optimized out>, rtree=<optimized out>, tsdn=<optimized out>) at ../include/jemalloc/internal/rtree.h:434 #4 arena_salloc (ptr=<optimized out>, tsdn=<optimized out>) at ../include/jemalloc/internal/arena_inlines_b.h:191 #5 isalloc (ptr=<optimized out>, tsdn=<optimized out>) at ../include/jemalloc/internal/jemalloc_internal_inlines_c.h:38 #6 jemalloc_usable_size (ptr=<optimized out>) at ../src/jemalloc.c:3740 #7 0x00005556a1186825 in doris_free (p=0x7efbf80008c0) at /data/doris-1.x/be/src/runtime/exec_env.h:121 #8 0x00007eff85fb93a1 in pthread_create@@GLIBC_2.2.5 () from /lib64/libpthread.so.0 #9 0x00005556a8946450 in thrd_create () #10 0x00005556a88c3fe9 in rd_kafka_new () #11 0x00005556a88aec02 in RdKafka::KafkaConsumer::create(RdKafka::Conf const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&) () #12 0x00005556a1142b15 in doris::KafkaDataConsumer::init (this=<optimized out>, ctx=<optimized out>) at /data/doris-1.x/be/src/runtime/routine_load/data_consumer.cpp:128 #13 0x00005556a1139ddb in doris::DataConsumerPool::get_consumer (this=this@entry=0x7eff6c1fb9a8, ctx=ctx@entry=0x7efd8d6f46b0, ret=ret@entry=0x7efd8d6f4670) at /data/doris-1.x/be/src/runtime/routine_load/data_consumer_pool.cpp:54 #14 0x00005556a1133e05 in doris::RoutineLoadTaskExecutor::get_kafka_latest_offsets_for_partitions (this=0x7eff6c1fb800, request=..., partition_offsets=partition_offsets@entry=0x7efd8d6f5be0) at /data/doris-1.x/be/src/runtime/routine_load/routine_load_task_executor.cpp:138 #15 0x00005556a11b0e95 in doris::PInternalServiceImpl::get_info (this=<optimized out>, controller=<optimized out>, request=<optimized out>, response=0x7efd74d6f2f0, done=0x7efd86dd5b80) at /data/doris-1.x/be/src/runtime/exec_env.h:174 #16 0x00005556a6cd97c5 in brpc::policy::ProcessHttpRequest(brpc::InputMessageBase*) () #17 0x00005556a6c89437 in brpc::ProcessInputMessage(void*) () #18 0x00005556a6c8a351 in brpc::InputMessenger::OnNewMessages(brpc::Socket*) () #19 0x00005556a6dad1be in brpc::Socket::ProcessEvent(void*) () #20 0x00005556a6c1cb8f in bthread::TaskGroup::task_runner(long) () #21 0x00005556a6c0e921 in bthread_make_fcontext () ### What You Expected? stream load and routine load will not lead to be core ### How to Reproduce? null ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
