Alexander Barkov skrev:
>
> I just not sure what version are you using.
3.1.11 with the add_url.3.1.11.diff patch only.
> Is it here:
>
> }else{
> /* Unknown Content-Type */
> if(Method!=UDM_HEAD){
> crc32=UdmCRC32(Doc->content, (size_t)realsize);
> changed=!(crc32==Doc->crc32);
> if(CurSrv->use_clones){
> origin=UdmFindOrigin(Indexer, crc32,
> size);
> origin=((origin==Doc->url_id)?0:origin);
> }
> }
> }
>
> 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.
Z
--
oracle@everywhere: The ephemeral source of the eternal truth...
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]