Summary: | konqueror crashed when I was just surfing the internet (not null DOM::DocumentImpl::view, KJS::XMLHttpRequest::slotFinished) | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Gatoso <gatoso> |
Component: | khtml ecma | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, doehni, mtadeunet, ophilar, xtekhne, zahl |
Priority: | NOR | ||
Version: | 4.2.4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gatoso
2009-07-22 01:52:01 UTC
Can you find out which sites crash, with this backtrace, konqueror for you? well many many many sites youtube, comunidadconce.cl, deviantar.com and sorry I can't remember more... but as I say I think this a problem with the flash plugin becouse this error occurs when flash is runing (a video and facebook apps make in flash for example)... Looks like this could be related to bug 198065 and bug 199959 (deviantart related). Thanks *** Bug 198065 has been marked as a duplicate of this bug. *** *** Bug 207525 has been marked as a duplicate of this bug. *** *** Bug 210968 has been marked as a duplicate of this bug. *** From bug 210968: What I was doing when the application crashed: Was browsing with some tabs (about 5?) open. In a new tab I opened the brainstorm section of the kde forums and konqueror crashed. From bug 217102: --- What I was doing when the application crashed: Surfed the KDE Brainstorm site, closed Konqueror and it crashed. -- Updated backtrace: --- -- Backtrace: Application: Konqueror (kdeinit4), signal: Segmentation fault [KCrash Handler] #6 DOM::DocumentImpl::view (this=0xb6820040) at ../../khtml/xml/dom_docimpl.cpp:2907 #7 0xb46ec294 in KJS::XMLHttpRequest::slotFinished (this=0xb6820040) at ../../khtml/ecma/xmlhttprequest.cpp:720 #8 0xb46ed4e2 in KJS::XMLHttpRequestQObject::slotFinished (this=0x8e2cb80, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfd7e028) at ../../khtml/ecma/xmlhttprequest.cpp:93 #9 KJS::XMLHttpRequestQObject::qt_metacall (this=0x8e2cb80, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfd7e028) at ./xmlhttprequest.moc:72 *** Bug 217102 has been marked as a duplicate of this bug. *** *** Bug 216992 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 |