Summary: | Plasma crash right after login | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Marc Schiffbauer <mschiff> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | fuckel, j.mairboeck |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Marc Schiffbauer
2011-01-27 23:59:41 UTC
Created attachment 57587 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.6.00 (4.6.0) using Qt 4.7.1
- What I was doing when the application crashed:
I just log in and got the crash. But this situation is not so often as crashes after log out (about 1 to 20).
-- Backtrace (Reduced):
#8 0xb6134845 in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:93
#9 0xb6132765 in __cxxabiv1::__terminate (handler=0xb61346f0 <__gnu_cxx::__verbose_terminate_handler()>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:39
#10 0xb61327a2 in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:49
#11 0xb61333a5 in __cxxabiv1::__cxa_pure_virtual () at ../../../../libstdc++-v3/libsupc++/pure.cc:50
#12 0xb686df90 in QGraphicsItem::sceneBoundingRect (this=0x86c74b8) at graphicsview/qgraphicsitem.cpp:4787
Created attachment 60924 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.6.4 (4.6.4) using Qt 4.7.3
- What I was doing when the application crashed:
Today plasma crashed even twice in a row on login. This is the second crash, I clicked the first one away.
-- Backtrace (Reduced):
#10 0xb617095d in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:93
#11 0xb616e6b3 in __cxxabiv1::__terminate (handler=0xb6170810 <__gnu_cxx::__verbose_terminate_handler()>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:39
#12 0xb616e6ef in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:49
#13 0xb616e8ba in __cxxabiv1::__cxa_rethrow () at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:116
#14 0xb6de0d57 in QEventLoop::exec (this=0xbfe5e904, flags=...) at kernel/qeventloop.cpp:214
Created attachment 63678 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.7.1 (4.7.1) using Qt 4.7.4
- What I was doing when the application crashed:
plasma-desktop crashes nearly every time on login. I usually have to restart it manually (using KRunner) because DrKonqi doesn't show up.
- Unusual behavior I noticed:
You have to restart plasma after all the KDE initialization is done, or it will crash again.
This time, DrKonqi showed on the first on the first crash and automatically restarted plasma. Though that was too early, and it crashed again, again without DrKonqi (the first DrKonqi still open).
Restarting plasma after some time from KRunner, it didn't crash any more, like expected.
-- Backtrace (Reduced):
#10 0xb621695d in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:93
#11 0xb62146b3 in __cxxabiv1::__terminate (handler=0xb6216810 <__gnu_cxx::__verbose_terminate_handler()>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:39
#12 0xb62146ef in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:49
#13 0xb62148ba in __cxxabiv1::__cxa_rethrow () at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:116
#14 0xb6e8ff47 in QEventLoop::exec (this=0xbfc945a4, flags=...) at kernel/qeventloop.cpp:214
I have some new findings concerning this bug: Plasma crashes only if I have an active network connection when starting KDE, regardless whether it is wired or wireless. I usually just use WiFi, so I have no wired connection. I have now disabled "connect automatically" on the connection, but set it as system connection. So, directly after booting, there is no active connection and Plasma does not crash. I connect to the wireless network after Plasma has initialized fully, so it still doesn't crash. However, when I logout and log in again, Plasma will crash on login, because the network remains active, also during KDE startup. *** This bug has been marked as a duplicate of bug 255437 *** |