segmentation fault
Status: Alpha
Brought to you by:
coroberti
From: Brocha S. <br...@ca...> - 2010-01-20 13:23:46
|
CURL-LOADER VERSION: 0.50, September 21, 2009 HW DETAILS: CPU/S and memory are must: Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz Mem: 3056880k total LINUX DISTRIBUTION and KERNEL (uname -r): 2.6.31-16-generic GCC VERSION (gcc -v): gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) COMPILATION AND MAKING OPTIONS (if defaults changed): defaults COMMAND-LINE: ./curl-loader -f conf/streamMedia.conf CONFIGURATION-FILE (The most common source of problems): ########### GENERAL SECTION ################################ BATCH_NAME= stream-media CLIENTS_NUM_MAX=1 # Same as CLIENTS_NUM INTERFACE =eth0 NETMASK=255.255.255.0 IP_ADDR_MIN= 192.168.11.104 IP_ADDR_MAX= 192.168.11.104 CYCLES_NUM= 1 URLS_NUM= 1 ########### URL SECTION #################################### URL=http://localhost/load/main.php URL_SHORT_NAME="play-event" REQUEST_TYPE=POST FORM_USAGE_TYPE= RECORDS_FROM_FILE FORM_STRING= "ws_name=PlayEvent&ws_action=Create&descriptor-media_id=%s&credentials-session_id=%s&credentials-consumer_id=%s&credentials-device_id=%s&descriptor-consumer_id=%s&descriptor-media_kind=track&descriptor-device_id=%s×tamp=1&descriptor-playing_source_type=stream&descriptor-complete_play=1&descriptor-duration=0" FORM_RECORDS_FILE_MAX_NUM=1 FORM_RECORDS_FILE= ./conf/streamMedia.input TIMER_URL_COMPLETION = 5000 TIMER_AFTER_URL_SLEEP = 2000 The contents of streamMedia.input is: 12375647,200a9faa5c561bb39c240b4b249b6c9c,1408,1239244735,1408,1239244735, DOES THE PROBLEM AFFECT: EXECUTION DESCRIPTION: When running this test i get a segmentation fault. there are no errors, explanations etc. (I have tried it without the trailing comma in the input file, with adding other lines in the input file, with increasing cycles.) Thanks, Brocha |