| Hi,
I try to make httrack parse a local file by giving it an
url like this:
<file:///tmp/test.html>
It doesn't work because of a Segmentation Fault ...
I have this message when I debug with gdb:
Program received signal SIGSEGV, Segmentation fault.
0x4002bde7 in check_sockerror (s=-500000) at htscore.c:3036
/httrack-3.33.03/src/htscore.c:3036:97686:beg:0x4002bde7
(gdb)
at line 3036 in htscore:
FD_SET((T_SOC) s,&fds);
Parsing http url works fine...
What is the problem with a local file?Did I not understood the functionnality
of file:// url type
retrieving? (I think it's for giving httrack a file
located anywhere on your hard drive, not using a local
http server).
thank you.
GuiOm
thank you | |