Summary: | KRDC crash in BookmarkManager::addHistoryBookmark - KBookmark::address | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Andrey Borzenkov <arvidjaar> |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | arthur, pazderak |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.10 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Andrey Borzenkov
2010-02-06 09:29:08 UTC
You are using RDP, right? Can you reproduce this crash? Yes, it was RDP. No, I cannot reproduce crash intentionally (second attempt was successful). Created attachment 56360 [details]
New crash information added by DrKonqi
krdc (4.5.95 (4.6 RC2)) on KDE Platform 4.5.95 (4.6 RC2) using Qt 4.7.0
- What I was doing when the application crashed:
I started a rdp connection and before that was fully connected I clicked "New connection" trying to connect to a second host.
-- Backtrace (Reduced):
#7 0x0000000000426d7e in MainWindow::statusChanged (this=0xf16500, status=RemoteView::Connecting) at ../../krdc/mainwindow.cpp:444
#8 0x000000000042adcc in MainWindow::qt_metacall (this=0xf16500, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff81f6afa0) at ./mainwindow.moc:144
[...]
#10 0x00007f39eac21d41 in RemoteView::statusChanged (this=0x7fff81f6adb0, _t1=RemoteView::Connecting) at ./moc_remoteview.cpp:192
#11 0x00007f39eac21d90 in RemoteView::setStatus (this=0x12d7f60, s=RemoteView::Connected) at ../../../krdc/core/remoteview.cpp:83
#12 0x00007f39d8311449 in RdpView::connectionOpened (this=0x12d7f60) at ../../../krdc/rdp/rdpview.cpp:224
Created attachment 67590 [details]
New crash information added by DrKonqi
krdc (4.7.4 (4.7.4)) on KDE Platform 4.7.4 (4.7.4) using Qt 4.7.4
- What I was doing when the application crashed:
I opened second connection after the first was success fully connected.
-- Backtrace (Reduced):
#11 0x00007f4633ac2418 in KBookmark::address (this=0x7fffaaf62920) at /var/tmp/portage/kde-base/kdelibs-4.7.4-r11/work/kdelibs-4.7.4/kio/bookmarks/kbookmark.cc:489
#12 0x00007f4633ac2333 in KBookmark::address (this=0x7fffaaf62bd0) at /var/tmp/portage/kde-base/kdelibs-4.7.4-r11/work/kdelibs-4.7.4/kio/bookmarks/kbookmark.cc:493
#13 0x00007f4633ac268a in KBookmark::updateAccessMetadata (this=0x7fffaaf62bd0) at /var/tmp/portage/kde-base/kdelibs-4.7.4-r11/work/kdelibs-4.7.4/kio/bookmarks/kbookmark.cc:546
#14 0x000000000041d5b8 in BookmarkManager::addHistoryBookmark (this=0x7ed870) at /var/tmp/portage/kde-base/krdc-4.7.4/work/krdc-4.7.4/krdc/bookmarkmanager.cpp:73
#15 0x0000000000426880 in MainWindow::statusChanged (this=0x7d2c80, status=<optimized out>) at /var/tmp/portage/kde-base/krdc-4.7.4/work/krdc-4.7.4/krdc/mainwindow.cpp:473
SVN commit 1330194 by uwolfer: fix crashes releated to open a new connection while another connection is still in process Related: bug 211515, bug 296525, 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 211515, bug 296525, bug 242586 FIXED-IN: 4.10 M +2 -2 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1330198 |