morningman opened a new issue #8615: URL: https://github.com/apache/incubator-doris/issues/8615
### 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 dev-1.0.0 ### What's Wrong? ``` terminate called after throwing an instance of 'doris::vectorized::Exception' what(): Too large string size. Minidump created at: /home/work/palo2/be/minidump/5ea640f3-a314-457c-148546bd-5e6461b3.dmp *** Aborted at 1647930235 (unix time) try "date -d @1647930235" if you are using GNU date *** PC: @ 0x7f834e99d8a5 __GI_raise *** SIGABRT (@0x1f40000a8df) received by PID 43231 (TID 0x7f82f5973700) from PID 43231; stack trace: *** @ 0x7f8352c63ff2 google::(anonymous namespace)::FailureSignalHandler() @ 0x7f834e99d920 (unknown) @ 0x7f834e99d8a5 __GI_raise @ 0x7f834e99f085 __GI_abort @ 0x7f8350a6d672 _ZN9__gnu_cxx27__verbose_terminate_handlerEv.cold @ 0x7f8354d1d036 __cxxabiv1::__terminate() @ 0x7f8354d1d0a1 std::terminate() @ 0x7f8354d1d1f5 __cxa_throw @ 0x7f835290f9e4 doris::vectorized::AggregateFunctionGroupConcat<>::deserialize() @ 0x7f83528882bc doris::vectorized::AggregateFunctionNullBase<>::deserialize() @ 0x7f8351961f95 doris::vectorized::AggregationNode::_merge_with_serialized_key() @ 0x7f835197ff2e std::_Function_handler<>::_M_invoke() @ 0x7f835197fa02 doris::vectorized::AggregationNode::open() @ 0x7f8351089fc0 doris::PlanFragmentExecutor::open_vectorized_internal() @ 0x7f835108bc6e doris::PlanFragmentExecutor::open() @ 0x7f8351002c95 doris::FragmentExecState::execute() @ 0x7f83510073fa doris::FragmentMgr::_exec_actual() @ 0x7f8351010a1c std::_Function_handler<>::_M_invoke() @ 0x7f83511b44d9 doris::ThreadPool::dispatch_thread() @ 0x7f83511adacf doris::Thread::supervise_thread() @ 0x7f834e755851 start_thread @ 0x7f834ea5267d clone @ 0x0 (unknown) ``` ### What You Expected? Not crash ### How to Reproduce? if the group_concat's result is larger than 1GB, it will crash ### 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: [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]
