Bug 431340 - Kstars aborts after splash
Summary: Kstars aborts after splash
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR critical
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-09 04:28 UTC by Paul
Modified: 2021-01-17 11:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
kstats log file (6.09 KB, text/plain)
2021-01-09 04:28 UTC, Paul
Details
New log file (6.09 KB, text/x-log)
2021-01-17 06:58 UTC, Paul
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul 2021-01-09 04:28:12 UTC
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
Comment 1 Paul 2021-01-10 05:46:14 UTC
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
Comment 2 Paul 2021-01-17 06:58:29 UTC
Created attachment 134951 [details]
New log file
Comment 3 Paul 2021-01-17 07:00:10 UTC
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
Comment 4 Jasem Mutlaq 2021-01-17 07:36:13 UTC
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?
Comment 5 Paul 2021-01-17 07:55:59 UTC
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
Comment 6 Paul 2021-01-17 07:58:25 UTC
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
Comment 7 Paul 2021-01-17 11:13:35 UTC
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