At 11:55 AM -0500 2/4/02, Peter Kling wrote: >BTW this is a fresh Index - no previous files.
When does the coredump occur? From what you've given, it looks like it happens essentially immediately. >on the command as follows I get this result. >+ /webdir/apache/htdig/bin/htdig -a -c >/webdir/apache/htdig/conf/htdig_build-itools.conf -s -v >+ 1> /dev/null 2>& 1 >./itools_dig.sh[25]: 4667 Segmentation Fault(coredump) Do you have gdb? If so, it would help to get a stack backtrace from the core file, e.g. gdb htdig core ... Type "bt" and it will give you the stack backtrace. -- -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

