Re: curl-loader 0.43 Segmentation fault
Status: Alpha
Brought to you by:
coroberti
From: Iliyan P. <ili...@gm...> - 2007-10-12 09:21:05
|
Robert, Here you are filled problem report file. I also recompiled curl-loader = with the following options: make optimize=3D0 debug=3D1 Regards, Iliyan Peychev On Fri, 12 Oct 2007 11:35:54 +0300, Robert Iakobashvili = <cor...@gm...> wrote: > Iliyan, > > On 10/12/07, Iliyan Peychev <ili...@gm...> wrote: >> First, I did one modification in fgets buffer, because its default va= lue >> (1024) was too short and curl-loader failed to parse my config file: >> file: parse_conf.c >> function: parse_config_file >> row: 2638 >> change: >> -char fgets_buff[1024]; >> +char fgets_buff[2048]; > > I will increase it to some 4K. > Thank you very much for your pointer. > >> After this change, curl-loader started successfully. >> I tested my web server several times successfully. > > Good. > >> Unfortunately, curl-loader crashed with segmentation fault when I = >> started it with "-d" >> option: >> # curl-loader -d -f testWGM.cnf > > -d is a freshly added option, which is not well-debugged. > > If logging of only server responses is enough, you might try adding to= > you batch config file the relevant logging tags. > > Please, kindly, fill the PROBLEM-REPORTING form in the tarball > with more data. > >> Below is gdb's output. I can provide core file or whatelse you would = = >> ask. > The trace you sent was not informative. > Could you try to run it just from gdb or any other debugger? > Thank you. > > Sincerely, > Robert Iakobashvili, > coroberti %x40 gmail %x2e com > ........................................................... > http://curl-loader.sourceforge.net > A web testing and traffic generation tool. > > ----------------------------------------------------------------------= --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser= . > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel |