Summary: | Krfb crashes when trying to connect from KRDC client | ||
---|---|---|---|
Product: | [Applications] krfb | Reporter: | Rodrigo Borges <rodrigoesborges> |
Component: | general | Assignee: | George Goldberg <grundleborg> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | hrm-temp, mail |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rodrigo Borges
2015-04-01 21:56:33 UTC
I have the same problem on a 32-bit system. Linux 3.16.7-21-default openSUSE 13.2 (Harlequin) (i586) Application: krfb (4.14.6) KDE Platform Version: 4.14.6 Still trying to generate a useful backtrace. Connection works correctly if krfb version is downgraded to 4.14.3-4.2 Back to Application: krfb (4.14.6) results of gdb are below. howard@X41base-oS132:~> gdb krfb GNU gdb (GDB; openSUSE 13.2) 7.8 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i586-suse-linux". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://bugs.opensuse.org/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... warning: /etc/gdbinit.d/gdb-heap.py: No such file or directory Reading symbols from krfb...Reading symbols from /usr/lib/debug/usr/bin/krfb.debug...done. done. (gdb) run Starting program: /usr/bin/krfb Got object file from memory but can't read symbols: File truncated. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". Detaching after fork from child process 5328. tp-qt 0.9.5 DEBUG: Register StreamTubeServer with name "krfb_rfb_handler" tp-qt 0.9.5 DEBUG: Client registered - busName: "org.freedesktop.Telepathy.Client.krfb_rfb_handler" objectPath: "/org/freedesktop/Telepathy/Client/krfb_rfb_handler" interfaces: ("org.freedesktop.Telepathy.Client.Handler") krfb(5328) KXMLGUIClient::setXMLFile: cannot find .rc file "krfbui.rc" for component "krfb" [Inferior 1 (process 5324) exited normally] (gdb) *** buffer overflow detected ***: /usr/bin/krfb terminated ======= Backtrace: ========= /lib/libc.so.6(+0x6cdf3)[0xb6071df3] /lib/libc.so.6(__fortify_fail+0x45)[0xb6100475] /lib/libc.so.6(+0xf94ca)[0xb60fe4ca] /lib/libc.so.6(+0xfb38a)[0xb610038a] /usr/lib/libvncserver.so.0(rfbProcessNewConnection+0x123)[0xb7f702f3] /usr/bin/krfb[0x8060f5e] /usr/lib/libQtCore.so.4(_ZN11QMetaObject8activateEP7QObjectPKS_iPPv+0x245)[0xb644e6a5] /usr/lib/libQtCore.so.4(_ZN15QSocketNotifier9activatedEi+0x45)[0xb649f045] /usr/lib/libQtCore.so.4(_ZN15QSocketNotifier5eventEP6QEvent+0x13f)[0xb6457b0f] /usr/lib/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xa4)[0xb6a308b4] /usr/lib/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x1f0)[0xb6a372a0] /usr/lib/libkdeui.so.5(_ZN12KApplication6notifyEP7QObjectP6QEvent+0x34)[0xb7a779d4] /usr/lib/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x7a)[0xb643978a] /usr/lib/libQtCore.so.4(+0x1afded)[0xb6469ded] /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x273)[0xb5997fd3] /usr/lib/libglib-2.0.so.0(+0x4a258)[0xb5998258] /usr/lib/libglib-2.0.so.0(g_main_context_iteration+0x38)[0xb5998318] /usr/lib/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x73)[0xb6468f73] /usr/lib/libQtGui.so.4(+0x1fc86e)[0xb6ae086e] /usr/lib/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x43)[0xb6438143] /usr/lib/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x179)[0xb6438469] /usr/lib/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x8e)[0xb643df4e] /usr/lib/libQtGui.so.4(_ZN12QApplication4execEv+0x24)[0xb6a2ed54] /usr/bin/krfb[0x8054265] /lib/libc.so.6(__libc_start_main+0xf3)[0xb601e993] /usr/bin/krfb[0x805432a] ======= Memory map: ======== [omitted] KCrash: Application 'krfb' crashing... KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit KCrash: Connect sock_file=/home/howard/.kde4/socket-X41base-oS132.site/kdeinit4__0 (gdb) quit howard@X41base-oS132:~> end of gdb results Howard *** This bug has been marked as a duplicate of bug 344571 *** |