×

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

Bi-monthly release with minor bug fixes and improvements

Unable to use Online Astrometry

  • Posts: 1224
  • Thank you received: 566
If you're using Stellarmate, then please reach out to the Stellarmate support and they can help you identify the crash.

If it's KStars and I have a little down time, I can try and reproduce the crash--I only run on Linux here, so hopefully it would reproduce on Ubuntu 22.04.

Please make sure you can repeat it, then send me:
- the fits file you used to crash the system (was it one of those you already sent?)
- the log file
- which OS/computer you're using,
- which version of KStars
- assuming linux, please send ~/.config/kstarsrc ~/.local/share/kstars/userdb.sqlite

Thanks,
Hy

PS If you are a programmer--e.g. this makes sense to you--please also do this
- run kstars under gdb
- when it crashes get a stack trace with the bt command
2 months 1 week ago #99198

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

I tested KStars with online astrometry and it worked fine right away. Did you put your API key in the config?
2 months 1 week ago #99206

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

  • Posts: 124
  • Thank you received: 13
I can confirm I jave used my own key for online astrometry. And yes I am using stellarmate OS.


1Thread 1 "kstars" received signal SIGSEGV, Segmentation fault.
0x00007ffff4b1906c in QString::operator=(QString const&) ()
from /lib/aarch64-linux-gnu/libQt5Core.so.5
(gdb) bt
#0 0x00007ffff4b1906c in QString::operator=(QString const&) ()
from /lib/aarch64-linux-gnu/libQt5Core.so.5
#1 0x00007ffff6267e88 in ExternalExtractorSolver::saveAsFITS() ()
from /lib/aarch64-linux-gnu/libstellarsolver.so.2
#2 0x00007ffff62839f0 in StellarSolver::start() ()
from /lib/aarch64-linux-gnu/libstellarsolver.so.2
#3 0x00007ffff4cca5c0 in ?? () from /lib/aarch64-linux-gnu/libQt5Core.so.5
#4 0x00007ffff58697ac in QAbstractButton::clicked(bool) ()
from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#5 0x00007ffff5869a3c in ?? () from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#6 0x00007ffff586b628 in ?? () from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#7 0x00007ffff586b8b8 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#8 0x00007ffff57bfe9c in QWidget::event(QEvent*) ()
from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#9 0x00007ffff577c0a0 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#10 0x00007ffff57847ac in QApplication::notify(QObject*, QEvent*) ()
from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#11 0x00007ffff4c8cd40 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/aarch64-linux-gnu/libQt5Core.so.5
#12 0x00007ffff5782c78 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) ()
--Type <RET> for more, q to quit, c to continue without paging--c
from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#13 0x00007ffff57db6f0 in ?? () from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#14 0x00007ffff57de4ec in ?? () from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#15 0x00007ffff577c0a0 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/aarch64-linux-gnu/libQt5Widgets.so.5
#16 0x00007ffff4c8cd40 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/aarch64-linux-gnu/libQt5Core.so.5
#17 0x00007ffff5087b1c in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /lib/aarch64-linux-gnu/libQt5Gui.so.5
#18 0x00007ffff505db44 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/aarch64-linux-gnu/libQt5Gui.so.5
#19 0x00007fffedfc2ab8 in ?? () from /lib/aarch64-linux-gnu/libQt5XcbQpa.so.5
#20 0x00007ffff38e774c in g_main_context_dispatch ()
from /lib/aarch64-linux-gnu/libglib-2.0.so.0
#21 0x00007ffff38e79e0 in ?? () from /lib/aarch64-linux-gnu/libglib-2.0.so.0
#22 0x00007ffff38e7a84 in g_main_context_iteration ()
from /lib/aarch64-linux-gnu/libglib-2.0.so.0
#23 0x00007ffff4ceeaa8 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/aarch64-linux-gnu/libQt5Core.so.5
#24 0x00007ffff4c8b258 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/aarch64-linux-gnu/libQt5Core.so.5
#25 0x00007ffff4c942dc in QCoreApplication::exec() ()
from /lib/aarch64-linux-gnu/libQt5Core.so.5
#26 0x00005555556cfda4 in main (argc=<optimized out>, argv=<optimized out>)
at ./kstars/main.cpp:386
(gdb) exit
A debugging session is active.

Inferior 1 [process 2936] will be killed.
Last edit: 2 months 1 week ago by Outta.
2 months 1 week ago #99209

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

Time to create page: 0.338 seconds