| Summary: | KTimeTracker, opening Edit history dialog crash | ||
|---|---|---|---|
| Product: | [Applications] ktimetracker | Reporter: | Benoit S. <kde> |
| Component: | general | Assignee: | Alexander Potashev <aspotashev> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | 5.0.1 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Benoit S.
2020-08-04 07:30:28 UTC
May be coming from this sanity check: "qFatal("orphan event");" from https://invent.kde.org/pim/ktimetracker/-/blob/master/src/dialogs/historydialog.cpp
You can run ktimetracker from command line to confirm if you want, this should print "orphan event".
The code should be changed to ignore such errors.
On Monday, August 24, 2020 5:39:09 AM JST Alexander Potashev wrote:
> https://bugs.kde.org/show_bug.cgi?id=424993
>
> --- Comment #1 from Alexander Potashev <aspotashev@gmail.com> ---
> May be coming from this sanity check: "qFatal("orphan event");" from
> https://invent.kde.org/pim/ktimetracker/-/blob/master/src/dialogs/historydia
> log.cpp
>
> You can run ktimetracker from command line to confirm if you want, this
> should print "orphan event".
>
> The code should be changed to ignore such errors.
Indeed I see "orphan event" in the console.
A possibly relevant merge request was started @ https://invent.kde.org/pim/ktimetracker/-/merge_requests/1 |