Experiencing the same issue here.
- GW is on Raspberry Pi with NRF24 for comms, current version from git clone master branch
- Controller is mycontroller.org on Centos linux
- One node (Arduinio running battery example sketch)
Running sudo ./mysgw
the output is as follows:
Sep 05 08:30:39 INFO Protocol version - 2.3.2-beta
Sep 05 08:30:39 DEBUG MCO:BGN:INIT GW,CP=RNNGL---,FQ=NA,REL=7,VER=2.3.2-beta
Sep 05 08:30:39 DEBUG TSF:LRT:OK
Sep 05 08:30:39 DEBUG TSM:INIT
Sep 05 08:30:39 DEBUG TSF:WUR:MS=0
Sep 05 08:30:39 DEBUG TSM:INIT:TSP OK
Sep 05 08:30:39 DEBUG TSM:INIT:GW MODE
Sep 05 08:30:39 DEBUG TSM:READY:ID=0,PAR=0,DIS=0
Sep 05 08:30:39 DEBUG MCO:REG:NOT NEEDED
Sep 05 08:30:39 DEBUG Listening for connections on �e�~:5003
Sep 05 08:30:39 DEBUG MCO:BGN:STP
Sep 05 08:30:39 DEBUG MCO:BGN:INIT OK,TSP=1
Sep 05 08:30:39 DEBUG TSM:READY:NWD REQ
Sep 05 08:30:39 DEBUG ?TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=20,pt=0,l=0,sg=0,ft=0,st=OK:
Sep 05 08:31:01 DEBUG TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
Sep 05 08:31:01 DEBUG TSF:MSG:BC
Sep 05 08:31:01 DEBUG TSF:MSG:FPAR REQ,ID=255
Sep 05 08:31:01 DEBUG TSF:PNG:SEND,TO=0
Sep 05 08:31:01 DEBUG TSF:CKU:OK
Sep 05 08:31:01 DEBUG TSF:MSG:GWL OK
Sep 05 08:31:01 DEBUG ?TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
Sep 05 08:31:03 DEBUG TSF:MSG:READ,255-255-0,s=174,c=3,t=3,pt=0,l=0,sg=0:
Sep 05 08:31:05 DEBUG TSF:MSG:READ,255-255-0,s=137,c=3,t=3,pt=0,l=0,sg=0:
Sep 05 08:31:07 DEBUG TSF:MSG:READ,255-255-0,s=100,c=3,t=3,pt=0,l=0,sg=0:
Sep 05 08:31:09 DEBUG TSF:MSG:READ,255-255-0,s=64,c=3,t=3,pt=0,l=0,sg=0:
Sep 05 08:31:46 DEBUG New connection from 10.0.0.157
Sep 05 08:31:46 DEBUG GWT:TSA:C=0,CONNECTED
Sep 05 08:31:46 DEBUG GWT:RFC:C=0,MSG=0;255;3;0;2;
Segmentation fault```
Seg fault as soon as the controller connects.
About to try strace.