Summary: | konqueror crashed on adding a bookmark | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | kavol <kavol> |
Component: | bookmarks | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adawit, danon1337, kavol, kdebugs.anon134, kevin.clevenger, ostrovs-ai, walter.von.entferndt, xxfireboy |
Priority: | NOR | ||
Version: | 4.9.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/d1963e23ddfd64c4ffb18da419dc9c3f92300341 | Version Fixed In: | 4.11.1 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
kavol
2012-11-01 13:53:25 UTC
note that I've just started Konqueror again and I see that the bookmark got added Cannot reproduce. I tried clicking Bookmarks->Add Bookmark (CTRL+B) as well as the clicking on the context menu "Bookmark This Page". Can you reliably reproduce this bug ? Created attachment 75194 [details]
New crash information added by DrKonqi
konqueror (4.9.2) on KDE Platform 4.9.2 using Qt 4.8.3
- What I was doing when the application crashed:
ok, I tried to remember a few more things I've done, and obviously it reproduces ...
what I have done now:
1) installed Fedora 17 in a qemu virtual machine
(Czech locale, minimal install, X and KDE groups selected)
2) after first login, started konqueror
3) modified toolbars to my preference
a) removed search bar
(note that the search bar actually cannot be removed, you just can remove the search field from the search bar, leaving the search bar completely empty)
b) added "Umístění" ("Location"?) into location bar just before the location input field)
4) opened a page (this bugreport in this case)
5) chosen to bookmark the page from the menu ... KABOOM!
... note that it may be possible to simplify the steps somehow, didn't have the time to try yet as I've been waiting for ages for debuginfo installation in the virtual machine
-- Backtrace (Reduced):
#5 data (this=<optimized out>) at ../../src/corelib/tools/qscopedpointer.h:135
[...]
#8 QWidget::insertAction (this=0x0, before=0x0, action=0x2c442b0) at kernel/qwidget.cpp:3281
[...]
#12 0x00007fd888ac656a in KBookmarkManager::changed(QString const&, QString const&) () from /usr/lib64/libkio.so.5
#13 0x00007fd888ac7bb3 in KBookmarkManager::notifyChanged(QString const&, QDBusMessage const&) () from /usr/lib64/libkio.so.5
[...]
#15 0x00007fd888ac95bb in KBookmarkManager::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib64/libkio.so.5
see comment #3 Created attachment 77245 [details]
New crash information added by DrKonqi
konqueror (4.10.00) on KDE Platform 4.10.00 using Qt 4.8.2
- What I was doing when the application crashed:
Added a new sub folder to add the bookmark in and clicked OK
-- Backtrace (Reduced):
#6 data (this=0x8) at ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h:135
[...]
#9 QWidget::insertAction (this=0x0, before=0x0, action=0x6e954d0) at kernel/qwidget.cpp:3281
#10 0x00007f8012643d2d in fillBookmarkBar (parent=..., this=0x7494510) at ../../../konqueror/src/konqbookmarkbar.cpp:200
#11 KBookmarkBar::fillBookmarkBar (this=0x7494510, parent=...) at ../../../konqueror/src/konqbookmarkbar.cpp:167
#12 0x00007f8012644543 in KBookmarkBar::slotBookmarksChanged (this=0x7494510, group=...) at ../../../konqueror/src/konqbookmarkbar.cpp:144
*** Bug 298410 has been marked as a duplicate of this bug. *** *** Bug 317566 has been marked as a duplicate of this bug. *** (In reply to comment #3) > Created attachment 75194 [details] > New crash information added by DrKonqi > > konqueror (4.9.2) on KDE Platform 4.9.2 using Qt 4.8.3 > > - What I was doing when the application crashed: > > ok, I tried to remember a few more things I've done, and obviously it > reproduces ... > > what I have done now: > > 1) installed Fedora 17 in a qemu virtual machine > (Czech locale, minimal install, X and KDE groups selected) > 2) after first login, started konqueror > 3) modified toolbars to my preference > a) removed search bar > (note that the search bar actually cannot be removed, you just can remove > the search field from the search bar, leaving the search bar completely > empty) This is not true. You can remove the "Search Bar" by simply unchecking "Settings->Configure Extensions->Search Bar". (In reply to comment #8) > (In reply to comment #3) > > (note that the search bar actually cannot be removed, you just can remove > > the search field from the search bar, leaving the search bar completely > > empty) > > This is not true. You can remove the "Search Bar" by simply unchecking > "Settings->Configure Extensions->Search Bar". ahem, it seems we differ a bit in the logic behind this there is an _extension_ which provides search _bar_ disabling an extension and removing a bar are two different actions while one may argue that having the extension enabled without actually showing anything makes no sense, stil the bar provided by the extension should be configurable in the same way as any other bar in the UI (and it partly is - you can add/remove elements to/from that bar just like with any other toolbar, the only thing is that you just cannot hide that one particular bar in the same way as you can hide the main toolbar, the location bar etc. via Settings => Toolbars) *** Bug 322178 has been marked as a duplicate of this bug. *** *** Bug 323421 has been marked as a duplicate of this bug. *** Git commit d1963e23ddfd64c4ffb18da419dc9c3f92300341 by Dawit Alemayehu. Committed on 12/08/2013 at 23:31. Pushed by adawit into branch 'KDE/4.11'. Do not crash while importing/adding bookmarks. REVIEW: 112042 FIXED-IN: 4.11.1 M +9 -3 konqueror/src/konqbookmarkbar.cpp http://commits.kde.org/kde-baseapps/d1963e23ddfd64c4ffb18da419dc9c3f92300341 (In reply to comment #12) > Git commit d1963e23ddfd64c4ffb18da419dc9c3f92300341 by Dawit Alemayehu. ... thanks *** Bug 333105 has been marked as a duplicate of this bug. *** |