×

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

Bi-monthly release with minor bug fixes and improvements

KStars segfault reloading asteroids data

  • Posts: 1009
  • Thank you received: 133
Today I updated my asteroids database (using Data->Updates->Asteroids). It downloaded something from the web, and died with a segfault when loading the new data :(
After a restart things seem to run fine. But I thought I try to track it down, deleted $HOME/.local/share/kstars/asteroids.dat, and started kstars in gdb, intending to re-download the update. But it directly crashed - seems it directly re-downloaded it automatically?
Anyhow, here's the message:
<code>
Thread 1 "kstars" received signal SIGSEGV, Segmentation fault.
0x0000555555baf7ed in SkyObject::translatedLongName (this=0x555558fd22c0)
at /usr/src/packages/BUILD/kstars/kstars/skyobjects/skyobject.h:171
171 QString translatedLongName() const { return i18n(longname().toUtf8()); }
</code>
Backtrace is really longish (57 hops), so attached as file.

Edit: Sorry, forgot: Build: 2019-10-30T15:54:44Z kstars-3.3.7-868_g02d191bae
Last edit: 4 years 5 months ago by Peter Sütterlin.
4 years 5 months ago #45375
Attachments:

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

Time to create page: 0.620 seconds