Subject: Re: Httrack crashed ; please see crash dump
Author: Xavier Roche
Date: 07/29/2006 08:31
>
> FAULT--> strc->warning++; <-----
Looks to me that "opt" was passed == NULL ; did you call hts_buildtopindex()
by yourself ?
Try also:
opt->dir_topindex = 0;
to disable topindex generation.