bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] segfault encountered after HUGE recursive scrape


From: Gabriel L. Somlo
Subject: Re: [Bug-wget] segfault encountered after HUGE recursive scrape
Date: Mon, 9 Mar 2015 12:38:53 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Mar 09, 2015 at 05:14:01PM +0100, Tim Ruehsen wrote:
> On Monday 09 March 2015 10:41:40 Gabriel L. Somlo wrote:
> > On Mon, Mar 09, 2015 at 03:08:32PM +0100, Tim Ruehsen wrote:
> > > Hi Gabriel,
> > > 
> > > > wget: convert.c:928: register_redirection: Assertion `file != ((void
> > > > *)0)'
> > > 
> > > The current line number of the assertion is somewhere else.
> > 
> > Line 928 in convert.c, function register_redirection() is
> > 
> > 'assert (file != NULL);'
> 
> I just checked out 07a350d30c062a813a9ac2a6b3cd8b2ae07f0b26.
> 'assert (file != NULL);'
> is on line 851 !!!
> That is quite a big difference to your line number.
> 
> Are you on the correct branch (master) ?

At this point, I no longer trust myself to know for sure, sorry :)
That's another unfortunate side-effect of it taking almost a month to
encounter the problem -- I can't just redo everything (cleanly, this
time), and update my report in a timely way...
 
> > to restart the whole thing with the latest (carefully built, this time)
> > git master and see what happens in another month or so :)
> 
> Before you start, replace the assert() with 
> if (!file) {
>       print something out;
>       return;
> }
> 
> You might miss a file, but that seems better than aborting the process.

OK; I'll hopefully be back in a while with a better bug report :)

Thanks again,
--Gabriel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]