Segmentation Fault
Status: Alpha
Brought to you by:
coroberti
From: Graham B. <bi...@gm...> - 2011-10-12 21:54:05
|
Hello, I am using curl-loader 1.53. When I attempt to configure a POST request to login using the included examples as templates, I get a segmentation fault: curl-loader -c5 -m1 -r -v -u -f load-after-login.conf found form_str username=%s&password=%s Segmentation fault The URL configuration is: #Get the login page. URL=http://testing.foo.bar/signin URL_SHORT_NAME="signin1" URL_DONT_CYCLE=1 REQUEST_TYPE=GET TIMER_URL_COMPLETION=1000 TIMER_AFTER_URL_SLEEP=0 #Post it to login URL="" URL_USE_CURRENT=1 URL_SHORT_NAME="signin2" URL_DONT_CYCLE=1 USERNAME=tester PASSWORD=testing REQUEST_TYPE=POST FORM_USAGE_TYPE=SINGLE_USER #FORM_STRING= username_login=%s&password_login=%s #That might not work like it seems, from login-uas-cycling.conf: FORM_STRING= username=%s&password=%s TIMER_URL_COMPLETION=1000 TIMER_AFTER_URL_SLEEP=500 #Request something URL=http://testing.foo.bar/search URL_SHORT_NAME="latestkeeks" URL_DONT_CYCLE=1 REQUEST_TYPE=GET TIMER_URL_COMPLETION=1000 TIMER_AFTER_URL_SLEEP=500 Which is based off of login-uas-cycling.conf in the examples. Can you point out my error or suggest a remedy? \\//, Lorax |