SETRO wrote on Fri, 01 November 2002 15:39 > after index -D or after just index i have this error: > :: addres of param xxxxx Segmentaton fault > and i loose some pages > in index -S i see 2000 ok pages > but in s.cgi i see 1800 pages > any idea?
Most probably this is a bug in ASPseek software, or in your hardware. By the way, you haven't specified ASPseek version you are using. Try to debug index to see where it crashes using gdb. This is basically what you should do: $ gdb /path/to/index | tee index-crash.txt .... (gdb) run -D .... [here index crashes] (gdb) bt full ... (gdb) quit When, mail your index-crash.txt file, together with your system info (read the BUGS file to know what info you should give). -- -- kir
