Hi I've got a segmentation fault runnning httrack on a url
<file://my_local_path/file.html>
I want to parse for exemple a page located in /tmp/ folder.
so I give <file:///tmp/myfile.html> to the engine.
I've got a seg fault.
I tried to debug it.
the file is well retrieved (I print r->adr after
http_xfread1 and it contains my page html code.)
The seg fault occure after...in back_wait() function maybe.
I'll check it tomorrow.
thank you
|