Comment 2 for bug 1022124

Revision history for this message
Jason Conti (jconti) wrote : Re: segfault in wget 1.13.4

I just tried creating a sample website where one of the files contained the script line above, and I cannot reproduce the crash (index.html links to base/test.html which has the <script> line). With wget -m (and -r) I just get:

--2012-07-08 14:02:14-- http://localhost:8998/base/%E2%80%9Dhttp://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js%E2%80%9D
Connecting to localhost (localhost)|127.0.0.1|:8998... connected.
HTTP request sent, awaiting response... 404 File not found
2012-07-08 14:02:14 ERROR 404: File not found.

Could you provide a sample file (or collection of files) that consistently produces the segfault? Or a gdb backtrace of the crash? (Or both?)

Some information on the web server might be useful too. The above test was just against the built-in python http server.