Bug 172521 - Plasma crashes at start
Summary: Plasma crashes at start
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 15:34 UTC by Tomas Racek
Modified: 2008-10-15 20:14 UTC (History)
1 user (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 Tomas Racek 2008-10-10 15:34:22 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 -Os -fomit-frame-pointer -pipe
OS:                Linux
Installed from:    Compiled sources

Plasma crashes at startup, I tried to remove ~/.kde, but this didn't help.

Application: Plasma Workspace (plasma), signal SIGSEGV
[Current thread is 0 (LWP 29571)]                     

Thread 3 (Thread 0xb36a4b90 (LWP 29572)):
#0  0xb7f5e424 in __kernel_vsyscall ()   
#1  0xb662fbb5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0xb6687cc5 in QWaitConditionPrivate::wait () from /usr/lib/qt4/libQtCore.so.4
#3  0xb6687927 in QWaitCondition::wait () from /usr/lib/qt4/libQtCore.so.4       
#4  0xb36ba22e in RenderThread::run (this=0x825a034) at /var/tmp/paludis/kde-base-plasma-workspace-scm/work/plasma-workspace/plasma/wallpapers/image/renderthread.cpp:90                                                                                                                      
#5  0xb66875f3 in QThreadPrivate::start () from /usr/lib/qt4/libQtCore.so.4                                                                    
#6  0xb662c150 in start_thread () from /lib/libpthread.so.0                                                                                    
#7  0xb5b5a1de in clone () from /lib/libc.so.6                                                                                                 

Thread 2 (Thread 0xb28f2b90 (LWP 29573)):
#0  0xb7f5e424 in __kernel_vsyscall ()   
#1  0xb662fbb5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0xb6687cc5 in QWaitConditionPrivate::wait () from /usr/lib/qt4/libQtCore.so.4
#3  0xb6687927 in QWaitCondition::wait () from /usr/lib/qt4/libQtCore.so.4       
#4  0xb685315f in QHostInfoAgent::run () from /usr/lib/qt4/libQtNetwork.so.4     
#5  0xb66875f3 in QThreadPrivate::start () from /usr/lib/qt4/libQtCore.so.4      
#6  0xb662c150 in start_thread () from /lib/libpthread.so.0                      
#7  0xb5b5a1de in clone () from /lib/libc.so.6                                   

Thread 1 (Thread 0xb4eb6720 (LWP 29571)):
#0  0xb7f5e424 in __kernel_vsyscall ()   
#1  0xb5b241e6 in nanosleep () from /lib/libc.so.6
#2  0xb5b24000 in sleep () from /lib/libc.so.6    
#3  0xb6eb51be in KCrash::startDrKonqi () from /usr/kde/svn/lib/libkdeui.so.5
#4  0xbfe75980 in ?? ()                                                      
#5  0xbfe77b58 in ?? ()                                                      
#6  0x00000003 in ?? ()                                                      
#7  0xb5bcb140 in ?? () from /lib/libc.so.6
Comment 1 Vitaliy V. Osypenko 2008-10-13 18:57:53 UTC
I have the same problem, kde 4.1.69, gcc 4.3.2 -O2 -march=athlon64 -mtune=athlon64 -msse3 -pipe, glibc 2.8, amd64.
Comment 2 Vitaliy V. Osypenko 2008-10-15 19:16:44 UTC
I've resolved it by recompiling playground-plasma.
Comment 3 Tomas Racek 2008-10-15 20:14:58 UTC
Thanks for suggestion. It works now again. :-)