[BUG] Amaya (CVS version) crashing with non-valid XHTML

I find Amaya crashing with the following (non-valid) xhtml:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Test</title>
  </head>
  <body>
    <div xmlns=""/>
  </body>
</html>

I have compiled Amaya from sources (CVS at Jun 15 2007), This is a 32-bit 
build on 64-bit Linux. Operating system is Fedora Core 6.

I get the following console output:
*** Amaya: Irrecoverable error 
***/space/jopesale/ohjelmat/asennettu/bin/amaya: line 11: 27926 Segmentation 
fault      env XLIB_SKIP_ARGB_VISUALS=1 
$PREFIX/$AMAYA_INSTALLDIR/$AMAYAGUI/bin/amaya_bin ${1+$@}

-- 
Joel Lehtonen

Received on Tuesday, 19 June 2007 15:22:53 UTC