- From: David Malan <malan@eecs.harvard.edu>
- Date: Tue, 3 Dec 2002 23:45:29 -0500
- To: <html-tidy@w3.org>
Hi all, I just downloaded the 2-dec-2002 src for tidy, compiled it on an alpha running OSF (`uname -a` => OSF1 is01 V4.0 1229 alpha alpha), but I'm getting a segmentation fault. I noticed you haven't provided a built for OSF/alpha, but I thought someone on your team might know the fix quicker than me. I compiled with gcc 3.2, with -g, and got the following: libe1@is01 (~/software/tidy): gdb bin/tidy GNU gdb 4.17 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "alphaev56-dec-osf4.0d"... (gdb) r Starting program: /home18/l/i/libe1/software/tidy/bin/tidy Program received signal SIGSEGV, Segmentation fault. 0x120050030 in filesrc_eof (sourceData=1073817600) at src/fileio.c:26 26 Bool isEOF = ( fin->unget.size > 0 ); Answer jump out at anyone? (If it's relevant, this machine didn't have libtool installed, so I built and installed GNU Libtool 1.4.3 for this install of tidy.) Thanks for an (otherwise) great program! djm
Received on Tuesday, 3 December 2002 23:46:51 UTC