×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Kstars crash on platesolve (and guide) [SOLVED]

  • Posts: 456
  • Thank you received: 76
I've seen similar problems posted previously but don't see a solution.
I just updated my OS from ubuntu 18.04 to 20.04 and since doing this. Kstars crashes just after capturing an image in the align (solver).
Possible some conflicting versions of libraries that do source extraction.

Back trace pasted below. Would anyone know what I've done wrong? thanks

(gdb) bt
#0 0x00007ffff4f9ef26 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#1 0x00007ffff68282eb in InternalExtractorSolver::runSEPExtractor() () from /usr/lib/x86_64-linux-gnu/libstellarsolver.so.2
#2 0x00007ffff6834968 in ExternalExtractorSolver::extract() () from /usr/lib/x86_64-linux-gnu/libstellarsolver.so.2
#3 0x00007ffff683b39c in ExternalExtractorSolver::run() () from /usr/lib/x86_64-linux-gnu/libstellarsolver.so.2
#4 0x00007ffff4f9e9d2 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5 0x00007ffff6b0b609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#6 0x00007ffff4869133 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Last edit: 1 year 7 months ago by Derek.
1 year 7 months ago #85702

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

  • Posts: 456
  • Thank you received: 76
Solved by reinstalling kstars and removing libstellarsolver.
Ran the following 3 commands and all ok now


sudo apt-get remove kstars-bleeding
sudp apt-get remove libstellarsolver
sudo apt-get install kstars-bleeding
1 year 7 months ago #85752

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

Time to create page: 0.369 seconds