Summary: | Rekonq crashes when bookmarking a webpage [QWidget::actions, QToolBar::clear, BookmarkProvider::slotBookmarksChanged, ..., KBookmarkManager::changed] | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Nikolay Tischenko <niktischenko> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, diego.ml, dornelez, pano_90 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nikolay Tischenko
2009-12-14 07:59:06 UTC
related/possible dupe of https://bugs.kde.org/show_bug.cgi?id=216952 From bug 222607: -- What I was doing when the application crashed: I was looking for help with a problem I had with my MySQL installation, when found a interesting support page at: <http://dev.mysql.com/doc/refman/5.1/en/resetting-permissions.html>. Just clicked the star button (bookmark) and bang, the program quits. Rekonq had multiple tabs open (~8) at the same time and the page was bookmarked. -- Backtrace: #6 0xb6228fe0 in QList (this=0x8d6f1c8) at ../../include/QtCore/../../src/corelib/tools/qlist.h:111 #7 QWidget::actions (this=0x8d6f1c8) at kernel/qwidget.cpp:2898 #8 0xb666a636 in QToolBar::clear (this=0x8d6f1c8) at widgets/qtoolbar.cpp:780 #9 0xb2f360b9 in BookmarkProvider::slotBookmarksChanged (this=0x8a93228, group=..., caller=...) at /home/jan/kdemod/extragear/rekonq/src/rekonq-0.3.0/src/bookmarks.cpp:224 #10 0xb2f362d4 in BookmarkProvider::qt_metacall (this=0x8a93228, _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbfcfa534) at /home/jan/kdemod/extragear/rekonq/src/build/src/bookmarks.moc:189 #11 0xb7625fdc in QMetaObject::activate (sender=0x8a86528, from_signal_index=<value optimized out>, to_signal_index=7, argv=0x0) at kernel/qobject.cpp:3112 #12 0xb7626c12 in QMetaObject::activate (sender=0x8a86528, m=0xb70d83ec, local_signal_index=3, argv=0xbfcfa534) at kernel/qobject.cpp:3186 #13 0xb6fe0b19 in KBookmarkManager::changed(QString const&, QString const&) () from /usr/lib/libkio.so.5 #14 0xb6fe4a3f in KBookmarkManager::slotFileChanged(QString const&) () from /usr/lib/libkio.so.5 #15 0xb6fe67cd in KBookmarkManager::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkio.so.5 ... *** Bug 222607 has been marked as a duplicate of this bug. *** *** Bug 224448 has been marked as a duplicate of this bug. *** can't reproduce it with Qt 4.6.1 Setting it as fixed for now |