Skip to content
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

BMX6 crashes on armv5tel #22

Open
nickbash11 opened this issue Oct 7, 2019 · 1 comment
Open

BMX6 crashes on armv5tel #22

nickbash11 opened this issue Oct 7, 2019 · 1 comment

Comments

@nickbash11
Copy link

nickbash11 commented Oct 7, 2019

I've tried to start the bmx6 daemon on my QNAP machine running on Debian Buster:

bmx6 debug=0 dev=eth0_12

[6427 0] ERROR : First SIGSEGV -500650 received, try cleaning up...
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_tun_search()
[6427 0] ERROR debug_function_calls: 0 opt_status()
[6427 0] ERROR debug_function_calls: 0 create_ctrl_node()
[6427 0] ERROR debug_function_calls: 0 opt_dev()
[6427 0] ERROR debug_function_calls: 0 opt_dev()
[6427 0] ERROR debug_function_calls: 0 create_ctrl_node()
[6427 0] ERROR debug_function_calls: 0 opt_ip_version()
[6427 0] ERROR debug_function_calls: 0 add_rtattr()
[6427 0] ERROR debug_function_calls: 0 add_rtattr()
[6427 0] ERROR debug_function_calls: 0 add_rtattr()
[6427 0] ERROR debug_function_calls: 0 add_rtattr()
[6427 0] ERROR debug_function_calls: 0 ip_flush_routes()
[6427 0] ERROR debug_function_calls: 0 ip_flush_rules()
[6427 0] ERROR debug_function_calls: 0 add_rtattr()
[6427 0] ERROR debug_function_calls: 0 iproute()
[6427 0] ERROR debug_function_calls: 0 ip_netmask_validate()
[6427 0] ERROR debug_function_calls: 0 iptrack()
[6427 0] ERROR debug_function_calls: 0 add_rtattr()
[6427 0] ERROR debug_function_calls: 0 ip_flush_routes()
[6427 0] ERROR debug_function_calls: 0 ip_flush_rules()
[6427 0] ERROR debug_function_calls: 0 add_rtattr()
[6427 0] ERROR debug_function_calls: 0 iproute()
[6427 0] ERROR debug_function_calls: 0 is_ip_valid()
[6427 0] ERROR debug_function_calls: 0 cleanup_all()
[6427 0] ERROR debug_function_calls: 0 segmentation_fault()
[6427 0] ERROR : Terminating with error code -500650 (BMX6-0.1-alpha-revd8869ec)! Please notify a developer
[6427 0] ERROR : check up-to-dateness of bmx libs in default lib path /usr/lib or customized lib path defined by BMX6_LIB_PATH !
[6427 0] ERROR : raising SIGSEGV again ...
Segmentation fault

cat /proc/cpuinfo

processor : 0
model name : Feroceon 88FR131 rev 1 (v5l)
BogoMIPS : 400.00
Features : swp half thumb fastmult edsp
CPU implementer : 0x56
CPU architecture: 5TE
CPU variant : 0x2
CPU part : 0x131
CPU revision : 1

Hardware : Marvell Kirkwood (Flattened Device Tree)
Revision : 0000
Serial : 0000000000000000

uname -a

Linux host-8c828b 4.19.0-6-marvell #1 Debian 4.19.67-2+deb10u1 (2019-09-20) armv5tel GNU/Linux

@nickbash11
Copy link
Author

bmx6_strace_debug.log
I've got strace with debugging option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant