On 14 Nov 2001, at 13:20, Bernard, Shawn wrote: > I'm not sure if this is a bug or not, but when I ran this line: > wget -r -l2 http://www.turnerclassicmovies.com/NowPlaying/Index > I get this result: (snip) > `www.turnerclassicmovies.com/Home/Index/0,3436,,00.html' saved [27179] > > Segmentation Fault(coredump)
That one is fixed in the CVS repository (not that the CVS repository has been maintained for a few months, but that's another matter). As a workaround in wget 1.7, you could try using the option '-Gmeta', as this bug usually occurs while processing large META tags. The '-Gmeta' option causes wget to ignore META tags.
