Bug in wget version 1.8.1

2003-02-24 Thread Micha Byrecki
Hello.
In version wget 1.8.1 i got a segfault after executing:
$wget -c -r -k http://www.repairfaq.orghttp://www.repairfaq.org

The bug is probably with two https in command line. I've attached strace
output, but there's rather noting usefull. I have no source code of such
version of wget, so i'm not able to check it out now. If you need any
other, additional information from me just mail me.

-- 
Regards
Michal Byrecki



wget-out
Description: Binary data


Bug in wget version 1.8.1

2003-02-24 Thread Micha Byrecki
Hello again.
Matter about version wget 1.8.1
I downloaded source code of wget 1.8.1, so i can tell you more for now
about this bug :)

Here's more data:
(gdb) set args -c -r -k http://www.repairfaq.orghttp://www.repairfaq.org
(gdb) run
Starting program: /home/byrek/testy/wget-1.8.1/src/wget -c -r -k
http://www.repairfaq.orghttp://www.repairfaq.org

Program received signal SIGSEGV, Segmentation fault.
0x0805ca6c in retrieve_tree (start_url=0x8077b98
http://www.repairfaq.orghttp://www.repairfaq.org;)at recur.c:201
201   url_enqueue (queue, xstrdup (start_url_parsed-url), NULL, 0);
(gdb) 

*
(gdb) bt
#0  0x0805ca6c in retrieve_tree (start_url=0x8077b98
http://www.repairfaq.orghttp://www.repairfaq.org;)at recur.c:201
#1  0x0805a499 in main (argc=-1073743340, argv=0xbb24) at main.c:812
(gdb) 

Since my clock shows 3:52 AM i'm not able to analyze anything except
route to my bed, so i didn't figure it out what's wrong. I hope you'll
do.

-- 
Regards
Michal Byrecki