[frameworks-kcalendarcore] [Bug 457964] Program kalendarac crash

Giuseppe Della Bianca bugzilla_noreply at kde.org
Tue Aug 16 16:44:39 BST 2022


https://bugs.kde.org/show_bug.cgi?id=457964

--- Comment #1 from Giuseppe Della Bianca <giusdbg at gmail.com> ---
(gdb) frame 1

QDateTime
KalendarAlarmClient::occurrenceForAlarm(const KCalendarCore::Incidence::Ptr
&incidence, const KCalendarCore::Alarm::Ptr &alarm, const QDateTime &from)
const
{
    if (!incidence->recurs()) {
        return {};
    }

    // recurring alarms not handled here for simplicity
    if (alarm->repeatCount()) {
        return {};
    }

(gdb) print incidence
$1 = (const KCalendarCore::Incidence::Ptr &) @0x7fffffffc940: {value = 0x0, d =
0x0}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list