Summary: | Crash when trying to show system activity | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Richard Hartmann <richih-kde> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | apachebcn, danielmarti5, me |
Priority: | NOR | ||
Version: | 4.6.2 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.2 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Richard Hartmann
2010-09-17 01:47:39 UTC
Created attachment 52833 [details]
New crash information added by DrKonqi
krunner (0.1) on KDE Platform 4.5.73 (4.6 >= 20101019) using Qt 4.7.0
- What I was doing when the application crashed:
* Pressed Alt+Space ( my custom shortcut for Krunner )
* Went through the current settings. DId not change anything
* Clicked on the "Show System Activities" button
* CRASH!
-- Backtrace (Reduced):
#7 0xb6489b90 in QWidget::ensurePolished() const () from /usr/lib/libQtGui.so.4
#8 0xb649603c in QWidgetPrivate::show_recursive() () from /usr/lib/libQtGui.so.4
#9 0xb649617c in QWidgetPrivate::showChildren(bool) () from /usr/lib/libQtGui.so.4
#10 0xb64962c1 in QWidgetPrivate::show_helper() () from /usr/lib/libQtGui.so.4
#11 0xb649673b in QWidget::setVisible(bool) () from /usr/lib/libQtGui.so.4
Created attachment 54368 [details]
New crash information added by DrKonqi
krunner (0.1) on KDE Platform 4.5.1 (KDE 4.5.1) using Qt 4.7.0
- What I was doing when the application crashed: I pressed Alt+F2, went to configuration, changed a few things, closed the configuration tab and clicked to System Activity. Then, it crashed.
-- Backtrace (Reduced):
#6 QWidget::ensurePolished (this=0x15966a0) at kernel/qwidget.cpp:9526
#7 0x00007f09f218e0f6 in QWidgetPrivate::show_recursive (this=0x182b4f0) at kernel/qwidget.cpp:7226
#8 0x00007f09f218e221 in QWidgetPrivate::showChildren (this=<value optimized out>, spontaneous=false) at kernel/qwidget.cpp:7675
#9 0x00007f09f218de3f in QWidgetPrivate::show_helper (this=0xeb0ed0) at kernel/qwidget.cpp:7314
#10 0x00007f09f218f69a in QWidget::setVisible (this=0xeb0d80, visible=<value optimized out>) at kernel/qwidget.cpp:7589
Created attachment 59622 [details]
New crash information added by DrKonqi
krunner (0.1) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.0
- What I was doing when the application crashed:
simply i clicked system activity icon. nothing special to say, i click system activity after login Kde and chromium navigation.
Now i repeat this process and now it's ok.
-- Backtrace (Reduced):
#7 QWidget::ensurePolished (this=0x930f290) at kernel/qwidget.cpp:9526
#8 0xb645882c in QWidgetPrivate::show_recursive (this=0x9299660) at kernel/qwidget.cpp:7226
#9 0xb6458975 in QWidgetPrivate::showChildren (this=0x8f94ea8, spontaneous=false) at kernel/qwidget.cpp:7675
#10 0xb6458551 in QWidgetPrivate::show_helper (this=0x8f94ea8) at kernel/qwidget.cpp:7314
#11 0xb6459e9b in QWidget::setVisible (this=0x8f94dd8, visible=true) at kernel/qwidget.cpp:7589
Fixed with Plasma 5. |