Build: 2018-05-25T20:21:49Z Set Time: selecting some days into the future (example from 2-07-2018 to 27-07-2018) by clicking on the day in the calendar causes a crash. When advancing by one siderial day KStars crashes after 11 steps. Or when the Moon has traversed the hemisphere. Same result with 5 day steps: just two steps.
I just tried all the above and none caused a crash. You have any backtrace from the crash?
Created attachment 113782 [details] crash.log On 05/07/18 15:35, Jasem Mutlaq wrote: > https://bugs.kde.org/show_bug.cgi?id=396089 > > --- Comment #1 from Jasem Mutlaq <mutlaqja@ikarustech.com> --- > I just tried all the above and none caused a crash. You have any backtrace from > the crash? > I used this instruction: https://stackoverflow.com/questions/44954314/swift-debugging-on-linux-missing-backtrace ATTENTION: Great news though, there is a bash script which does all the work for you. Instruction's are slight, but this is what you need to do: Download this script: https://raw.githubusercontent.com/apple/swift/master/utils/symbolicate-linux-fatal Execute your crashing app. |$ myApp &>crash.log| Then execute the script. |$ ./symbolicate-linux-fatal myApp crash.log Adjusted: ||$ kstars %U &>crash.log| Then execute the script. |$ ./symbolicate-linux-fatal.sh kstars crash.log| The crash log is attached. -- John ||
Ok you specified "Ubuntu Packages" and "Linux" in the bug report. Will take a look at this, thanks.
Ok tested on Mac and also no crash.