ITADN

v148.0.7778.96-3 crash with openwrt arm64 master

#791Openopenips 创建于 2026-05-06
O
openipscommented
naive 用的是https://github.com/klzgrad/naiveproxy/releases/download/v148.0.7778.96-3/naiveproxy-v148.0.7778.96-3-openwrt-aarch64_cortex-a53-static.tar.xz 硬件为bpi r4 naive客户端相关信息 ``` root@BPI_R4:/usr/bin# naive -version naive 148.0.7778.96 root@BPI_R4:/usr/bin# sha256sum /usr/bin/naive ec771a980bb9da974ac47933fe90f7077a799ed746e542501e7fd8025b1fad7d /usr/bin/naive ``` coredump信息 ``` root@BPI_R4:~# gdb --core core-naive-20282-5 /usr/bin/naive GNU gdb (GDB) 16.3 Copyright (C) 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "aarch64-openwrt-linux". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /usr/bin/naive... warning: exec file is newer than core file. [New LWP 20282] [New LWP 20284] [New LWP 20285] [New LWP 20283] [New LWP 20401] [New LWP 20399] [New LWP 20400] Core was generated by `/usr/bin/naive /etc/naiveproxy/bak/naiveproxy.json'. Program terminated with signal SIGTRAP, Trace/breakpoint trap. #0 0x000000557d4fb35c in logging::LogMessage::HandleFatal(unsigned long, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&) const () [Current thread is 1 (LWP 20282)] (gdb) bt #0 0x000000557d4fb35c in logging::LogMessage::HandleFatal(unsigned long, std::__Cr::basic_string<char, std::__Cr::char_traits<char>, std::__Cr::allocator<char> > const&) const () #1 0x000000557cf9142c in logging::LogMessage::Flush() () #2 0x000000557cf9142c in logging::LogMessage::Flush() () #3 0x000000557cf9142c in logging::LogMessage::Flush() () #4 0x000000557cf9142c in logging::LogMessage::Flush() () ``` naiveproxy.json信息如下 ``` { "listen":["socks://127.0.0.1:1086","socks://127.0.0.1:2086"], "proxy": ["https://aaa:bbb@ccc.ddd","quic://aaa:bbb@ccc.ddd"], "log": "", "concurrency": "1" } ``` 大佬有时间检查一下怎么回事
20 条评论