Summary: | crashes while surfing the pages that generated by sigplus component of Joomla. | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Fehmi Demiralp <f.demiralp> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | 12cool725, aiacovitti, jlp, kavol, kdebugs, kollix, rasasi78, teo78, theuteck |
Priority: | NOR | Keywords: | investigated |
Version: | 4.9.98 RC3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdelibs/d1745120d69babfc89ed92b8d0e951b9627d6097 | Version Fixed In: | 4.10.1 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Fehmi Demiralp
2011-01-05 03:04:49 UTC
can still reproduce with 4.6.4 *** Bug 287305 has been marked as a duplicate of this bug. *** from 287305: -- Information about the crash: - What I was doing when the application crashed: I was viewing a new item (a review on tweakers.net) and akregator segfaulted on me, twice! http://tweakers.net/nieuws/78267/nvidia-toont-android-ice-cream-sandwich-op-transformer-prime.html *** Bug 302638 has been marked as a duplicate of this bug. *** *** Bug 303636 has been marked as a duplicate of this bug. *** Created attachment 74009 [details]
New crash information added by DrKonqi
konqueror (4.8.3 (4.8.3)) on KDE Platform 4.8.4 (4.8.4) using Qt 4.8.2
- What I was doing when the application crashed:
I closed a tab in a konqueror window that had been already used to play html5 videos (youtube).
HTH,
-- Backtrace (Reduced):
#6 0x00007ffe78291e83 in khtml::RenderMedia::eventFilter (this=0xc7ad068, o=0x1d6ed8a0, e=0x7fff32199500) at ../../khtml/rendering/render_media.cpp:81
#7 0x00007ffe89faacc6 in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=<optimized out>, receiver=0x1d6ed8a0, event=0x7fff32199500) at kernel/qcoreapplication.cpp:1025
#8 0x00007ffe890d76dc in QApplicationPrivate::notify_helper (this=this@entry=0x8e4f60, receiver=receiver@entry=0x1d6ed8a0, e=e@entry=0x7fff32199500) at kernel/qapplication.cpp:4552
#9 0x00007ffe890dbb8a in QApplication::notify (this=0x7fff3219a1a0, receiver=0x1d6ed8a0, e=0x7fff32199500) at kernel/qapplication.cpp:4417
#10 0x00007ffe8aa368a6 in KApplication::notify (this=0x7fff3219a1a0, receiver=0x1d6ed8a0, event=0x7fff32199500) at ../../kdeui/kernel/kapplication.cpp:311
Created attachment 76595 [details] New crash information added by DrKonqi konqueror (4.9.5) on KDE Platform 4.9.5 using Qt 4.8.4 - What I was doing when the application crashed: I've just clicked a link in kmail that led to youtube - https://www.youtube.com/watch?v=1IomAerbV7g -- Backtrace (Reduced): #6 0x00007f5b59a56bb3 in khtml::RenderMedia::eventFilter (this=0x4815be8, o=0x312c640, e=0x7fffb2925080) at /usr/src/debug/kdelibs-4.9.5/khtml/rendering/render_media.cpp:81 #7 0x00007f5b7e27abf6 in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=<optimized out>, receiver=0x312c640, event=0x7fffb2925080) at kernel/qcoreapplication.cpp:1056 #8 0x00007f5b7d40f59c in QApplicationPrivate::notify_helper (this=this@entry=0x23e0fc0, receiver=receiver@entry=0x312c640, e=e@entry=0x7fffb2925080) at kernel/qapplication.cpp:4558 #9 0x00007f5b7d413a4a in QApplication::notify (this=0x7fffb2925d20, receiver=0x312c640, e=0x7fffb2925080) at kernel/qapplication.cpp:4423 #10 0x00007f5b7f2a6916 in KApplication::notify (this=0x7fffb2925d20, receiver=0x312c640, event=0x7fffb2925080) at /usr/src/debug/kdelibs-4.9.5/kdeui/kernel/kapplication.cpp:311 Created attachment 76628 [details]
New crash information added by DrKonqi
konqueror (4.9.5) on KDE Platform 4.9.5 using Qt 4.8.4
- What I was doing when the application crashed:
just clicked a link via youtu.be redirect, it crashed after opening the video page
-- Backtrace (Reduced):
#6 0x00007fb2aefc9bb3 in khtml::RenderMedia::eventFilter (this=0x4cb0da8, o=0x33e8ac0, e=0x7fff7e76fe30) at /usr/src/debug/kdelibs-4.9.5/khtml/rendering/render_media.cpp:81
#7 0x00007fb2d973bbf6 in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=<optimized out>, receiver=0x33e8ac0, event=0x7fff7e76fe30) at kernel/qcoreapplication.cpp:1056
#8 0x00007fb2d88d059c in QApplicationPrivate::notify_helper (this=this@entry=0x159d320, receiver=receiver@entry=0x33e8ac0, e=e@entry=0x7fff7e76fe30) at kernel/qapplication.cpp:4558
#9 0x00007fb2d88d4a4a in QApplication::notify (this=0x7fff7e770ad0, receiver=0x33e8ac0, e=0x7fff7e76fe30) at kernel/qapplication.cpp:4423
#10 0x00007fb2da767916 in KApplication::notify (this=0x7fff7e770ad0, receiver=0x33e8ac0, event=0x7fff7e76fe30) at /usr/src/debug/kdelibs-4.9.5/kdeui/kernel/kapplication.cpp:311
from khtml/rendering/render_media.cpp : ... bool RenderMedia::eventFilter(QObject* o, QEvent* e) { if (widget()->layout()->count() != 1 && mediaElement()->isVideo()) { switch(e->type()) { case QEvent::Enter: case QEvent::FocusIn: widget()->layout()->itemAt(1)->widget()->show(); break; case QEvent::Leave: case QEvent::FocusOut: widget()->layout()->itemAt(1)->widget()->hide(); break; default: ; } } return RenderWidget::eventFilter(o, e); } ... it crash when widget()->layout()->count() == 0, because of an out of bound index access: widget()->layout()->itemAt(1)->show() *** Bug 315850 has been marked as a duplicate of this bug. *** Git commit d1745120d69babfc89ed92b8d0e951b9627d6097 by Andrea Iacovitti. Committed on 28/02/2013 at 08:07. Pushed by aiacovitti into branch 'KDE/4.10'. Fix crash when dealing with video toolbox. FIXED-IN: 4.10.1 M +1 -1 khtml/rendering/render_media.cpp http://commits.kde.org/kdelibs/d1745120d69babfc89ed92b8d0e951b9627d6097 |