bhimprakash / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

Getting: "PROGRAM ABORT : uninitialized http_request" #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After running skipfish (version 2.10b) in OS X 10.7.5 with command:

./skipfish -S dictionaries/medium.wl --config mylogin.conf -v -u  -X /logout -W 
new_dict.wl -o output_dir6 -r 1000 -B .google-analytics.com -B .googleapis.com 
http://localhost:8888/brainspotting/

the scan stops in a few seconds with following error:

[-] PROGRAM ABORT : uninitialized http_request
    Stop location : async_request(), src/http_client.c:1836

What does "uninitialized http_request" mean and can I avoid it somehow?

Original issue reported on code.google.com by karl.ke...@gmail.com on 12 Apr 2013 at 11:53

GoogleCodeExporter commented 8 years ago
Hey Karl,

Thanks for reporting. It means something went wrong - likely during the login. 
Could you try running the scan with "-uvv" (two v's) and share the output?

Cheers!
Niels

Original comment by niels.he...@gmail.com on 14 Apr 2013 at 2:51

GoogleCodeExporter commented 8 years ago
Hey Niels,

Thanks for the quick reply. :)

It turned out that -r parameter was the source of problems. After removing it, 
the scan worked as expected.

Nevertheless, attached is the output from the scan with "-uvv" and "-r".

Original comment by karl.ke...@gmail.com on 14 Apr 2013 at 10:36

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the verbose output. This error should not be happening, even with 
-r. Did you compile this binary yourself ? Would it be possible to make a debug 
build "make debug" and run the scan with "-r 1000" while redirecting stderr to 
a file?

$ make debug
$ ./skipfish [..] 2> debug.log

Cheers,
Niels

Original comment by niels.he...@gmail.com on 20 Apr 2013 at 5:54