Bug#466349: kdm: crashses with seg 11 fault when exiting from KDE
Package: kdm Version: 4:3.5.5a.dfsg.1-6etch1 Severity: normal kdm crashes with seg 11 fault when exiting from KDE : this bug doesn't appear each time and isn't always reproductible. May be a segmentation fault? Thanks in advance. Damien Here is the log file: Feb 15 20:53:28 localhost kdm: :0[2814]: (pam_unix) session opened for user damien by (uid=0) Feb 15 20:53:42 localhost kdm: :0[2814]: (pam_unix) session closed for user damien Feb 15 20:53:42 localhost kdm: :0[2814]: PAM unable to dispatch function Feb 15 20:53:42 localhost kdm: :0[2814]: pam_setcred(DELETE_CRED) for damien failed: Bad item passed to pam_*_item() Feb 15 20:53:42 localhost kdm: :0[2814]: PAM unable to dispatch function Feb 15 20:53:42 localhost kernel: kdm[2814]: segfault at b7cc4db0 eip b7cc4db0 esp bf8ae38c error 4 Feb 15 20:53:42 localhost kdm[2809]: Unknown session exit code 0 (sig 11) from manager process -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.24.2 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages kdm depends on: ii debconf [debconf- 1.5.11etch1Debian configuration management sy ii kdebase-bin 4:3.5.5a.dfsg.1-6etch1 core binaries for the KDE base mod ii kdebase-data 4:3.5.5a.dfsg.1-6etch1 shared data files for the KDE base ii kdelibs4c2a 4:3.5.5a.dfsg.1-8 core libraries and binaries for al ii libc6 2.3.6.ds1-13etch4 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-21 GCC support library ii libpam-runtime0.79-5 Runtime support for the PAM librar ii libpam0g 0.79-5 Pluggable Authentication Modules l ii libqt3-mt 3:3.3.7-4etch1 Qt GUI Library (Threaded runtime v ii libstdc++64.1.1-21 The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-7 X11 client-side library ii libxau6 1:1.0.1-2 X11 authorisation library ii libxdmcp6 1:1.0.1-2 X11 Display Manager Control Protoc ii libxtst6 1:1.0.1-5 X11 Testing -- Resource extension ii xbase-clients 1:7.1.ds1-2miscellaneous X clients Versions of packages kdm recommends: ii logrotate 3.7.1-3Log rotation utility -- debconf information: kdm/stop_running_server_with_children: false * shared/default-x-display-manager: kdm kdm/daemon_name: /usr/bin/kdm -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#457487: kdm: Remote XDMCP login broken (segfault)
I, too, confirm this issue. I had to patch and build all of kdebase in order to be able to log into my workstation again. Not a nice experience. For what it's worth, the patch contributed by Paul Brook doesn't apply directly because the bug is actually in a file added through a Debian- specific patch (debian/patches/70_kdm_consolekit.diff). I adjusted the patch so that it can be directly applied to an unpacked source package. diff -ruN kdebase-3.5.8.dfsg.1.orig/debian/patches/70_kdm_consolekit.diff kdebase-3.5.8.dfsg.1/debian/patches/70_kdm_consolekit.diff --- kdebase-3.5.8.dfsg.1.orig/debian/patches/70_kdm_consolekit.diff 2008-02-18 10:25:33.0 + +++ kdebase-3.5.8.dfsg.1/debian/patches/70_kdm_consolekit.diff 2008-02-18 10:33:53.643810003 + @@ -637,7 +637,7 @@ + add_param_string (&iter_struct, "x11-display", d->name); + add_param_boolean (&iter_struct, "is-local", ((d->displayType & d_location) == dLocal)); +#ifdef XDMCP -+ if ((d->displayType & d_location) != dLocal) { ++ if ((d->displayType & d_location) != dLocal && d->remoteHost) { + add_param_string (&iter_struct, "remote-host-name", d->remoteHost); + } +#endif signature.asc Description: This is a digitally signed message part.
Bug#465469: other results
Hi again, here is some other results: $ ldd -d -r /usr/lib/libQt*.so.4 | grep undefined regards, Gabriel undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtNetwork.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtSql.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQt3Support.so.4) undefined symbol: _ZN14QWidgetPrivate15checkWindowRoleEv (/usr/lib/libQt3Support.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtNetwork.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtDBus.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtScript.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtDesigner.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtDesigner.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtScript.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib16staticMetaObjectE (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib16hasPendingEventsEv (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib22registerSocketNotifierEP15QSocketNotifier (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib24unregisterSocketNotifierEP15QSocketNotifier (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib13registerTimerEiiP7QObject (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib15unregisterTimerEi (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib16unregisterTimersEP7QObject (/usr/lib/libQtGui.so.4) undefined symbol: _ZNK20QEventDispatcherGlib16registeredTimersEP7QObject (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib6wakeUpEv (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib9interruptEv (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib5flushEv (/usr/lib/libQtGui.so.4) undefined symbol: _ZTI20QEventDispatcherGlib (/usr/lib/libQtGui.so.4) undefined symbol: _ZN23QCoreApplicationPrivate19checkReceiverThreadEP7QObject (/usr/lib/libQtGui.so.4) undefined symbol: _ZN27QEventDispatcherGlibPrivateC2EP13_GMainContext (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib11qt_metacallEN11QMetaObject4CallEiPPv (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlibC2ER27QEventDispatcherGlibPrivateP7QObject (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlibD2Ev (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib16versionSupportedEv (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlib11qt_metacastEPKc (/usr/lib/libQtGui.so.4) undefined symbol: _ZN20QEventDispatcherGlibC1EP7QObject (/usr/lib/libQtGui.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtNetwork.so.4) undefined symbol: _ZN14QWidgetPrivate15checkWindowRoleEv (/usr/lib/libQtOpenGL.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtScript.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtSql.so.4) undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv (/usr/lib/libQtSvg.so.4) undefined symbol: _ZN14QWidgetPrivate15checkWindowRoleEv (/usr/lib/libQtSvg.so.4)
Bug#466406: konqueror: hang and segfault after bringing up context menu for link
Package: konqueror Version: 4:4.0.1-1 Severity: important Konqueror hangs reproducibly when the context menu is invoked by right-click on a hyperlink in any web page. The icon turns into a hand and Konqueror hangs, without responding to input. When I press the Close button in the window frame, it segfaults. Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 0xb63d16c0 (LWP 3708)] [KCrash handler] #6 QList::contains (this=0x87bfd98, [EMAIL PROTECTED]) at ../../include/QtCore/../../src/corelib/tools/qlist.h:639 #7 0xb6c451a7 in QWidget::insertAction (this=0x87403e8, before=0x0, action=0x8943950) at kernel/qwidget.cpp:2468 #8 0xb6c453bc in QWidget::addAction (this=0x87403e8, action=0x8943950) at kernel/qwidget.cpp:2437 #9 0xb7d40b22 in KonqMenuActionsPrivate::insertServices (this=0x8920468, [EMAIL PROTECTED], menu=0x87403e8, isBuiltin=false) at /build/buildd/kdebase-4.0.1/apps/lib/konq/konq_menuactions.cpp:146 #10 0xb7d42f2f in KonqMenuActions::addActionsTo (this=0x812df3c, mainMenu=0x87403e8) at /build/buildd/kdebase-4.0.1/apps/lib/konq/konq_menuactions.cpp:407 #11 0xb7d34a72 in KonqPopupMenuPrivate::setup (this=0x812df10, kpf=) at /build/buildd/kdebase-4.0.1/apps/lib/konq/konq_popupmenu.cpp:576 #12 0xb7d38770 in KonqPopupMenu::init (this=0x87403e8, parentWidget=0x86184d8, kpf=0, [EMAIL PROTECTED]) at /build/buildd/kdebase-4.0.1/apps/lib/konq/konq_popupmenu.cpp:186 #13 0xb7d3894e in KonqPopupMenu (this=0x87403e8, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], newMenu=0x8159200, kpf=0, [EMAIL PROTECTED], parentWidget=0x86184d8, mgr=0x813d628, [EMAIL PROTECTED]) at /build/buildd/kdebase-4.0.1/apps/lib/konq/konq_popupmenu.cpp:175 #14 0xb7f47cb9 in KonqMainWindow::slotPopupMenu (this=0x8125040, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]) at /build/buildd/kdebase-4.0.1/apps/konqueror/src/konqmainwindow.cpp:4728 #15 0xb7f4907f in KonqMainWindow::slotPopupMenu (this=0x8125040, [EMAIL PROTECTED], [EMAIL PROTECTED], mode=32768, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]) at /build/buildd/kdebase-4.0.1/apps/konqueror/src/konqmainwindow.cpp:4549 #16 0xb7f5b09e in KonqMainWindow::qt_metacall (this=0x8125040, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfb6c2e0) at /build/buildd/kdebase-4.0.1/obj-i486-linux-gnu/apps/konqueror/src/konqmainwindow.moc:313 #17 0xb7cb6e0a in QMetaObject::activate (sender=0x861a118, from_signal_index=26, to_signal_index=31, argv=0xbfb6c2e0) at kernel/qobject.cpp:3087 #18 0xb7cb7150 in QMetaObject::activate (sender=0x861a118, m=0xb74021ec, from_local_signal_index=22, to_local_signal_index=27, argv=0xbfb6c2e0) at kernel/qobject.cpp:3169 #19 0xb73ea4b6 in KParts::BrowserExtension::popupMenu (this=0x861a118, [EMAIL PROTECTED], [EMAIL PROTECTED], _t3=32768, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]) at /build/buildd/kde4libs-4.0.1/obj-i486-linux-gnu/kparts/browserextension.moc:346 #20 0xb462c087 in KHTMLPart::popupMenu (this=0x8397158, [EMAIL PROTECTED]) at /build/buildd/kde4libs-4.0.1/khtml/khtml_part.cpp:4978 #21 0xb462e889 in KHTMLPart::khtmlMousePressEvent (this=0x8397158, event=0xbfb6ca14) at /build/buildd/kde4libs-4.0.1/khtml/khtml_part.cpp:6177 #22 0xb4613a77 in KHTMLPart::customEvent (this=0x8397158, event=0xbfb6ca14) at /build/buildd/kde4libs-4.0.1/khtml/khtml_part.cpp:6004 #23 0xb7cb5b89 in QObject::event (this=0x8397158, e=0x1) at kernel/qobject.cpp:1167 #24 0xb6c0521d in QApplicationPrivate::notify_helper (this=0x8058178, receiver=0x8397158, e=0xbfb6ca14) at kernel/qapplication.cpp:3556 #25 0xb6c08c77 in QApplication::notify (this=0xbfb6da8c, receiver=0x8397158, e=0xbfb6ca14) at kernel/qapplication.cpp:3115 #26 0xb78166cd in KApplication::notify (this=0xbfb6da8c, receiver=0x8397158, event=0xbfb6ca14) at /build/buildd/kde4libs-4.0.1/kdeui/kernel/kapplication.cpp:314 #27 0xb7ca3ffb in QCoreApplication::notifyInternal (this=0xbfb6da8c, receiver=0x8397158, event=0xbfb6ca14) at kernel/qcoreapplication.cpp:530 #28 0xb46016be in KHTMLView::mousePressEvent (this=0x86184d8, _mouse=0xbfb6d2fc) at /usr/include/qt4/QtCore/qcoreapplication.h:200 #29 0xb6c4ee3d in QWidget::event (this=0x86184d8, event=0xbfb6d2fc) at kernel/qwidget.cpp:6487 #30 0xb6f47163 in QFrame::event (this=0x86184d8, e=0xbfb6d2fc) at widgets/qframe.cpp:655 #31 0xb45f1a50 in KHTMLView::widgetEvent (this=0x86184d8, e=0xbfb6b18b) at /build/buildd/kde4libs-4.0.1/khtml/khtmlview.cpp:2241 #32 0xb45f1e4c in KHTMLView::eventFilter (this=0x86184d8, o=0x861e518, e=0xbfb6d2fc) at /build/buildd/kde4libs-4.0.1/khtml/khtmlview.cpp:2109 #33 0xb6c051d2 in QApplicationPrivate::notify_helper (this=0x8058178, receiver
Bug#466406: konqueror: hang and segfault after bringing up context menu for link
Marcus Better wrote: Konqueror hangs reproducibly when the context menu is invoked by right-click on a hyperlink in any web page. Correction: it happens even when right-clicking elsewhere in the window background. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#405114: libqt3-mt: qt3 does not substitute the missing glyphs according the rule of fontconfig
Package: libqt3-mt Version: 3:3.3.8b-2 Followup-For: Bug #405114 All QT programs don't display the glyphs which is not including in the Bitstream Vera and Dejavu (e.g. Chinese and Japanese), although there is some rules of substitution in ~/.font.conf. But the GTK+ programs will confirm the settings in fontconfig and correctly display the Chinese characters with proper font. Similar bug see: https://bugs.launchpad.net/ubuntu/+source/qt-x11-free/+bug/94282 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libqt3-mt depends on: ii fontconfig 2.5.0-2 generic font configuration library ii libaudio2 1.9.1-1 Network Audio System - shared libr ii libc6 2.7-8 GNU C Library: Shared libraries ii libfontconfig1 2.5.0-2 generic font configuration library ii libfreetype6 2.3.5-1+b1FreeType 2 font engine, shared lib ii libgcc11:4.3-20080202-1 GCC support library ii libice62:1.0.4-1 X11 Inter-Client Exchange library ii libjpeg62 6b-14 The Independent JPEG Group's JPEG ii libmng11.0.9-1 Multiple-image Network Graphics li ii libpng12-0 1.2.15~beta5-3PNG library - runtime ii libsm6 2:1.0.3-1+b1 X11 Session Management library ii libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-7 X11 client-side library ii libxcursor11:1.1.9-1 X cursor management library ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar ii libxft22.1.12-2 FreeType-based font drawing librar ii libxi6 2:1.1.3-1 X11 Input extension library ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library ii libxrandr2 2:1.2.2-1 X11 RandR extension library ii libxrender11:0.9.4-1 X Rendering Extension client libra ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime Versions of packages libqt3-mt recommends: ii libgl1-mesa-glx [libgl1] 7.0.2-4A free implementation of the OpenG ii libglu1-mesa [libglu1]7.0.2-4The OpenGL utility library (GLU) ii libxmu6 2:1.0.4-1 X11 miscellaneous utility library -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]