zxealous opened a new issue, #11858: URL: https://github.com/apache/doris/issues/11858
### 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 master ### What's Wrong? ``` #0 0x00007fd9a2b7e8a5 in raise () from /lib64/libc.so.6 #1 0x00007fd9a2b80085 in abort () from /lib64/libc.so.6 #2 0x0000563aade3a07f in __gnu_cxx::__verbose_terminate_handler () #3 0x0000563aade38946 in __cxxabiv1::__terminate(void (*)()) () #4 0x0000563aade389b1 in std::terminate() () #5 0x0000563aade38b05 in __cxa_throw () #6 0x0000563aac261e3e in fmt::v7::detail::error_handler::on_error () #7 0x0000563aac28291b in char const* fmt::v7::detail::parse_replacement_field<char, fmt::v7::detail::format_handler<fmt::v7::detail::buffer_appender<char>, char, fmt::v7::basic_format_context<fmt::v7::detail::buffer_appender<char>, char> >&>(char const*, char const*, fmt::v7::detail::format_handler<fmt::v7::detail::buffer_appender<char>, char, fmt::v7::basic_format_context<fmt::v7::detail::buffer_appender<char>, char> >&&&) () #8 0x0000563aac282e30 in void fmt::v7::detail::vformat_to<char>(fmt::v7::detail::buffer<char>&, fmt::v7::basic_string_view<char>, fmt::v7::basic_format_args<fmt::v7::basic_format_context<fmt::v7::detail::buffer_appender<fmt::v7::type_identity<char>::type>, fmt::v7::type_identity<char>::type> >, fmt::v7::detail::locale_ref) () #9 0x0000563aac260b7b in _ZN3fmt2v76detail7vformatB5cxx11ENS0_17basic_string_viewIcEENS0_11format_argsE () #10 0x0000563aa8760006 in format<std::__cxx11::basic_string<char>, unsigned long&, unsigned long&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&> ( this=0x563d47739b70, offset=Unhandled dwarf expression opcode 0xf3 ) at /home/disk2/github/doris/palo-toolchain/ldb_toolchain/include/c++/11/bits/basic_string.h:2318 #11 ErrorFmt<unsigned long&, unsigned long&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&> (this=0x563d47739b70, offset=Unhandled dwarf expression opcode 0xf3 ) at /home/disk2/zcy/github/doris/be/src/common/status.h:289 #12 IOError<unsigned long&, unsigned long&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&> (this=0x563d47739b70, offset=Unhandled dwarf expression opcode 0xf3 ) at /home/disk2/github/doris/be/src/common/status.h:325 #13 doris::io::LocalFileReader::read_at (this=0x563d47739b70, offset=Unhandled dwarf expression opcode 0xf3 ) at /home/disk2/github/doris/be/src/io/fs/local_file_reader.cpp:55 ``` ### What You Expected? fixed ### How to Reproduce? _No response_ ### 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org