Summary: | [testcase] Konqueror crashes running a javascript snippet (QList<khtml::CachedScript*>::isEmpty, khtml::HTMLTokenizer::notifyFinished, khtml::CachedScript::checkNotify) | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Pedro Celestino Reis Rodrigues <reis> |
Component: | kjs | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | andresbajotierra, finex, rasasi78 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 189426 | ||
Bug Blocks: | |||
Attachments: |
Merged html+javascript file that triggers the crash
Valgrind output |
Description
Pedro Celestino Reis Rodrigues
2009-09-13 01:02:50 UTC
In the report the last line of the script bum was truncated during copy and paste. Here follows the complete line. setTimeout("vt_ma_cargadatos_s17018_c0('http://votaciones.miarroba.com/carga.php?id=17018&idc=0&votid=28&act=votacion');",100); Please ignore the correction note. I simply missed the cursor bar in the bottom of the report text. Could you please attach the html snippet as a file ? (https://bugs.kde.org/attachment.cgi?bugid=207217&action=enter) I couldn't reproduce the crash with the html+js code, here using: Qt: 4.6.0 (Qt git branch 4.6 commit 52aef13521af2137db15ee878893f5c5150471e5 Date: Mon Oct 12 14:18:51 2009 +1000) KDE: 4.3.74 (KDE 4.3.74 (KDE 4.4 >= 20091102)) kdelibs svn rev. 1047120 / kdebase svn rev. 1047120 on ArchLinux i686 - Kernel 2.6.31.5 Regards Created attachment 38358 [details]
Merged html+javascript file that triggers the crash
Opening the file using Open->File on the menu does not produce a crash.
However, a crash appens when we click on the X in the opened page.
When opening the page in the comand line giving the file as argument, or navigating in file manager mode, the crash is immediate.
The merged html+javascript file is attached.
Thank you for your effort.
Thanks for the testcase: I can reproduce this crash now running "konqueror https://bugs.kde.org/attachment.cgi?id=38358" from Konsole. Here using: Qt: 4.6.0 (Qt git branch 4.6 commit 52aef13521af2137db15ee878893f5c5150471e5 Date: Mon Oct 12 14:18:51 2009 +1000) KDE: 4.3.75 (KDE 4.3.75 (KDE 4.4 >= 20091113)) kdelibs svn rev. 1048844 / kdebase svn rev. 1048570 on ArchLinux i686 - Kernel 2.6.31.6 Created attachment 38367 [details]
Valgrind output
Crash confirmed using KDE 4.4.5 and KDE 4.5.0 Hello. I'm not getting the crash on KDE 4.8.4 (GNU/Debian sid). Confirmation of this would be appreciated. Hi, I'm not getting tha crash anymore also. Thanks Thank you all for the feedback. |