HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: segmentation Fault with url file://
Author: Xavier Roche
Date: 10/17/2004 22:33
 
This is definitely a bug in the back_maydeletehttp() 
function, file htsback.c, around line 449.

the line:
&& !check_sockerror(back[p].r.soc)

should be:
&& !back[p].r.is_file && !check_sockerror(back[p].r.soc)

(The value (invalid) -5000 should never be called in a 
network function (the handle has an invalid value))

I'll release a new version soon to fix this error - in the 
meantime, you can change the line to fix the problem.

 
Reply Create subthread


All articles

Subject Author Date
segmentation Fault with url file://

10/14/2004 19:06
Re: segmentation Fault with url file://

10/15/2004 09:48
Re: segmentation Fault with url file://

10/15/2004 10:57
Re: segmentation Fault with url file://

10/17/2004 22:33
No more : segmentation Fault with url file://

10/18/2004 09:37




2

Created with FORUM 2.0.11