Summary: | KRDC crash while connecting in MainWindow::statusChanged | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | daniel.svojanovsky |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | geraldoav, lissandro.sosa, lkovnat595, noesgaard |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.10 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
daniel.svojanovsky
2009-10-23 10:10:04 UTC
You are using RDP, aren't you? Are you able to reproduce this crash? Indeed, RDP. Unfortunately, no. I'm not sure when exactly the krdc crashed. Because I was doing more things: 1. I switched from fullscreen mode 2. new window (kopete) appeared over the maximized krdc window (which usually brings some CPU activity and krdc lag) 3. and then I closed that tab. So any action could cause potentially cause that or none of them. If I see similar backtrace I can add it here. If you have some debug version or need logs or something let me know. *** Bug 215821 has been marked as a duplicate of this bug. *** Created attachment 51438 [details]
New crash information added by DrKonqi
krdc (4.5.1 (KDE 4.5.1)) on KDE Platform 4.5.1 (KDE 4.5.1) using Qt 4.6.3
- What I was doing when the application crashed:
Trying to connect to more than one RDP session at the same time.
- Unusual behavior I noticed:
Almost every time I try to connect to more than one RDP session KRDC crashes. After the crash I end up with my sessions in full screen mode and can't get access to KDE again and I have to logoff all from all windows sessions.
-- Backtrace (Reduced):
#6 0x0000000000425380 in MainWindow::statusChanged (this=0x1cab160, status=RemoteView::Connecting) at /home/geraldoav/abs/kdenetwork/src/kdenetwork-4.5.1/krdc/mainwindow.cpp:420
#7 0x000000000042ae1c in MainWindow::qt_metacall (this=0x1cab160, _c=QMetaObject::InvokeMetaMethod, _id=13, _a=0x7fff74e8b990) at /home/geraldoav/abs/kdenetwork/src/build/krdc/mainwindow.moc:146
[...]
#9 0x00007fe030ede651 in RemoteView::statusChanged (this=<value optimized out>, _t1=RemoteView::Connecting) at /home/geraldoav/abs/kdenetwork/src/build/krdc/core/moc_remoteview.cpp:192
#10 0x00007fe030ede6a0 in RemoteView::setStatus (this=0x20f6510, s=RemoteView::Connected) at /home/geraldoav/abs/kdenetwork/src/kdenetwork-4.5.1/krdc/core/remoteview.cpp:83
#11 0x00007fe020b5abfc in RdpView::connectionOpened (this=0x20f6510) at /home/geraldoav/abs/kdenetwork/src/kdenetwork-4.5.1/krdc/rdp/rdpview.cpp:226
*** Bug 291426 has been marked as a duplicate of this bug. *** SVN commit 1330194 by uwolfer: fix crashes releated to open a new connection while another connection is still in process Related: bug 296525, bug 225694, bug 242586 M +2 -2 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1330194 SVN commit 1330198 by uwolfer: Backport: SVN commit 1330194 by uwolfer: fix crashes releated to open a new connection while another connection is still in process Related: bug 296525, bug 225694, bug 242586 FIXED-IN: 4.10 M +2 -2 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1330198 *** Bug 334283 has been marked as a duplicate of this bug. *** |