Bug 282383 - An intermitent segfault when log in to kde4
Summary: An intermitent segfault when log in to kde4
Status: RESOLVED WORKSFORME
Alias: None
Product: ksmserver
Classification: Plasma
Component: general (show other bugs)
Version: 4.6.x
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Lubos Lunak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-20 07:54 UTC by san
Modified: 2012-09-14 00:29 UTC (History)
0 users

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 san 2011-09-20 07:54:33 UTC
Version:           unspecified (using KDE 4.6.0) 
OS:                Linux

We have an intermitent problem in kde4. 
When a user log in a kde4 segfault is issued. We attach the backtrace that it's showed, and only closing the application and log in again to the system works.
I can't reproduce the problem every time, sometimes it works and sometimes not and I can't trace why this is happening.
The user credentials are in a LDAP server and the user home is mounted by samba. 
Our distribution is OpenSuse 11.4 32bits.

Application: El gestor de sesiones de KDE (kdeinit4), signal: Segmentation fault
[KCrash Handler]
#7  0xb5f24fe4 in _IceTransGetConnectionNumber () from /usr/lib/libICE.so.6
#8  0xb5f27e2e in IceConnectionNumber () from /usr/lib/libICE.so.6
#9  0xb0b52202 in ?? () from /usr/lib/libkdeinit4_ksmserver.so
#10 0xb0b5596a in ?? () from /usr/lib/libkdeinit4_ksmserver.so
#11 0xb6dd48cd in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib/libQtCore.so.4
#12 0xb6de4a2c in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#13 0xb6e33e55 in QSocketNotifier::activated(int) () from /usr/lib/libQtCore.so.4
#14 0xb6deabbf in QSocketNotifier::event(QEvent*) () from /usr/lib/libQtCore.so.4
#15 0xb62da414 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#16 0xb62e30c7 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#17 0xb74281f1 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#18 0xb6dcdfde in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#19 0xb6dfc108 in ?? () from /usr/lib/libQtCore.so.4
#20 0xb5a7d509 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#21 0xb5a7dd10 in ?? () from /lib/libglib-2.0.so.0
#22 0xb5a7dfce in g_main_context_iteration () from /lib/libglib-2.0.so.0
#23 0xb6dfc76b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#24 0xb639055a in ?? () from /usr/lib/libQtGui.so.4
#25 0xb6dcd2bd in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#26 0xb6dcd4e9 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#27 0xb6dd1f90 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#28 0xb62d8104 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#29 0xb0b5025a in kdemain () from /usr/lib/libkdeinit4_ksmserver.so
#30 0x0804e531 in _start ()



Reproducible: Sometimes

Steps to Reproduce:
log in to KDE with a user that has samba home and LDAP credentials

Actual Results:  
Kde4 segfaults

Expected Results:  
log in to kde without errors
Comment 1 san 2012-09-13 09:50:26 UTC
We just update OpenSuse11 to OpenSuse12 and it seems that all works ok from now.
Thanks!
Comment 2 Jekyll Wu 2012-09-14 00:29:54 UTC
Thanks for your follow up.