> 
> According to Martin Mielke:
> > # ../bin/rundig -v
> > htmerge: Unable to open word list file 
> '/opt/www/htdig/db/db.wordlist'
> > 
> > ---
> > 
> > Taking a look at the db.* directory:
> > 
> > ---
> > 
> > # ls -l
> > total 508
> > -rw-------    1 root     root       512000 Oct 31 18:02 core
> > -rw-r--r--    1 root     root         2048 Oct 31 18:02 db.docdb
> > -rw-r--r--    1 root     root            0 Oct 31 18:02 
> db.wordlist.new
> > 
> > # file core
> > core: ELF 32-bit LSB core file of 'htdig' (signal 6), Intel 
> 80386, version 1
> 
> Well, apparently htdig crashed before it could begin creating 
> a db.wordlist
> file.  It might be very informative to get a stack backtrace 
> of htdig to
> see when/where the crash occurred:
> 
>       gdb /opt/www/htdig/bin/htdig /opt/www/htdig/db/core
>       bt
>       quit
> 

# gdb /opt/www/htdig/bin/htdig /opt/www/htdig/db/core
GNU gdb 19991004
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 "i386-redhat-linux"...
Core was generated by `/opt/www/htdig/bin/htdig -i -v'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/lib/libz.so.1...done.
Reading symbols from /usr/lib/libstdc++-libc6.1-1.so.2...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
#0  0x400a6d41 in __kill () from /lib/libc.so.6
(gdb) bt
#0  0x400a6d41 in __kill () from /lib/libc.so.6
#1  0x400a69b6 in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2  0x400a80d8 in abort () at ../sysdeps/generic/abort.c:88
#3  0x40057e55 in __default_terminate () from
/usr/lib/libstdc++-libc6.1-1.so.2
#4  0x40057e72 in __terminate () from /usr/lib/libstdc++-libc6.1-1.so.2
#5  0x4005875b in __throw () from /usr/lib/libstdc++-libc6.1-1.so.2
#6  0x80549c8 in main (ac=3, av=0xbffffb24) at htdig.cc:284
(gdb) q 

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  <http://www.htdig.org/mail/menu.html>
FAQ:            <http://www.htdig.org/FAQ.html>

Reply via email to