I've been successfully playing around with D-RATS v0.3.9 beta 3 on Centos 6.10 and I left the program running over night and found it crashed. The last thing I see on the terminal screen is:
-- Chat????? : Got chat frame: DDT2+: 0:1:5 DL0NOT-H->CQCQCQ (2QRA DL0NOT WinMor/ALE Station - QTH Karben JO40jf QRV]...[55])??? ? Sessionmgr: Received block 0:5 for session `chat'???????????????????????????????????????????????????????????????????????????? ? Transport : Got a block: DDT2+: 0:1:5 ED2YAV->CQCQCQ (2Online (D-RATS)...[16])??????????????????????????????????????????????? ? Chat????? : Got chat frame: DDT2+: 0:1:5 ED2YAV->CQCQCQ (2Online (D-RATS)...[16])???????????????????????????????????????????? ? Sessionmgr: Received block 0:5 for session `chat'???????????????????????????????????????????????????????????????????????????? ? Transport : Got a block: DDT2+: 0:1:5 KS2ARR-C->CQCQCQ (1Online (D-RATS)...[16])????????????????????????????????????????????? ? Segmentation fault (core dumped)? --
Here are the various versions of the program's dependencies installed on this machine:
I tried to run "gdb -c core.24111 d-rats.py" but nothing useful came from the backtrace: -- Core was generated by `/usr/bin/python ./d-rats.py'.?????????????????????????????????????????????????????????????????????????? Program terminated with signal 11, Segmentation fault.???????????????????????????????????????????????????????????????????????? #0? 0x0000003da8c44c50 in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? (gdb) bt?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? #0? 0x0000003da8c44c50 in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? #1? 0x000000000247d330 in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? #2? 0x00000033b16270eb in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? #3? 0x0000000001bbf990 in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? #4? 0x00000033b16275fe in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? #5? 0x000000000247d390 in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? #6? 0x0000000002430a20 in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? #7? 0x00000000021dce20 in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? #8? 0x000000000247d390 in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? #9? 0x0000000000000000 in ?? ()??????????????????????????????????????????????????????????????????????????????????????????????? (gdb) quit --
Any recommendations how to provide some useful information here to figure out what happened?