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

Kai Uwe Broulik <k...@privat.broulik.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@privat.broulik.de

--- Comment #7 from Kai Uwe Broulik <k...@privat.broulik.de> ---
Is it possible the session object goes away whilst the prompt is shown?

We do:

ScreenCastSession *session = qobject_cast<ScreenCastSession
*>(Session::getSession(session_handle.path()));
...
if (screenDialog->exec()) {
    ...
    new NotificationInhibition(app_id, i18nc("Do not disturb mode is enabled
because...", "Screen sharing in progress"), session);
}

So is it possible for the session object to go away in the mean time? If so,
this would explain the crash and needs a guard of some sort.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to