HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: HTTrack hangs at random times
Author: Xavier Roche
Date: 02/07/2004 09:35
 
> #4  0xff2c1a50 in url_savename (adr_complete=0xffb958b0

Okay - httrack is building the URL local name, and needs to 
process a request to get the remote file (HEAD request). 

httrack seems to be waiting back_wait() :
..
if (back[b].status>0) {
  back_wait(back,back_max,opt,cache,0);        
}

Can you try to go up to the stack level of htsname.c 
(using "up" and "down"), and then do a "next" to see if the 
back_wait() returns ? (the "next" should quickly finish 
back_wait() and gdb should then have the console control 
again)

Can you mail me the details, such as URLs and options? I 
will trace this problem on the debugger directly, hoping 
that it will occurs. (did you test it on Linux, or Solaris?)
 
Reply Create subthread


All articles

Subject Author Date
Re: HTTrack hangs at random times

02/05/2004 23:24
Re: HTTrack hangs at random times

02/06/2004 13:17
Re: HTTrack hangs at random times

02/07/2004 09:35
Re: HTTrack hangs at random times

02/09/2004 14:41




2

Created with FORUM 2.0.11