-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行naive客户端失败用户名和密码有 逗号 #671
Comments
用gdb看一下哪个instruction是illegal,来判断是否有指令集不匹配的情况 |
根据 https://openwrt.org/toh/raspberry_pi_foundation/raspberry_pi wiki 上最接近4b的openwrt 目标应该是 bcm27xx/bcm2711,你也许可以试试 arm_arm1176jzf-s_vfp (bcm27xx/bcm2708) 而不是cortex a72 |
在openwrt-mips32el和ubuntu-x64,v126.0.6478.40-2版本以及以后的版本会有Illegal instruction提示。windows也是v126.0.6478.40-2版本以及以后的版本会自动退出,之前的版本都是正常的。 |
无法重现,需要coredump |
我自己分析了coredump,终于找到原因了,原因是因为用户名和密码有 逗号 和 点 。用户名、密码使用逗号和点在v126.0.6478.40-2之前是可以的,v126.0.6478.40-2之后就会提示Illegal instruction |
现象:
运行客户端打印"Illegal instruction"后退出了, 相同的config.json配置文件,在debian12 x64系统中可以正常运行。
系统信息:
(从release页面下载的)naive二进制版本:
naiveproxy-v123.0.6312.40-1-openwrt-aarch64_cortex-a72-static
naiveproxy-v128.0.6613.40-1-openwrt-aarch64_cortex-a72-static
naiveproxy-v128.0.6613.40-1-openwrt-aarch64_cortex-a72
客户端config.json配置文件:
请问是什么原因呢?有没有进一步排查的手动和建议? 谢谢!
The text was updated successfully, but these errors were encountered: