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

--- Comment #8 from Jan Grulich <jgrul...@redhat.com> ---
(In reply to postix from comment #6)
> (In reply to Jan Grulich from comment #5)
> > Is this crash reproducible all the time?
> 
> So far it happened only once and then I had no chance to test it again.
> I will check it again if it happens in a Zoom session, which does not make
> use of WebRTC afaik. 

It definitely used WebRTC, the debug information is from there.

(In reply to Kai Uwe Broulik from comment #7)
> 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.

We would know for sure from DBus log. Can you try to run "dbus-monitor
--session" in a terminal, while trying to share a screen in Zoom?

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

Reply via email to