Summary: | Konqueror crashes when toolbars was edited | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Brallan Aguilar <apcomptec> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adawit, apcomptec, karl.sockenschuss |
Priority: | NOR | ||
Version: | 4.10.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/1e171b4230886c7c3287d8de7df7f75444b1356c | Version Fixed In: | 4.13.3 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Brallan Aguilar
2013-05-30 19:44:11 UTC
> #8 0x45c2f121 in KonqMainWindow::slotLocationLabelActivated() () from /lib/libkdeinit4_konqueror.so
>#9 0x45c507e4 in KonqMainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () from /lib/libkdeinit4_konqueror.so
Could you install debug symbols and try to provide a better backtrace ?
Created attachment 84584 [details]
New crash information added by DrKonqi
konqueror (4.11.5) on KDE Platform 4.11.5 using Qt 4.8.5
It's a new backtrace I got. I'm using KDE 4.11.5
-- Backtrace (Reduced):
#7 0x4bccb984 in QComboBox::lineEdit (this=0x0) at widgets/qcombobox.cpp:1786
#8 0x41fe7f0b in KonqMainWindow::slotLocationLabelActivated (this=0x974c348) at /usr/src/debug/kde-baseapps-4.11.5/konqueror/src/konqmainwindow.cpp:5307
#9 0x4200bcdd in KonqMainWindow::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=0xbfffc7b4, _c=<optimized out>) at /usr/src/debug/kde-baseapps-4.11.5/i686-redhat-linux-gnu/konqueror/src/konqmainwindow.moc:375
[...]
#11 0x4b86ec2a in QAction::triggered (this=this@entry=0x983d390, _t1=false) at .moc/release-shared/moc_qaction.cpp:276
#12 0x4b870a84 in QAction::activate (this=0x983d390, event=event@entry=QAction::Trigger) at kernel/qaction.cpp:1257
Created attachment 85653 [details]
New crash information added by DrKonqi
konqueror (4.12.3) on KDE Platform 4.12.3 using Qt 4.8.5
- What I was doing when the application crashed:
After restart Konqueror and the Location Bar desapeared, I did:
1. Settings, Configure Toolbars
2. I saw Location Bar in the right panel, and I change its possition (moved up in the list)
3. Press OK, and Konqueror crashed
-- Backtrace (Reduced):
#7 0x4efd6464 in QComboBox::lineEdit (this=0x0) at widgets/qcombobox.cpp:1786
#8 0x48abef0b in KonqMainWindow::slotLocationLabelActivated (this=0x84d61c8) at /usr/src/debug/kde-baseapps-4.12.3/konqueror/src/konqmainwindow.cpp:5307
#9 0x48ae2d6d in KonqMainWindow::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=0xbfd4e8b4, _c=<optimized out>) at /usr/src/debug/kde-baseapps-4.12.3/i686-redhat-linux-gnu/konqueror/src/konqmainwindow.moc:375
[...]
#11 0x4eb79bfa in QAction::triggered (this=this@entry=0x85b79d8, _t1=false) at .moc/release-shared/moc_qaction.cpp:276
#12 0x4eb7ba54 in QAction::activate (this=0x85b79d8, event=event@entry=QAction::Trigger) at kernel/qaction.cpp:1257
Thanks for the backtrace. I will try to reproduce this and see if I can fix it. Git commit 1e171b4230886c7c3287d8de7df7f75444b1356c by Dawit Alemayehu. Committed on 14/06/2014 at 21:44. Pushed by adawit into branch 'KDE/4.13'. Prevent any invalid access of URL bar edit widget. FIXED-IN: 4.13.3 REVIEW: 118749 M +32 -18 konqueror/src/konqmainwindow.cpp M +3 -0 konqueror/src/konqmainwindow.h http://commits.kde.org/kde-baseapps/1e171b4230886c7c3287d8de7df7f75444b1356c |