yiguolei opened a new issue #8533: URL: https://github.com/apache/incubator-doris/issues/8533
### 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. ### Description Currently doris will print core stack at log/be.out like this, but the line number is missed. 105 Minidump created at: /data/ygl/code/github/incubator-doris/test_output/be2/minidump/58c19530-492b -40a5-2610f9a7-649c2eeb.dmp 106 *** Aborted at 1647611812 (unix time) try "date -d @1647611812" if you are using GNU date *** 107 PC: @ 0x7f3988ffa561 doris::OlapScanner::prepare() 108 *** SIGSEGV (@0x8) received by PID 28783 (TID 0x7f3951798700) from PID 8; stack trace: *** 109 @ 0x7f398a558672 google::(anonymous namespace)::FailureSignalHandler() 110 @ 0x7f3986224270 (unknown) 111 @ 0x7f3988ffa561 doris::OlapScanner::prepare() 112 @ 0x7f3988fb57c4 doris::OlapScanNode::start_scan_thread() 113 @ 0x7f3988fb8cca doris::OlapScanNode::start_scan() 114 @ 0x7f3988fb923e doris::OlapScanNode::get_next() 115 @ 0x7f398907c711 doris::PartitionedAggregationNode::open() 116 @ 0x7f398897f4fd doris::PlanFragmentExecutor::open_internal() 117 @ 0x7f3988980a9d doris::PlanFragmentExecutor::open() 118 @ 0x7f39888f1635 doris::FragmentExecState::execute() 119 @ 0x7f39888f5efa doris::FragmentMgr::_exec_actual() 120 @ 0x7f39888ff40c std::_Function_handler<>::_M_invoke() 121 @ 0x7f3988aa7459 doris::ThreadPool::dispatch_thread() 122 @ 0x7f3988aa0a4f doris::Thread::supervise_thread() 123 @ 0x7f3985fdae25 start_thread 124 @ 0x7f39862e735d __clone 125 @ 0x0 (unknown) If line number is added to the stack, it will help debug. ### Use case _No response_ ### Related issues _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]
