amaya segfaults on some jpgs, chokes on reloads, and other bugs

Décade I, Quintidi de Prairial de l'Année 205 de la Révolution

amaya 1.0b (Linux-elf) consistently segfaults on several jpeg images
if the pages are loaded from a server. Everything works fine if I load
the same page with the same images as a file.

Another situation where it crashes is on clicking the reload button to
reload a page from a server. Sometimes it works, sometimes it says

(64) NETREAD: Broken pipe

if I try to reload a file from the server and dies with a broken pipe
if I click reload again.

And: a construction like 

<TR><TD><A HREF="braun/index.html"><IMG SRC="img/braun.jpg"
width=100 height=100></A> <TD> some text

is only displayed correctly if the optional closing </TD> tags after
the images are present, otherwise the text is printed somewhere in the
image. If at least one of the </TD> tags is present, the table
rows are displayed correctly, but the vertical spaces are too big.

-Florian Hars.
-- 
#!/bin/sh
for x in 0 100 200 300 400 500 600 700 800 900; do
for y in 0 100 200 300 400 500 600; do xeyes -geometry 100x100+$x+$y &
done; done

Received on Saturday, 24 May 1997 20:40:21 UTC