Summary: | konqueror crash in KJS::XMLHttpRequest::changeState | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Marcus Better <marcus> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | andresbajotierra, anselmolsm, arne_bab, cortesa, daniele.cocca, franz.holzinger, henrik, justusranvier, klaus.layer+kde, kovariadam, luke-jr+kdebugs, maksim, mathieu.havel, nowardev, pazderak |
Priority: | NOR | ||
Version: | 4.2.1 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marcus Better
2009-03-19 14:26:26 UTC
Another linkedin crash report, bt looks totally different. https://bugs.kde.org/show_bug.cgi?id=187468 I did some actions in linkedin (invite, search, edit profile) without crashes. My setup: Konqueror Version 4.2.92 (KDE 4.2.92 (KDE 4.3 >= 20090617)) Using KDE 4.2.92 (KDE 4.2.92 (KDE 4.3 >= 20090617)) - svn r984201 qt-copy r978427 *** Bug 203406 has been marked as a duplicate of this bug. *** so this bug should be confirmed if it is a duplicate ? *** Bug 206985 has been marked as a duplicate of this bug. *** *** Bug 206963 has been marked as a duplicate of this bug. *** Updated backtrace from bug 211715: -- Backtrace: Application: Konqueror (kdeinit4), signal: Segmentation fault [KCrash Handler] #5 DOM::DocumentImpl::view (this=0x0) at /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999/khtml/xml/dom_docimpl.cpp:2907 #6 0x00007f711ac619fb in KJS::XMLHttpRequest::changeState (this=0x7f711bba0a80, newState=<value optimized out>) at /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999/khtml/ecma/xmlhttprequest.cpp:345 #7 0x00007f711ac631b5 in KJS::XMLHttpRequest::slotFinished (this=0x7f711bba0a80) at /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999/khtml/ecma/xmlhttprequest.cpp:720 #8 0x00007f711ac63f91 in KJS::XMLHttpRequestQObject::qt_metacall (this=0x7cd7320, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fff59c15bf0) at /var/tmp/portage/kde-base/kdelibs-9999/work/kdelibs-9999/khtml/ecma/xmlhttprequest.cpp:93 *** Bug 211715 has been marked as a duplicate of this bug. *** *** Bug 212382 has been marked as a duplicate of this bug. *** *** Bug 200691 has been marked as a duplicate of this bug. *** Likely caused by bug #160087, though I am worried about reports with non-null DocumentImpl. Of course, it could be gdb being wrong on release builds... *** Bug 213315 has been marked as a duplicate of this bug. *** *** Bug 213701 has been marked as a duplicate of this bug. *** From bug 218084: --- A visit to http://www.faz.net:80/s/RubA24ECD630CAE40E483841DB7D16F4211Tpl~Ecommon~Sressort~Apge~E2.html brings a crash if you link to a sub topic. --- From bug 214356: --- What I was doing when the application crashed: I visited a picasa webalbum and wanted to look at a picture. The picture wasn't shown (I guess my login had times out). Then I closed the window with ctrl-q and Konqueror closed and crashed. *** Bug 218084 has been marked as a duplicate of this bug. *** *** Bug 214356 has been marked as a duplicate of this bug. *** SVN commit 1075245 by orlovich: - Make sure to cancel non-POST XHR jobs when the related document object is destroyed. (#160087) - Related to this, don't crash trying to emit events when we get to changeState w/o a doc (#187597, #214584, #213987, #201053). Also add some paranoia about that for the methods. - Handle encoding inside mimetype overrides. (Some demo by Mr. Strigi). BUG: 160087 BUG: 187597 BUG: 214584 BUG: 213987 BUG: 201053 M +32 -6 xmlhttprequest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1075245 SVN commit 1075253 by orlovich: automatically merged revision 1075245: - Make sure to cancel non-POST XHR jobs when the related document object is destroyed. (#160087) - Related to this, don't crash trying to emit events when we get to changeState w/o a doc (#187597, #214584, #213987, #201053). Also add some paranoia about that for the methods. - Handle encoding inside mimetype overrides. (Some demo by Mr. Strigi). BUG: 160087 BUG: 187597 BUG: 214584 BUG: 213987 BUG: 201053 M +32 -6 xmlhttprequest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1075253 *** Bug 223125 has been marked as a duplicate of this bug. *** *** Bug 232352 has been marked as a duplicate of this bug. *** |