see http://bugs.debian.org/361218
If xdvi is invoked to read from a file descriptor in
/dev/fd/, it segfaults while trying to print. For
testing,
http://svn.debian.org/wsvn/debian-tex/tetex-bin/trunk/debian/xdvi-pl?op=file&rev=0&sc=0
this is the Perl script we use to uncompress gzipped
files on-the fly into a FIFO and open xdvi on it.
Logged In: YES
user_id=177175
Thanks, I can reproduce this. Investigating ...
Logged In: YES
user_id=177175
Originator: NO
Fixed in 22.84.13-CVS16; reason was memory corruption by silently assuming file had .dvi extension, which the FIFO didn't have. Used new function get_extension() to prevent this.