| Summary: | [test case] crash when selecting line with <q>tag | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Reiner Herrmann <reiner> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | test case | ||
|
Description
Reiner Herrmann
2005-12-30 01:47:14 UTC
#0 0xb61b4407 in DOM::NodeImpl::renderer (this=0x0) at /home/maksim/kde3/kdelibs/khtml/xml/dom_nodeimpl.h:315
#1 0xb61c3cff in KHTMLPart::khtmlMouseDoubleClickEvent (this=0x8363368, event=0xbfea6458)
at /home/maksim/kde3/kdelibs/khtml/khtml_part.cpp:6151
#2 0xb61c0aad in KHTMLPart::customEvent (this=0x8363368, event=0xbfea6458)
at /home/maksim/kde3/kdelibs/khtml/khtml_part.cpp:5923
#3 0xb70d228d in QObject::event () at tools/qstring.h:270
#4 0xb7091198 in QApplication::internalNotify () at tools/qshared.h:50
#5 0xb70916e0 in QApplication::notify () at tools/qshared.h:50
#6 0xb75bb4bb in KApplication::notify (this=0xbfea71dc, receiver=0x8363368, event=0xbfea6458)
at /home/maksim/kde3/kdelibs/kdecore/kapplication.cpp:550
#7 0xb70485e4 in QApplication::sendEvent (receiver=0x8363368, event=0xbfea6458) at kernel/qapplication.h:491
#8 0xb61a303e in KHTMLView::viewportMouseDoubleClickEvent (this=0x8369720, _mouse=0xbfea6d88)
at /home/maksim/kde3/kdelibs/khtml/khtmlview.cpp:1026
#9 0xb61a32d5 in KHTMLView::viewportMousePressEvent (this=0x8369720, _mouse=0xbfea6d88)
at /home/maksim/kde3/kdelibs/khtml/khtmlview.cpp:878
Most of the time I get Maksim's bt, but here's an additional one I got once:
#6 0xb6041026 in QMetaObject::slotOffset (this=0x0) at qmetaobject.h:257
#7 0xb6095393 in DOM::DocumentImpl::createHTMLElement (this=0x83d8880,
name=@0x0) at dom_docimpl.cpp:799
#8 0xb60509fa in KHTMLPart::findTextNext (this=0x83cafa0, str=@0xbfadf56c,
forward=false, caseSensitive=false, isRegExp=false) at khtml_part.cpp:2834
#9 0xb604d68d in KHTMLPart::referrer (this=0x0) at khtml_part.cpp:5779
#10 0xb716dbc7 in QObject::event () from /usr/share/qt3/lib/libqt-mt.so.3
#11 0xb7107f80 in QApplication::internalNotify ()
from /usr/share/qt3/lib/libqt-mt.so.3
#12 0xb7108172 in QApplication::notify ()
from /usr/share/qt3/lib/libqt-mt.so.3
#13 0xb77e7292 in KApplication::notify (this=0xbfae0548, receiver=0x83cafa0,
event=0xbfadf56c) at kapplication.cpp:550
#14 0xb7fb0b9c in QApplication::sendEvent (receiver=0x83cafa0,
event=0xbfadf56c) at qapplication.h:491
#15 0xb602f90d in KHTMLView::viewportMouseMoveEvent (this=0x8269fc8,
_mouse=0xbfadff54) at khtmlview.cpp:1234
#16 0xb602faa5 in KHTMLView::viewportMouseMoveEvent (this=0x8269fc8,
_mouse=0xbfadff54) at khtmlview.cpp:1256
#17 0xb72a577e in QScrollView::eventFilter ()
from /usr/share/qt3/lib/libqt-mt.so.3
#18 0xb6034c12 in KHTMLView::eventFilter (this=0x8269fc8, o=0x86138a8,
e=0xbfadff54) at khtmlview.cpp:1899
#19 0xb716da72 in QObject::activate_filters ()
from /usr/share/qt3/lib/libqt-mt.so.3
#20 0xb716daf0 in QObject::event () from /usr/share/qt3/lib/libqt-mt.so.3
#21 0xb71ab268 in QWidget::event () from /usr/share/qt3/lib/libqt-mt.so.3
#22 0xb7107f80 in QApplication::internalNotify ()
from /usr/share/qt3/lib/libqt-mt.so.3
#23 0xb7108500 in QApplication::notify ()
from /usr/share/qt3/lib/libqt-mt.so.3
#24 0xb77e7292 in KApplication::notify (this=0xbfae0548, receiver=0x86138a8,
event=0xbfadff54) at kapplication.cpp:550
#25 0xb7098e25 in QApplication::sendSpontaneousEvent ()
from /usr/share/qt3/lib/libqt-mt.so.3
#26 0xb7094325 in QETWidget::translateMouseEvent ()
from /usr/share/qt3/lib/libqt-mt.so.3
Created attachment 18246 [details]
test case
It doesn't crash here anymore.. Can anyone confirm? dupe of this? http://bugs.kde.org/show_bug.cgi?id=95319 |