Bug 396089 - Calendar Bug advance about 10 days and KStars crashes.
Summary: Calendar Bug advance about 10 days and KStars crashes.
Status: RESOLVED WORKSFORME
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: 2.9.6
Platform: Ubuntu Linux
: NOR critical
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-02 12:09 UTC by VTVL
Modified: 2018-08-08 06:57 UTC (History)
0 users

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


Attachments
crash.log (15.76 KB, text/x-log)
2018-07-05 16:04 UTC, VTVL
Details

Note You need to log in before you can comment on or make changes to this bug.
Description VTVL 2018-07-02 12:09:21 UTC
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.
Comment 1 Jasem Mutlaq 2018-07-05 13:35:32 UTC
I just tried all the above and none caused a crash. You have any backtrace from the crash?
Comment 2 VTVL 2018-07-05 16:04:56 UTC
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
||
Comment 3 Jasem Mutlaq 2018-07-05 16:08:53 UTC
Ok you specified "Ubuntu Packages" and "Linux" in the bug report. Will take a look at this, thanks.
Comment 4 Jasem Mutlaq 2018-07-20 16:40:00 UTC
Ok tested on Mac and also no crash.