Mattia created a new topic ' crash with the pegasus PPBA Genv2' in the forum. 2 years ago

Hi!

I am trying to make my pegasus functioning but it seems the driver keeps crashing, I am not really sure why, but when I start ekos and it tries to connect to the PPBA kstars just dies.

I was able to turn debugging on for the driver and this is what I getç

 ✘  ~  cat .indi/logs/2022-02-28/indi_pegasus_ppba/indi_pegasus_ppba_16:10:51.log 
INFO    130.758886 sec    : Session log file /home/matt/.indi/logs/2022-02-28/indi_pegasus_ppba/indi_pegasus_ppba_16:10:51.log
DEBUG    138.001118 sec    : Toggle Logging Level -- Driver Debug
DEBUG    146.667466 sec    : Connecting to /dev/serial/by-id/usb-Pegasus_Astro_PPBADV_Gen2A_PPBA671O4R-if00-port0 @ 9600
DEBUG    146.691271 sec    : Port FD 4
DEBUG    146.691300 sec    : Connection successful, attempting handshake...
DEBUG    146.691307 sec    : CMD <P#>
>EBUG    146.725863 sec    : RES <PPBA_OK
DEBUG    146.725891 sec    : Handshake failed.
DEBUG    148.224981 sec    : Connecting to /dev/serial/by-id/usb-Pegasus_Astro_PPBADV_Gen2A_PPBA671O4R-if00-port0 @ 9600
DEBUG    148.248330 sec    : Port FD 4
DEBUG    148.248381 sec    : Connection successful, attempting handshake...
DEBUG    148.248393 sec    : CMD <P#>
>EBUG    148.278172 sec    : RES <PPBA_OK
DEBUG    148.278213 sec    : Handshake failed.
DEBUG    148.751050 sec    : Connecting to /dev/serial/by-id/usb-Pegasus_Astro_PPBADV_Gen2A_PPBA671O4R-if00-port0 @ 9600
DEBUG    148.774322 sec    : Port FD 4
DEBUG    148.774373 sec    : Connection successful, attempting handshake...
DEBUG    148.774385 sec    : CMD <P#>
>EBUG    148.806155 sec    : RES <PPBA_OK
DEBUG    148.806196 sec    : Handshake failed.

I also tried to start kstars with gdb and while I wasn't able to discover much (as if I give a step it exists the app) I was able to see the following error:
SIGSEGV in strlen() hexcodehere /usr/lib/libc.so.6

anybody had the same issue? any idea on what could be wrong?

Read More...