Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. recipedude
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    recipedude

    @recipedude

    0
    Reputation
    2
    Posts
    35
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    recipedude Follow

    Best posts made by recipedude

    This user hasn't posted anything yet.

    Latest posts made by recipedude

    • RE: mysgw.service fails with SEGV if ontroller connects

      Have added log + strace output to the issue on Github as well: https://github.com/mysensors/MySensors/issues/1342

      stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3503, ...}) = 0
      write(4, "Sep 05 09:03:46 DEBUG GWT:RFC:C="..., 51) = 51
      write(2, "Sep 05 09:03:46 \33[36mDEBUG\33[0m ", 31Sep 05 09:03:46 DEBUG ) = 31
      write(2, "GWT:RFC:C=0,MSG=0;255;3;0;2;\n", 29GWT:RFC:C=0,MSG=0;255;3;0;2;
      ) = 29
      --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
      +++ killed by SIGSEGV +++
      Segmentation fault
      
      posted in Troubleshooting
      recipedude
      recipedude
    • RE: mysgw.service fails with SEGV if ontroller connects

      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.
      posted in Troubleshooting
      recipedude
      recipedude