morningman opened a new issue #6327:
URL: https://github.com/apache/incubator-doris/issues/6327


   **Describe the bug**
   ```
   SELECT a.x FROM
   (SELECT '01' x UNION all SELECT '02') a
   INNER JOIN
   (SELECT '01' x UNION all SELECT '02') b
   ```
   
   BE crash:
   
   ```
   *** Aborted at 1627349345 (unix time) try "date -d @1627349345" if you are 
using GNU date ***
   PC: @          0x1566534 doris::Tuple::materialize_exprs<>()
   *** SIGSEGV (@0x0) received by PID 73779 (TID 0x7f3007765700) from PID 0; 
stack trace: ***
       @          0x20c7d52 google::(anonymous 
namespace)::FailureSignalHandler()
       @     0x7f306926d1d0 (unknown)
       @          0x1566534 doris::Tuple::materialize_exprs<>()
       @          0x1a9818b doris::UnionNode::materialize_exprs()
       @          0x1a9622c doris::UnionNode::get_next_const()
       @          0x1a96bc2 doris::UnionNode::get_next()
       @          0x1559293 doris::PlanFragmentExecutor::get_next_internal()
       @          0x15599e9 doris::PlanFragmentExecutor::open_internal()
       @          0x155e1cf doris::PlanFragmentExecutor::open()
       @          0x14d3e1e doris::FragmentExecState::execute()
       @          0x14d7486 doris::FragmentMgr::_exec_actual()
       @          0x14dec9b std::_Function_handler<>::_M_invoke()
       @          0x1649866 doris::ThreadPool::dispatch_thread()
       @          0x1643ca4 doris::Thread::supervise_thread()
       @     0x7f3069262f84 start_thread
       @     0x7f3069052ddf __GI___clone
   ```
   
   **Version**
   trunk
   


-- 
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]

Reply via email to