netbsd/alpha 1.5.1-current
postgresql-7.1-dev
mnogosearch 3.1.12-cvs

after about 30 hours of indexing. i got a core dump from indexer.

# gdb indexer indexer.core
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 "alpha--netbsd"...
Core was generated by `indexer'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/libexec/ld.elf_so...done.
Reading symbols from /usr/local/lib/libudmsearch.so.0...done.
Reading symbols from /usr/lib/libcrypt.so.0...done.
Reading symbols from /usr/local/lib/libpq.so.2...done.
Reading symbols from /usr/lib/libc.so.12...done.
Reading symbols from /usr/lib/libresolv.so.1...done.
#0  0x160254e20 in AddOneWord (Indexer=0x12013a000, Server=0x0,
    word=0x122eb1440 "disability", where=663289858, checkstop=1) at
word.c:104
104             Indexer->Word[Indexer->nwords].word=s;
(gdb) bt
#0  0x160254e20 in AddOneWord (Indexer=0x12013a000, Server=0x0,
    word=0x122eb1440 "disability", where=663289858, checkstop=1) at
word.c:104
Cannot access memory at address 0x1281a8000.
(gdb) l
99                              Indexer->Word=(UDM_WORD
*)UdmXmalloc(Indexer->mwords*sizeof(UDM_W
ORD));
100                     }
101             }
102
103             /* Add new word */
104             Indexer->Word[Indexer->nwords].word=s;
105
106             if(!Indexer->Conf->use_phrases){
107                    
Indexer->Word[Indexer->nwords].count=where+0x10000;
108             }else{
(gdb)

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to