Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting: "PROGRAM ABORT : uninitialized http_request" #176

Open
GoogleCodeExporter opened this issue Jan 29, 2016 · 3 comments
Open

Getting: "PROGRAM ABORT : uninitialized http_request" #176

GoogleCodeExporter opened this issue Jan 29, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 12 Apr 2013 at 11:53

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 14 Apr 2013 at 2:51

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 14 Apr 2013 at 10:36

Attachments:

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 20 Apr 2013 at 5:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant