×

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

Bi-monthly release with minor bug fixes and improvements

[Solved:} Segmentation fault with CometsComponent

  • Posts: 460
  • Thank you received: 69
Hi,
I just did an AstroPi3 update and and ran the system software updater. I get this error on launching kstars (the bleeding edge version from today)


<code>Thread 1 "kstars" received signal SIGSEGV, Segmentation fault.
0x0000005555af998c in CometsComponent::downloadReady (this=0x5557bab2a0)
at ./kstars/skycomponents/cometscomponent.cpp:260
260 ./kstars/skycomponents/cometscomponent.cpp: No such file or directory.

(gdb) bt
#0 0x0000005555af998c in CometsComponent::downloadReady() (this=0x5557bab2a0)
at ./kstars/skycomponents/cometscomponent.cpp:260
#1 0x0000007fb5f4f17c in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib/aarch64-linux-gnu/libQt5Core.so.5
#2 0x0000005555c5b9d0 in FileDownloader::dataFinished(QNetworkReply*) (this=0x55598b92f0, pReply=0x555985bb10) at ./kstars/auxiliary/filedownloader.cpp:121
#3 0x000000555584f858 in FileDownloader::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>)
at ./obj-aarch64-linux-gnu/kstars/KStarsLib_autogen/AG5HAXE226/moc_filedownloader.cpp:109
#4 0x0000007fb5f4f17c in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib/aarch64-linux-gnu/libQt5Core.so.5
#5 0x0000007fb6fe32c4 in QNetworkAccessManager::finished(QNetworkReply*) ()
at /usr/lib/aarch64-linux-gnu/libQt5Network.so.5
#6 0x0000007fb6fe4304 in () at /usr/lib/aarch64-linux-gnu/libQt5Network.so.5
#7 0x00000055598b9300 in ()
(gdb)

</code>

Then I tried updating my version on the same Odroid-N2 built from source using the instructions at indilib.org/forum/general/210-howto-buil...st-libindi-ekos.html
I'm a complete newbie with git, so I think I pulled the new changes from the specific folders (after a requested stash, which is one of the things I don't really understand). QtCreator was running, and detected source code changes.
I ran both the debug version and non-debug version from QtCreator without a problem.

How do I identify the version of code in the version I downloaded using software updater (now that I've forgotten what it said)? I think it was 2019-11-25.

Thanks
Last edit: 4 years 4 months ago by Jerry Black.
4 years 4 months ago #46238

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

Sorry about that! This was fixed in GIT. Build again or wait for the next nightly update.
4 years 4 months ago #46239

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

Time to create page: 0.456 seconds