×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

eqmod driver crash on last nightly build

  • Posts: 66
  • Thank you received: 9
Hi all,

on a odroid, fresh update on nightly build :
odroid@NAFABox:~$ indiserver -vv indi_eqmod_telescope
2020-03-31T15:45:12: startup: indiserver -vv indi_eqmod_telescope
2020-03-31T15:45:12: Driver indi_eqmod_telescope: pid=4359 rfd=3 wfd=6 efd=7
2020-03-31T15:45:12: listening to port 7624 on fd 4
2020-03-31T15:45:12: Driver indi_eqmod_telescope: sending <getProperties version='1.7'/>

2020-03-31T15:45:12: Driver indi_eqmod_telescope: indi_eqmod_telescope: symbol lookup error: indi_eqmod_telescope: undefined symbol: tty_set_skywatcher_udp_format
2020-03-31T15:45:12: Driver indi_eqmod_telescope: stderr EOF

I've tried it on my laptop too (amd64) it crashes too.

Any idea ?
4 years 2 weeks ago #51443

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 1
Hello all,

I had the same problem a few days ago when developing a new driver for sestosenso2 focuser, which was caused by the LOG_ERROR function - too long argument was passed to the logger. Maybe the same issue ?
4 years 2 weeks ago #51478

Please Log in or Create an account to join the conversation.

  • Posts: 474
  • Thank you received: 168
This is a build issue, there was a renaming of a function in base INDI library (tty_set_skywatcher_udp_format -> tty_set_generic_udp_format) and the nightly eqmod build seems to have been built with the old library version. So it should fix itself in a nightly or two. This is unfortunately a recurring issue when APIs change as there aren't versioned dependencies in place. When compiling yourself it's easy to avoid by always compiling the base INDI library first before 3rd-party drivers.
4 years 2 weeks ago #51494

Please Log in or Create an account to join the conversation.

Time to create page: 0.293 seconds