You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/25 06:57:52 UTC

[GitHub] [doris] xinyiZzz opened a new issue, #11170: [Bug] core dump when vectorized load SSB lineorder

xinyiZzz opened a new issue, #11170:
URL: https://github.com/apache/doris/issues/11170

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   b115b362fb57744960c5efc8a59f5c724263f218
   
   ### What's Wrong?
   
   enable_vectorized_load = true
   ```
   #0  0x000055836c40c0a8 in doris::vectorized::Value::get_value (this=0x55838541f138) at /mnt/disk1/liyifan/doris/core/be/src/vec/aggregate_functions/aggregate_function_window.h:214
   #1  0x000055836c43ee2c in doris::vectorized::LeadAndLagData<StringRef, false, true, doris::vectorized::Value>::insert_result_into (this=0x55838541f138, to=...) at /mnt/disk1/liyifan/doris/core/be/src/vec/aggregate_functions/aggregate_function_window.h:275
   #2  0x000055836c430ace in doris::vectorized::WindowFunctionData<doris::vectorized::WindowFunctionLastData<doris::vectorized::LeadAndLagData<StringRef, false, true, doris::vectorized::Value> > >::insert_result_into (this=0x55838537f860,
       place=0x55838541f138 "\300m\214\204\203U", to=...) at /mnt/disk1/liyifan/doris/core/be/src/vec/aggregate_functions/aggregate_function_window.h:508
   #3  0x000055836b3d9c14 in doris::MemTable::_collect_vskiplist_results<true> (this=0x558383ffb340) at /mnt/disk1/liyifan/doris/core/be/src/olap/memtable.cpp:315
   #4  0x000055836b3d14f2 in doris::MemTable::_do_flush (this=0x558383ffb340, duration_ns=@0x7fea4cd3ec58: 0) at /mnt/disk1/liyifan/doris/core/be/src/olap/memtable.cpp:394
   #5  0x000055836b3d0f9a in doris::MemTable::flush (this=0x558383ffb340) at /mnt/disk1/liyifan/doris/core/be/src/olap/memtable.cpp:367
   #6  0x000055836b3ca63f in doris::FlushToken::_flush_memtable (this=0x558384025fc0, memtable=0x558383ffb340, submit_task_time=503791199729221) at /mnt/disk1/liyifan/doris/core/be/src/olap/memtable_flush_executor.cpp:99
   #7  0x000055836b3ccbd6 in doris::MemtableFlushTask::run (this=0x5583840581d0) at /mnt/disk1/liyifan/doris/core/be/src/olap/memtable_flush_executor.cpp:38
   #8  0x000055836bd7247b in doris::ThreadPool::dispatch_thread (this=0x5583744fd200) at /mnt/disk1/liyifan/doris/core/be/src/util/threadpool.cpp:540
   #9  0x000055836bd80738 in std::__invoke_impl<void, void (doris::ThreadPool::*&)(), doris::ThreadPool*&> (__f=@0x558374b36cc0: (void (doris::ThreadPool::*)(doris::ThreadPool * const)) 0x55836bd71c9a <doris::ThreadPool::dispatch_thread()>,
       __t=@0x558374b36cd0: 0x5583744fd200) at /mnt/disk1/liyifan/doris/ldb_toolchain/include/c++/11/bits/invoke.h:74
   #10 0x000055836bd801a7 in std::__invoke<void (doris::ThreadPool::*&)(), doris::ThreadPool*&> (__fn=@0x558374b36cc0: (void (doris::ThreadPool::*)(doris::ThreadPool * const)) 0x55836bd71c9a <doris::ThreadPool::dispatch_thread()>)
       at /mnt/disk1/liyifan/doris/ldb_toolchain/include/c++/11/bits/invoke.h:96
   #11 0x000055836bd7f9db in std::_Bind<void (doris::ThreadPool::*(doris::ThreadPool*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x558374b36cc0, __args=...) at /mnt/disk1/liyifan/doris/ldb_toolchain/include/c++/11/functional:420
   #12 0x000055836bd7ee91 in std::_Bind<void (doris::ThreadPool::*(doris::ThreadPool*))()>::operator()<, void>() (this=0x558374b36cc0) at /mnt/disk1/liyifan/doris/ldb_toolchain/include/c++/11/functional:503
   #13 0x000055836bd7dbe4 in std::__invoke_impl<void, std::_Bind<void (doris::ThreadPool::*(doris::ThreadPool*))()>&>(std::__invoke_other, std::_Bind<void (doris::ThreadPool::*(doris::ThreadPool*))()>&) (__f=...)
       at /mnt/disk1/liyifan/doris/ldb_toolchain/include/c++/11/bits/invoke.h:61
   #14 0x000055836bd7c63e in std::__invoke_r<void, std::_Bind<void (doris::ThreadPool::*(doris::ThreadPool*))()>&>(std::_Bind<void (doris::ThreadPool::*(doris::ThreadPool*))()>&) (__fn=...) at /mnt/disk1/liyifan/doris/ldb_toolchain/include/c++/11/bits/invoke.h:111
   #15 0x000055836bd7a7a5 in std::_Function_handler<void (), std::_Bind<void (doris::ThreadPool::*(doris::ThreadPool*))()> >::_M_invoke(std::_Any_data const&) (__functor=...) at /mnt/disk1/liyifan/doris/ldb_toolchain/include/c++/11/bits/std_function.h:291
   #16 0x000055836b9c69e2 in std::function<void ()>::operator()() const (this=0x558374515eb8) at /mnt/disk1/liyifan/doris/ldb_toolchain/include/c++/11/bits/std_function.h:560
   #17 0x000055836bd64633 in doris::Thread::supervise_thread (arg=0x558374515ea0) at /mnt/disk1/liyifan/doris/core/be/src/util/thread.cpp:408
   #18 0x00007feae608e1ca in start_thread () from /lib64/libpthread.so.0
   #19 0x00007feae62dfdd3 in clone () from /lib64/libc.so.6
   ```
   
   ### What You Expected?
   
   win
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org