OK. Please check also this:

print realsize
print *Doc



Zenon Panoussis wrote:
> > please run the following commands in gdb:
> >
> > frame 1
> > print content_type
> > print Method
> > print Doc
> > print Doc->content
> > print Doc->url
> 
> #0  0x80600ca in UdmCRC32 (buf=0x4021c03e "", size=4294967295) at crc32.c:97
> 97                      _CRC32_(crc, *p) ;
> (gdb) frame 1
> #1  0x804d7f8 in UdmIndexNextURL (Indexer=0x807ca50, index_flags=4) at indexer.c:1150
> 1150                            crc32=UdmCRC32(Doc->content, (size_t)realsize);
> (gdb) print content_type
> $1 = 0x4021c027 "application/unknown"
> (gdb) print Method
> $2 = 1
> (gdb) print Doc
> $3 = (UDM_DOCUMENT *) 0x91ef7d8
> (gdb) print Doc->content
> $4 = 0x4021c03e ""
> (gdb) print Doc->url
> $5 = 0x91f0548 "http://www.xs4all.nl/~fishman/ls/."
> 
> See my (bounced) posting from [EMAIL PROTECTED] on
> Tue, 27 Feb 2001 15:46:37 +0100 for details about this and
> the other URLs that the indexer crashes on.
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to