Summary: | (site, non-reduced testcase) crash when opening http://www.xmpp.org/extensions/xep-0244.html (khtml::RenderTableSection::addCell, khtml::RenderTableRow::addChild) | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Detlev Casanova <detlev.casanova> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, art.alexion, bugs.kde, finex, fizista, freekdekruijf, guido-kdebugs, holler, javier, kde, m1k0, maksim, tomastrnka, w.richert |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Valgrind output
Compressed and non-reduced testcase page (web save) |
Description
Detlev Casanova
2009-08-18 17:12:01 UTC
I can reproduce the crash here using: Qt: 4.5.2 (KDE-Qt git commit 5b7a2eb42acfdea07c6075556cb43e2c95852145 Date: Tue Jul 28 14:10:47 2009 -0300) KDE: 4.3.64 (KDE 4.3.64 (KDE 4.4 >= 20090812)) kdelibs svn rev. 1011989 / kdebase svn rev. 1011989 on ArchLinux i686 - Kernel 2.6.30.4 Valgrind log to come Created attachment 36260 [details]
Valgrind output
Created attachment 36261 [details]
Compressed and non-reduced testcase page (web save)
Reduction: <table> <tr> <th colspan="" rowspan="">Transaction Type</th> <th colspan="" rowspan="">Purpose</th> <th colspan="" rowspan="">Associated Ad-Hoc Command</th> <th colspan="" rowspan="">REQUIRED for generic XEP compatibility</th> <th colspan="" rowspan="">Contained Elements</th> </tr> <tr> <th colspan="" rowspan="">io-schemata-get</th> <th colspan="" rowspan="">To request the schemata of input and output.</th> <th colspan="" rowspan="">execute</th> <th colspan="" rowspan="">yes</th> <th colspan="" rowspan="">-</th> </tr> </table> *** Bug 205650 has been marked as a duplicate of this bug. *** *** Bug 206672 has been marked as a duplicate of this bug. *** *** Bug 207008 has been marked as a duplicate of this bug. *** *** Bug 207003 has been marked as a duplicate of this bug. *** *** Bug 212880 has been marked as a duplicate of this bug. *** *** Bug 213696 has been marked as a duplicate of this bug. *** *** Bug 213712 has been marked as a duplicate of this bug. *** *** Bug 198274 has been marked as a duplicate of this bug. *** *** Bug 210765 has been marked as a duplicate of this bug. *** *** Bug 210817 has been marked as a duplicate of this bug. *** *** Bug 215640 has been marked as a duplicate of this bug. *** *** Bug 219020 has been marked as a duplicate of this bug. *** SVN commit 1094429 by ggarand: .rowspan="" should map to rowspan=1, not rowspan=0 avoids a crash on xmpp.org pages .only actually enables the HTML 4.01 meaning of colspan/rowspan zero in standard/almost-standard mode matching Gecko engines CCBUG: 204297 BUG: 227109 M +10 -6 html_tableimpl.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1094429 SVN commit 1094488 by ggarand: automatically merged revision 1094429: .rowspan="" should map to rowspan=1, not rowspan=0 avoids a crash on xmpp.org pages .only actually enables the HTML 4.01 meaning of colspan/rowspan zero in standard/almost-standard mode matching Gecko engines CCBUG: 204297 M +10 -6 html_tableimpl.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1094488 konqueror (KDE 4.4.5 and KDE 4.5.0) doesn't crash using the testcase on comments #3 and #4 . Indeed, doesn't crash anymore on KDE 4.4.3 and later... *** Bug 219334 has been marked as a duplicate of this bug. *** |