After todays cvs up I've got core dump in HtVector_byte
Vadim Chekan.
Script started on Mon Dec 13 20:35:15 1999
sh-2.02$ gdb htdig htdig.core
GDB is free software and you are welcome to 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.
GDB 4.16 (i386-unknown-freebsd),
Copyright 1996 Free Software Foundation, Inc...
Core was generated by `htdig'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libz.so.2...done.
Reading symbols from /usr/lib/libstdc++.so.2...done.
Reading symbols from /usr/lib/libm.so.2...done.
Reading symbols from /usr/lib/libc.so.3...done.
Reading symbols from /usr/libexec/ld-elf.so.1...done.
#0 0x807f66e in HtVector_byte::Start_Get ()
at ../../htdig3/htlib/HtVectorGeneric.h:110
110 void Start_Get() {current_index = -1;}
(gdb) bt
#0 0x807f66e in HtVector_byte::Start_Get ()
at ../../htdig3/htlib/HtVectorGeneric.h:110
#1 0x807eeac in VlengthCoder::intervalsize ()
at ../../htdig3/htword/WordBitCompress.cc:213
#2 0x807e29c in Compressor::get_fixedbitl (this=0xbfbfc5c0, res=0x8e23000,
n=10240) at ../../htdig3/htword/WordBitCompress.cc:457
#3 0x807df9e in Compressor::get_vals (this=0xbfbfc5c0, pres=0x81f6444,
tag=0x81195e8 "NumField1") at ../../htdig3/htword/WordBitCompress.cc:398
#4 0x8076d9b in WordDBPage::Uncompress_main (this=0xbfbfc620, pin=0xbfbfc5c0)
at ../../htdig3/htword/WordDBCompress.cc:692
#5 0x8076a42 in WordDBPage::Uncompress (this=0xbfbfc620, pin=0xbfbfc5c0,
ndebug=0) at ../../htdig3/htword/WordDBCompress.cc:633
#6 0x80765c8 in WordDBCompress::Uncompress (this=0x81f7310,
inbuff=0x8e20000 "", inbuff_length=1016, outbuff=0x8e006d8 "\001",
outbuff_length=8192) at ../../htdig3/htword/WordDBCompress.cc:519
#7 0x80763ad in WordDBCompress_uncompress_c (inbuff=0x8e20000 "",
inbuff_length=1016, outbuff=0x8e006d8 "\001", outbuff_length=8192,
user_data=0x81f7310) at ../../htdig3/htword/WordDBCompress.cc:454
#8 0x80be52d in __memp_cmpr_read (dbmfp=0x81f63c0, bhp=0x8e006a8,
db_io=0xbfbfc738, niop=0xbfbfc724)
at ../../../htdig3/db/dist/../mp/mp_cmpr.c:254
#9 0x80be109 in __memp_cmpr (dbmfp=0x81f63c0, bhp=0x8e006a8,
db_io=0xbfbfc738, flag=1, niop=0xbfbfc724)
at ../../../htdig3/db/dist/../mp/mp_cmpr.c:119
---Type <return> to continue, or q <return> to quit---
#10 0x80dcc98 in __memp_pgread (dbmfp=0x81f63c0, bhp=0x8e006a8, can_create=0)
at ../../../htdig3/db/dist/../mp/mp_bh.c:190
#11 0x80ba24c in memp_fget (dbmfp=0x81f63c0, pgnoaddr=0xbfbfc7d8, flags=0,
addrp=0xbfbfc7e4) at ../../../htdig3/db/dist/../mp/mp_fget.c:303
#12 0x80d019a in __bam_search (dbc=0x81f5600, key=0xbfbfca28, flags=12802,
stop=1, recnop=0x0, exactp=0xbfbfc884)
at ../../../htdig3/db/dist/../btree/bt_search.c:117
#13 0x80c9e42 in __bam_c_search (dbc=0x81f5600, cp=0x8130b80, key=0xbfbfca28,
flags=13, exactp=0xbfbfc884)
at ../../../htdig3/db/dist/../btree/bt_cursor.c:1531
#14 0x80c8ae3 in __bam_c_put (dbc=0x81f5600, key=0xbfbfca28, data=0xbfbfca10,
flags=13) at ../../../htdig3/db/dist/../btree/bt_cursor.c:914
#15 0x809c64c in __db_put (dbp=0x81f5300, txn=0x0, key=0xbfbfca28,
data=0xbfbfca10, flags=0) at ../../../htdig3/db/dist/../db/db_am.c:395
#16 0x80c5ee3 in Db::put (this=0x81f7400, txnid=0x0, key=0xbfbfca28,
value=0xbfbfca10, flags=0)
at ../../../htdig3/db/dist/../cxx/cxx_table.cpp:196
#17 0x8073be3 in WordDB::Put (this=0xbfbfd7b0, key=@0xbfbfca7c,
data=@0xbfbfca6c, flags=0) at ../../htdig3/htword/WordDB.h:177
#18 0x807367a in WordDB::Put (this=0xbfbfd7b0, wordRef=@0xbfbfcad8, flags=0)
at ../../htdig3/htword/WordDB.h:224
#19 0x8071313 in WordList::Put (this=0xbfbfd63c, arg=@0x81f6240, flags=0)
at ../../htdig3/htword/WordList.cc:135
#20 0x8072f64 in WordList::Override (this=0xbfbfd63c, wordRef=@0x81f6240)
---Type <return> to continue, or q <return> to quit---
at ../../htdig3/htword/WordList.h:158
#21 0x806a126 in HtWordList::Flush (this=0xbfbfd63c)
at ../../htdig3/htcommon/HtWordList.cc:78
#22 0x8069411 in DocumentRef::AddDescription (this=0x81f5200,
d=0x81f4fa0 "test3", words=@0xbfbfd63c)
at ../../htdig3/htcommon/DocumentRef.cc:486
#23 0x8056180 in Retriever::got_redirect (this=0xbfbfd564,
new_url=0x81f1fc0 "http://gate.gc.lviv.ua/test/price/", old_ref=0x81f5100)
at ../../htdig3/htdig/Retriever.cc:1384
#24 0x80533f0 in Retriever::parse_url (this=0xbfbfd564, urlRef=@0x81f5000)
at ../../htdig3/htdig/Retriever.cc:578
#25 0x8052463 in Retriever::Start (this=0xbfbfd564)
at ../../htdig3/htdig/Retriever.cc:336
#26 0x805ab4e in main (ac=2, av=0xbfbfdbf8) at ../../htdig3/htdig/htdig.cc:280
#27 0x804a5ad in _start ()
(gdb) q
sh-2.02$ exit
Script done on Mon Dec 13 20:35:43 1999
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.