Bug 95775

Andras Mantia amantia at kde.org
Tue Jan 4 11:21:53 GMT 2005


Waldo Bastian wrote:

> This code was recently changed, see r1.1055 of khtml_part.cpp and
> http://bugs.kde.org/show_bug.cgi?id=67624
> 
> I don't see anything that is obviously wrong though or that could result
> in a double deletion or 0 entry in the frame-list.

I don't see either. Based on another bug report with the same BT, I can see
that if you preview twice 
<frameset rows="50%,50%">
        <frame name="" marginwidth="10" marginheight="10"
noresize="noresize"/>
        <frame name="" marginwidth="10" marginheight="10"
noresize="noresize"/>
</frameset>

in Quanta, it will crash on the second preview. Konqueror survives the page
reload. I'm pretty sure this bug wasn't present before, as the preview code
in Quanta haven't really changed, it uses KHTMLPart's:
closeURL
begin
write
end
show

or
closeURL
openURL
show

depending on the fact if the preview is from a file or from memory. It seems
that Konqueror does some things in plus which cleans the areas that can be
corrupted.
I will run valgrind through Quanta and will post the results.

Andras


-- 
Quanta Plus developer - http://quanta.sourceforge.net
K Desktop Environment - http://www.kde.org





More information about the kfm-devel mailing list