bmx-routing / bmx6

BMX6 Mesh Networking Protocol
http://bmx6.net
56 stars 26 forks source link

BMX6 crashes on armv5tel #22

Open nickbash11 opened 5 years ago

nickbash11 commented 5 years ago

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 commented 5 years ago

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