Bug 350691 - plasma freeze if system notification pop up
Summary: plasma freeze if system notification pop up
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: Notifications (show other bugs)
Version: 5.3.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Martin Klapetek
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2015-07-28 04:14 UTC by nicky
Modified: 2018-10-27 04:08 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nicky 2015-07-28 04:14:54 UTC
Every time when my laptop has low power or can't connect to network, kde notification will pop up without any information and then all plasmas will freeze while other applications still run well. I use Archlinux with Nvidia card and installed the driver(nouveau) for my card. 

Reproducible: Always
Comment 1 Kai Uwe Broulik 2015-07-28 06:49:32 UTC
Can you try to get a backtrace, please?
Comment 2 Martin Klapetek 2015-07-28 08:39:43 UTC
In the bug title you mention "crash", in the report you mention "freeze". So does it freeze (clicking doesn't do anything) or does it crash (panels and background disappear)?

I think this might be related to bug 341951.
Comment 3 nicky 2015-07-28 12:28:59 UTC
(In reply to Kai Uwe Broulik from comment #1)
> Can you try to get a backtrace, please?

It needs the file's path,but I don't know the specific path of kwrited or knotification.
If I run gdb with backtrace option directly,there is no stack!!!
Are you use archlinux?
Comment 4 nicky 2015-07-28 13:19:02 UTC
(In reply to Martin Klapetek from comment #2)
> In the bug title you mention "crash", in the report you mention "freeze". So
> does it freeze (clicking doesn't do anything) or does it crash (panels and
> background disappear)?
> 
> I think this might be related to bug 341951.

Thanks for reply. It's freeze.
Are you sure it's related to intel video driver as my drivers are up-to-date!
Something different is that plasma gets frozen when there are nm connection's fault and low power even though I'm working!!! It's annoying and unreceptable!
Find out what's wrong and fix it, please!
Comment 5 Martin Klapetek 2015-07-29 12:50:42 UTC
No I'm not sure it's related. It does have the same symptoms though.

Best help you can provide at this point is to attach gdb to the running
plasmashell and get the stack of where it is stuck.

Do:

$ gdb --pid `pidof plasmashell`

if that gives you something about ptrace_scope and not having privillegies, you can either repeat with sudo or follow the ptrace_scope advice.

Once you're in gdb, do:

> thread apply all bt

and post the output please.
Comment 6 nicky 2015-07-30 10:16:55 UTC
(In reply to Martin Klapetek from comment #5)
> No I'm not sure it's related. It does have the same symptoms though.
> 
> Best help you can provide at this point is to attach gdb to the running
> plasmashell and get the stack of where it is stuck.
> 
> Do:
> 
> $ gdb --pid `pidof plasmashell`
> 
> if that gives you something about ptrace_scope and not having privillegies,
> you can either repeat with sudo or follow the ptrace_scope advice.
> 
> Once you're in gdb, do:
> 
> > thread apply all bt
> 
> and post the output please.

I don't think it's related to intel driver!
Because other pop-up notifications(etc usb and music player) work normally except power manager and network manager.
By the way, if I disable popup notifications of power and network, plasma won't freeze.

Process ID of plasmashell is 713. Hope it can help you slove this issue.

(gdb) thread apply all bt

Thread 18 (Thread 0x7f5298b76700 (LWP 714)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52ae1759f2 in ?? () from /usr/lib/libxcb.so.1
#2  0x00007f52ae17756f in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#3  0x00007f529a28fca9 in ?? () from /usr/lib/libQt5XcbQpa.so.5
#4  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#6  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 17 (Thread 0x7f52921f5700 (LWP 727)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
---Type <return> to continue, or q <return> to quit---
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 16 (Thread 0x7f5287dc1700 (LWP 733)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 15 (Thread 0x7f52862c9700 (LWP 831)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop:---Type <return> to continue, or q <return> to quit---
:ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 14 (Thread 0x7f52851f8700 (LWP 832)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6
---Type <return> to continue, or q <return> to quit---

Thread 13 (Thread 0x7f5277fff700 (LWP 833)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 12 (Thread 0x7f5276fee700 (LWP 834)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
---Type <return> to continue, or q <return> to quit---
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 11 (Thread 0x7f5275eed700 (LWP 835)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

---Type <return> to continue, or q <return> to quit---
Thread 10 (Thread 0x7f5267fff700 (LWP 837)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 9 (Thread 0x7f5266ffe700 (LWP 838)):
#0  0x00007f52a876196f in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /usr/lib/libpthread.so.0
#1  0x00007f52aefa7564 in ?? () from /usr/lib/libQt5Script.so.5
#2  0x00007f52aefa75a9 in ?? () from /usr/lib/libQt5Script.so.5
#3  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#4  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

---Type <return> to continue, or q <return> to quit---
Thread 8 (Thread 0x7f52667fd700 (LWP 839)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 7 (Thread 0x7f51df918700 (LWP 859)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa025b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>---Type <return> to continue, or q <return> to quit---
) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52ad2781f6 in ?? () from /usr/lib/libQt5Quick.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 6 (Thread 0x7f51de517700 (LWP 860)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 5 (Thread 0x7f51d0c9a700 (LWP 864)):
---Type <return> to continue, or q <return> to quit---
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f51d12e29f5 in ?? ()
   from /usr/lib/qt/qml/QtQuick/XmlListModel/libqmlxmllistmodelplugin.so
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 4 (Thread 0x7f51c6b25700 (LWP 865)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa025b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>---Type <return> to continue, or q <return> to quit---
) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#7  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#8  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 3 (Thread 0x7f51c4ca2700 (LWP 868)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 2 (Thread 0x7f51be73a700 (LWP 879)):
#0  0x00007f52a9168e8d in poll () from /usr/lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
#1  0x00007f52a5407c7c in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#3  0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007f52a9863af4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007f52acbf0345 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x00007f52a9868a9e in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007f52a875c354 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007f52a9171bfd in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7f52af820800 (LWP 713)):
#0  0x00007f52a984ac63 in ?? () from /usr/lib/libQt5Core.so.5
#1  0x00007f52a98d5e87 in ?? () from /usr/lib/libQt5Core.so.5
#2  0x00007f52a98d5fd9 in ?? () from /usr/lib/libQt5Core.so.5
#3  0x00007f52a9900c76 in QString::number(long long, int) ()
   from /usr/lib/libQt5Core.so.5
#4  0x00007f52a9900d00 in QString::number(int, int) ()
   from /usr/lib/libQt5Core.so.5
#5  0x00007f52adf275c4 in ?? () from /usr/lib/libKF5Plasma.so.5
#6  0x00007f52adf2ca47 in Plasma::Svg::hasElement(QString const&) const ()
---Type <return> to continue, or q <return> to quit---
   from /usr/lib/libKF5Plasma.so.5
#7  0x00007f52adf1e4f8 in ?? () from /usr/lib/libKF5Plasma.so.5
#8  0x00007f52adf203a1 in Plasma::FrameSvg::resizeFrame(QSizeF const&) ()
   from /usr/lib/libKF5Plasma.so.5
#9  0x00007f5290bc705f in ?? ()
   from /usr/lib/qt/qml/org/kde/plasma/core/libcorebindingsplugin.so
#10 0x00007f52ad300fa4 in QQuickItem::setSize(QSizeF const&) ()
   from /usr/lib/libQt5Quick.so.5
#11 0x00007f52ad2f6e56 in ?? () from /usr/lib/libQt5Quick.so.5
#12 0x00007f52ad2f8c72 in ?? () from /usr/lib/libQt5Quick.so.5
#13 0x00007f52ad2fc21a in QQuickItem::geometryChanged(QRectF const&, QRectF const&) () from /usr/lib/libQt5Quick.so.5
#14 0x00007f52ad300816 in QQuickItem::setHeight(double) ()
   from /usr/lib/libQt5Quick.so.5
#15 0x00007f52ad3b9808 in ?? () from /usr/lib/libQt5Quick.so.5
#16 0x00007f52ad3b99aa in ?? () from /usr/lib/libQt5Quick.so.5
#17 0x00007f52ad300fa4 in QQuickItem::setSize(QSizeF const&) ()
   from /usr/lib/libQt5Quick.so.5
#18 0x00007f52ad2f6e56 in ?? () from /usr/lib/libQt5Quick.so.5
#19 0x00007f52ad2f8c72 in ?? () from /usr/lib/libQt5Quick.so.5
#20 0x00007f52ad2fc21a in QQuickItem::geometryChanged(QRectF const&, QRectF const&) () from /usr/lib/libQt5Quick.so.5
#21 0x00007f52ad300816 in QQuickItem::setHeight(double) ()
---Type <return> to continue, or q <return> to quit---
   from /usr/lib/libQt5Quick.so.5
#22 0x00007f52ad3b9808 in ?? () from /usr/lib/libQt5Quick.so.5
#23 0x00007f52ad3b99aa in ?? () from /usr/lib/libQt5Quick.so.5
#24 0x00007f52ad300fa4 in QQuickItem::setSize(QSizeF const&) ()
   from /usr/lib/libQt5Quick.so.5
#25 0x00007f52ad2f6e56 in ?? () from /usr/lib/libQt5Quick.so.5
#26 0x00007f52ad2f8c72 in ?? () from /usr/lib/libQt5Quick.so.5
#27 0x00007f52ad2fc21a in QQuickItem::geometryChanged(QRectF const&, QRectF const&) () from /usr/lib/libQt5Quick.so.5
#28 0x00007f52ad300816 in QQuickItem::setHeight(double) ()
   from /usr/lib/libQt5Quick.so.5
#29 0x00007f52ad30cb2c in ?? () from /usr/lib/libQt5Quick.so.5
#30 0x00007f52ad30d2cb in QQuickItem::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQt5Quick.so.5
#31 0x00007f52acb54454 in QQmlVMEMetaObject::metaCall(QMetaObject::Call, int, void**) () from /usr/lib/libQt5Qml.so.5
#32 0x00007f52acb54557 in QQmlVMEMetaObject::metaCall(QMetaObject::Call, int, void**) () from /usr/lib/libQt5Qml.so.5
#33 0x00007f52acb54557 in QQmlVMEMetaObject::metaCall(QMetaObject::Call, int, void**) () from /usr/lib/libQt5Qml.so.5
#34 0x00007f52acb54557 in QQmlVMEMetaObject::metaCall(QMetaObject::Call, int, void**) () from /usr/lib/libQt5Qml.so.5
#35 0x00007f52acb6e69d in QQmlPropertyPrivate::writeBinding(QObject*, QQmlProper---Type <return> to continue, or q <return> to quit---
tyData const&, QQmlContextData*, QQmlJavaScriptExpression*, QV4::Value const&, bool, QFlags<QQmlPropertyPrivate::WriteFlag>) () from /usr/lib/libQt5Qml.so.5
#36 0x00007f52acbdc86f in QQmlBinding::update(QFlags<QQmlPropertyPrivate::WriteFlag>) () from /usr/lib/libQt5Qml.so.5
#37 0x00007f52acbdcc9e in QQmlBinding::expressionChanged(QQmlJavaScriptExpression*) () from /usr/lib/libQt5Qml.so.5
#38 0x00007f52acbb8c77 in QQmlNotifier::emitNotify(QQmlNotifierEndpoint*, void**) () from /usr/lib/libQt5Qml.so.5
#39 0x00007f52acb5b8bc in QQmlData::signalEmitted(QAbstractDeclarativeData*, QObject*, int, void**) () from /usr/lib/libQt5Qml.so.5
#40 0x00007f52a9a778f0 in QMetaObject::activate(QObject*, int, int, void**) ()
   from /usr/lib/libQt5Core.so.5
#41 0x00007f52ad2fc2a8 in QQuickItem::geometryChanged(QRectF const&, QRectF const&) () from /usr/lib/libQt5Quick.so.5
#42 0x00007f52ad300fa4 in QQuickItem::setSize(QSizeF const&) ()
   from /usr/lib/libQt5Quick.so.5
#43 0x00007f52647c3283 in ?? ()
   from /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
#44 0x00007f52aa27448c in QGridLayoutEngine::setGeometries(QRectF const&, QAbstractLayoutStyleInfo const*) () from /usr/lib/libQt5Gui.so.5
#45 0x00007f52647c261e in ?? ()
   from /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
#46 0x00007f52647c3300 in ?? ()
---Type <return> to continue, or q <return> to quit---
   from /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
#47 0x00007f52aa27448c in QGridLayoutEngine::setGeometries(QRectF const&, QAbstractLayoutStyleInfo const*) () from /usr/lib/libQt5Gui.so.5
#48 0x00007f52647c261e in ?? ()
   from /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
#49 0x00007f52647c0e1a in ?? ()
   from /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
#50 0x00007f52ad316b42 in QQuickWindowPrivate::polishItems() ()
   from /usr/lib/libQt5Quick.so.5
#51 0x00007f52ad2e4b33 in ?? () from /usr/lib/libQt5Quick.so.5
#52 0x00007f52ad2e64c6 in ?? () from /usr/lib/libQt5Quick.so.5
#53 0x00007f52a9fb1b75 in QWindow::event(QEvent*) ()
   from /usr/lib/libQt5Gui.so.5
#54 0x00007f52ad31f9e1 in QQuickWindow::event(QEvent*) ()
   from /usr/lib/libQt5Quick.so.5
#55 0x00007f52af2da00b in PlasmaQuick::Dialog::event(QEvent*) ()
   from /usr/lib/libKF5PlasmaQuick.so.5
#56 0x00007f52aae1800c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
    () from /usr/lib/libQt5Widgets.so.5
#57 0x00007f52aae1d4e6 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libQt5Widgets.so.5
#58 0x00007f52a9a4989b in QCoreApplication::notifyInternal(QObject*, QEvent*)
    () from /usr/lib/libQt5Core.so.5
---Type <return> to continue, or q <return> to quit---
#59 0x00007f52a9fa9c7c in QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*) () from /usr/lib/libQt5Gui.so.5
#60 0x00007f52a9faa9fd in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () from /usr/lib/libQt5Gui.so.5
#61 0x00007f52a9f8fe38 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Gui.so.5
#62 0x00007f529a2c06b0 in ?? () from /usr/lib/libQt5XcbQpa.so.5
#63 0x00007f52a54079fd in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
#64 0x00007f52a5407ce0 in ?? () from /usr/lib/libglib-2.0.so.0
#65 0x00007f52a5407d8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#66 0x00007f52a9aa023f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#67 0x00007f52a9a4726a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#68 0x00007f52a9a4f20c in QCoreApplication::exec() ()
   from /usr/lib/libQt5Core.so.5
#69 0x000000000042ed66 in main ()
Comment 7 Martin Klapetek 2015-07-30 10:44:54 UTC
That's a good progress. Now if only you could install debug packages for libKF5Plasma and libQt5Core and libQt5Quick, that would show more precise data, this has lots of "??" which isn't helpful. I don't know how those debug packages are named on arch though, so you'll have to do a bit of a guess work or ask in a forum or some such.

Once you have those debug symbols, please repeat the gdb step and post updated backtrace, then we'll see what's up.

Thanks
Comment 8 Andrew Crouthamel 2018-09-25 21:52:50 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 9 Andrew Crouthamel 2018-10-27 04:08:06 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!