| Summary: | Calendar Bug advance about 10 days and KStars crashes. | ||
|---|---|---|---|
| Product: | [Applications] kstars | Reporter: | VTVL <john.sved> |
| Component: | general | Assignee: | Jasem Mutlaq <mutlaqja> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | critical | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.9.6 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | crash.log | ||
|
Description
VTVL
2018-07-02 12:09:21 UTC
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. |