Summary: | Konq crashes when calling file open dialog from webkit part | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kwebkitpart | Reporter: | william witt <william> |
Component: | general | Assignee: | webkit-devel |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adawit, j.mairboeck |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
william witt
2011-07-01 01:03:20 UTC
Created attachment 61624 [details]
New crash information added by DrKonqi
konqueror (4.6.4 (4.6.4)) on KDE Platform 4.6.4 (4.6.4) using Qt 4.7.3
- What I was doing when the application crashed:
I can confirm this with KDE 4.6.4 from the openSUSE repositories.
-- Backtrace (Reduced):
#7 KUrl::KUrl (this=0xbff0f4a8, str=...) at /usr/src/debug/kdelibs-4.6.4/kdecore/io/kurl.cpp:388
#8 0xab115b5c in WebPage::extension (this=0x936f4b8, extension=QWebPage::ChooseMultipleFilesExtension, option=0xbff0f528, output=0xbff0f538) at /usr/src/debug/kwebkitpart-1.1.0/src/webpage.cpp:365
#9 0xb4378c56 in WebCore::ChromeClientQt::runOpenPanel(WebCore::Frame*, WTF::PassRefPtr<WebCore::FileChooser>) () from /opt/kde3/lib/libQtWebKit.so.4
#10 0xb4189bdd in WebCore::Chrome::runOpenPanel(WebCore::Frame*, WTF::PassRefPtr<WebCore::FileChooser>) () from /opt/kde3/lib/libQtWebKit.so.4
#11 0xb42a7350 in WebCore::RenderFileUploadControl::click() () from /opt/kde3/lib/libQtWebKit.so.4
Git commit 861c2ca9bbed2d411fbba64d61367420514b16ae by Dawit Alemayehu. Committed on 13/11/2011 at 18:55. Pushed by adawit into branch '1.2'. Check pointer for NULL before use. BUG: 276864 M +11 -10 src/webpage.cpp http://commits.kde.org/kwebkitpart/861c2ca9bbed2d411fbba64d61367420514b16ae Git commit 3cb43d62723d0686b1663c1ce43402c873170acd by Dawit Alemayehu. Committed on 13/11/2011 at 18:55. Pushed by adawit into branch 'master'. Check pointer for NULL before use. BUG: 276864 M +11 -10 src/webpage.cpp http://commits.kde.org/kwebkitpart/3cb43d62723d0686b1663c1ce43402c873170acd |