Re: segmentation fault
Status: Alpha
Brought to you by:
coroberti
From: Brocha S. <br...@ca...> - 2010-01-21 07:55:05
|
> > Normally, people, are running it with some verbosity options. > > > Adding the -v switch produces the following output: found form_str 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 load_form_records_file - processing form records file string "12375647,200a9faa5c561bb39c240b4b249b6c9c,1408,1239244735,1408,1239244735,foo The configuration has been post-validated successfully. add_secondary_ip_addrs - setting secondary IP 192.168.11.104 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "192.168.11.104/24" already exists. main - added IP-addresses to the loading network interface. RUNNING LOAD Segmentation fault > Please, explain: > 1. what you are willing to do; I am trying to run a simple POST request which has 6 variables that need to be replaced from the input file. > 2. which example config file was taken as initial; > I used post-form-tokens-fr-file.conf and random_file_records.conf as examples. (I tried doing the configuration without the random and with and it didn't help). The simplest form of the configuration i tried which is exactly like post-form-tokens-fr-file.conf except with different data and different post string is: 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= ./conf/streamMedia.input TIMER_URL_COMPLETION = 5000 TIMER_AFTER_URL_SLEEP = 2000 Could it be that there is some limitation on the length of the post string that i am exceeding? (My string is a bit long) Or maybe the length of each individual data input value? Thanks, Brocha > My feeling, that you missed some example files. > > > 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.) > > Unless it will be clear, what you are doing ... > > -- > Truly, > Robert Iakobashvili, Ph.D. > ...................................................................... > www.ghotit.com <http://www.ghotit.com> > Assistive technology that understands you > ...................................................................... > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for Conference > attendees to learn about information security's most important issues through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > ------------------------------------------------------------------------ > > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > |