Bug 76303 - krdc dies in the middle of a vnc session
Summary: krdc dies in the middle of a vnc session
Status: RESOLVED DUPLICATE of bug 61412
Alias: None
Product: krdc
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: tim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-27 20:06 UTC by murray
Modified: 2004-03-01 12:41 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 murray 2004-02-27 20:06:48 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Compiled From Sources
Compiler:          gcc-2.95 
OS:          Linux

kdrc just goes away. It is running on a separate desktop from where I am working, so I am not interacting with it in any (known) way.

[New Thread 1024 (runnable)]
[New Thread 2049 (runnable)]
[New Thread 1024 (runnable)]
[New Thread 2049 (runnable)]
[New Thread 1024 (runnable)]
[New Thread 2049 (runnable)]
0x40e348c9 in __wait4 () from /lib/libc.so.6
#0  0x40e348c9 in __wait4 () from /lib/libc.so.6
#1  0x40e3487c in __libc_waitpid (pid=32641, stat_loc=0x0, options=0)
    at ../sysdeps/unix/sysv/linux/waitpid.c:26
#2  0x40b7c975 in waitpid (pid=32641, stat_loc=0x0, options=0)
    at wrapsyscall.c:140
#3  0x403ac1ed in KCrash::defaultCrashHandler ()
   from /work/kde/kde-3.2.0/lib/libkdecore.so.4
#4  <signal handler called>
#5  0x40691f05 in QValueListPrivate<char const *>::QValueListPrivate ()
   from /opt/qt3/lib/libqt-mt.so.3
#6  0x40691f8b in QValueList<char const *>::detachInternal ()
   from /opt/qt3/lib/libqt-mt.so.3
#7  0x40690b0b in QClipboardWatcher::format () from /opt/qt3/lib/libqt-mt.so.3
#8  0x406ebc2f in QTextDrag::decode () from /opt/qt3/lib/libqt-mt.so.3
#9  0x406e61c9 in QClipboard::text () from /opt/qt3/lib/libqt-mt.so.3
#10 0x406e6289 in QClipboard::text () from /opt/qt3/lib/libqt-mt.so.3
#11 0x0806e51d in KVncView::selectionChanged ()
#12 0x0806ebc9 in KVncView::qt_invoke ()
#13 0x4072fcd6 in QObject::activate_signal () from /opt/qt3/lib/libqt-mt.so.3
#14 0x4072fbde in QObject::activate_signal () from /opt/qt3/lib/libqt-mt.so.3
#15 0x409d9220 in QClipboard::selectionChanged ()
   from /opt/qt3/lib/libqt-mt.so.3
#16 0x40686b89 in QApplication::x11ProcessEvent ()
   from /opt/qt3/lib/libqt-mt.so.3
#17 0x40699dd1 in QEventLoop::processEvents () from /opt/qt3/lib/libqt-mt.so.3
#18 0x406f1683 in QEventLoop::enterLoop () from /opt/qt3/lib/libqt-mt.so.3
#19 0x406f15d2 in QEventLoop::exec () from /opt/qt3/lib/libqt-mt.so.3
#20 0x406e05c1 in QApplication::exec () from /opt/qt3/lib/libqt-mt.so.3
#21 0x080592cc in MainController::main ()
#22 0x08058f6f in main ()
Comment 1 tim 2004-02-27 20:32:30 UTC
The stacktrace shows that it's related to the clipboard selection. For whatever reason Qt crashes when krdc tries to fetch the new selection's text.
Comment 2 Waldo Bastian 2004-03-01 12:41:40 UTC

*** This bug has been marked as a duplicate of 61412 ***