Bug 346758 - When notifications appear plasma freezes for 10-15 seconds
Summary: When notifications appear plasma freezes for 10-15 seconds
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: Notifications (show other bugs)
Version: 5.3.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: 1.0
Assignee: Martin Klapetek
URL: https://vid.me/tR8v
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-27 05:21 UTC by temporary987
Modified: 2015-05-05 18:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
bustle log (59.65 KB, application/vnd.tcpdump.pcap)
2015-04-27 13:58 UTC, temporary987
Details
and in pdf (36.15 KB, application/pdf)
2015-04-27 13:58 UTC, temporary987
Details

Note You need to log in before you can comment on or make changes to this bug.
Description temporary987 2015-04-27 05:21:44 UTC
When a notification is being displayed (like the one created by PolicyKit Authentication Dialog or the one created by NetworkManager (when connection is activated, etc), or like the one created by Muon when updates available), plasma freezes. The frame of notification appears, but without any content. In 5-6 seconds the content of the notification is displayed and in 5-6 more seconds notification disappears, and in about 5 more seconds Plasma can be used again (from the beginning of the notification and till it's end plasma didn't react on any actions)

Reproducible: Always

Steps to Reproduce:
1. Cause any notification (for example, activate NetworkManager notifications and activate/deactivate connection)

Actual Results:  
Plasma freezes, notification frame appears, notification content appears, notification disappears, plasma unfreezes

Expected Results:  
Notification should be displayed smoothly without any impact on plasma itself
Comment 1 Martin Klapetek 2015-04-27 08:00:16 UTC
Interesting. Does this also happen with simple notify-send? Also, what distro/package version and what graphics driver do you use?
Comment 2 temporary987 2015-04-27 08:56:58 UTC
Nvidia proprietary, 346, ubuntu vivid.

I have no possibility to test notifysend now (will check later), but kdialog passivepopup doesnt cause this problem.
Comment 3 temporary987 2015-04-27 12:50:17 UTC
No problems with kdialog --passivepopup and notify-send.
Comment 4 Martin Klapetek 2015-04-27 12:54:28 UTC
Thanks. Can you identify particular notifications with which it does freeze? You've mentioned network manager, any other applications/applets that would freeze plasma?
Comment 5 temporary987 2015-04-27 13:00:23 UTC
If there are updates available, Muon will show notification - freeze.
If I change output audio device, there is a notification about device switch - freeze.
If I connect my smartphone using KDE Connect, it will show pairing request as a notification - freeze.
Policykit authentication also spawns notification - freeze.
Seems like it doesn't matter, which program spawns notification, the problem is in the notification system.
Comment 6 Martin Klapetek 2015-04-27 13:49:17 UTC
Ok so I was hoping this would be just one component which would make it very likely to be that component's fault rather than the notification system.

It's not strictly in the notification system as otherwise kdialog and/or notify-send would have the very same problem, which they don't.

Can you install and run bustle, start recording a log and then try to trigger just one freeze, stop bustle logging and attach the log here please?
Comment 7 temporary987 2015-04-27 13:58:21 UTC
Created attachment 92276 [details]
bustle log

Here it is. First 4 entries in a log appeared immediately after I triggered notification (by sending KDEConnect request), the fifth appeared after notification disappeared, plasma unfreezed.
Comment 8 temporary987 2015-04-27 13:58:35 UTC
Created attachment 92277 [details]
and in pdf
Comment 9 Martin Klapetek 2015-04-27 14:05:20 UTC
Ok that doesn't say much.

Can you try turning compositing mode off and see if that still freezes? Alt+shift+f12.
Comment 10 temporary987 2015-04-27 15:43:32 UTC
Reproduces without compositing.
Comment 11 Martin Klapetek 2015-05-04 16:14:56 UTC
Ok, so the last thing to try is to see where exactly is plasma stuck when it's stuck.

So make it freeze and attach gdb to it. In case you have no experience with gdb, just follow these steps:

0/ open konsole and send the kdeconnect notification that will make it freeze
1/ run "gdb --pid `pidof plasmashell`" in konsole (without those double quotes)
1.5/ if you get some error about permissions and ptrace, repeat with sudo (or run "sudo !!")
2/ wait for gdb to settle
3/ type "bt" <enter>
4/ copy that bt (full) in here

You might want to install qt5 debug symbols first (qtbase, qtquick and qtdeclarative) and also plasma-framework aaand knotifications-framework if you don't have already.
Comment 12 temporary987 2015-05-05 18:15:07 UTC
Please forgive me, I have deleted my Kubuntu partition by accident, and when I reinstalled it I didn't manage to reproduce this bug O_o
Comment 13 Martin Klapetek 2015-05-05 18:22:27 UTC
Sorry to hear. If you're able to reproduce again, please follow the instructions in comment #11 and reopen this bug.

Thanks