Hi Bill,
it seem to be the solution. We have rebuild nearly all indexes yet. No
problems. The last one takes nearly 3 days and the build of the index is
running.
Thank you!
cu Dietmar.
> Hmm.. this problem sounds suspiciously like the malloc problem I had
> a two weeks back. It's worth applying the patch and trying again,
> anyway. See message below (or look in the list archives from April 7th).
>
> On Wed, Apr 07, 2004 at 01:50:37PM -0700, Bill Schell wrote:
>
> >> I finally got back to this problem after being pulled off on something
> else
> >> for a couple weeks.
> >>
> >> There is a bug on line 253 of src/file.c (in swish-e-2.4.2).
> >> That line reads:
> >> buffer[bytes_read+1] = '\0'; /* hopfully doesn't read more than
> filelen bytes;) */
> >>
> >> it should read:
> >> buffer[bytes_read] = '\0'; /* hopefully doesn't read more than filelen
> bytes;) */
> ...
> >Program received signal SIGSEGV, Segmentation fault.
> >0x40106676 in chunk_free (ar_ptr=0x401ba500, p=0x8a19138) at
> malloc.c:3243
> >3243 malloc.c: No such file or directory.
> > in malloc.c
--
"Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen!
Jetzt aktivieren unter http://www.gmx.net/info
Received on Fri Apr 23 01:17:28 2004