Re: amaya doesn't render <pre>

> For the page at
> http://www.carbonecho.com/html/amayaCrash.html
> 
> This page has errors. What does <P="CENTER"> mean?
> Anyway, neither this nor the extra </TR> on line
> 193 should cause Amaya to crash or enter an
> infinite loop. Unfortunately, that is what happens. 
> 
> Using GDB under Linux-ELF, I was able to determine 
> that Amaya recurses very deeply while processing
> this page. 
> 
> I stopped the backtrace listing at around 1400
> frames (function-calls). 
> 
> Amaya seems to repeat the following sequence
> of function calls:
> 
> CheckRowHeights()
> AttachAttrWithValue()
> AbstractImageUpdated()
> ChangeConcreteImage()
> ComputeEnclosing()
> HeightPack()
> ChangeDefaultHeight()
> ResizeHeight()
> UpdateCellHeight()
> 
> When I remove the extra </TR>, Amaya can 
> display the page without going into the
> infinite loop. 

This problem is fixed in the CVS base now.

-- 
     Irene.

Received on Wednesday, 16 August 2000 08:29:56 UTC