Created attachment 134672 [details] kstats log file SUMMARY After a new build kstars now aborts immediately after the splash is displayed STEPS TO REPRODUCE 1. run kstars 2. 3. OBSERVED RESULT as above - see attached log EXPECTED RESULT kstars runs SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Raspberry Pi OS (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
A complete rebuild ends with the following messages. Scanning dependencies of target kstars [ 79%] Building CXX object kstars/CMakeFiles/kstars.dir/main.cpp.o [ 80%] Building CXX object kstars/CMakeFiles/kstars.dir/qrc_kstars.cpp.o [ 80%] Building CXX object kstars/CMakeFiles/kstars.dir/kstars_autogen/mocs_compilation.cpp.o [ 80%] Linking CXX executable kstars collect2: fatal error: ld terminated with signal 9 [Killed] compilation terminated. make[2]: *** [kstars/CMakeFiles/kstars.dir/build.make:201: kstars/kstars] Error 1 make[2]: *** Deleting file 'kstars/kstars' make[1]: *** [CMakeFiles/Makefile2:1004: kstars/CMakeFiles/kstars.dir/all] Error 2 make: *** [Makefile:141: all] Error 2
Created attachment 134951 [details] New log file
Comment on attachment 134951 [details] New log file pi@HOM-RPi4:~/Projects/build/kstars $ kstars libEGL warning: DRI2: failed to authenticate qt5ct: using qt5ct plugin Segmentation fault
Thank you for the report, but this not look like a KStars issue. It's rather some issue in the OS itself due to perhaps some updates?
Jasem, I am not sure, it works before doing a git pull and make and after it fails. This is with no OS changes. Paul
Jasem, I have thought about this a bit more, I will do a full make without a git pull and see if that fails. If so, you are right. Paul
Jasem, I did a rebuild without the git pull and it updated without any issues and kstars is still working. So, this leads me to believe it is the kstars updates that are causing the issues. Paul