k> 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?
k> 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. k> Try to debug index to see where it crashes using gdb. This is basically what you should do: k> $ gdb /path/to/index | tee index-crash.txt k> .... k> (gdb) run -D k> .... k> [here index crashes] k> (gdb) bt full k> ... k> (gdb) quit k> When, mail your index-crash.txt file, together with your system info (read the BUGS file to know what info you should give). k> -- k> -- kir thnx kir, i will try gdb and send by mail report from txt file. oh yes, this error shows, when i index 1500 or more pages, if i index a <1500 pages - all right... -- wbr, SETRO [EMAIL PROTECTED]
