Re: curl-loader 0.43 Segmentation fault
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2007-10-12 08:35:58
|
Iliyan, On 10/12/07, Iliyan Peychev <ili...@gm...> wrote: > First, I did one modification in fgets buffer, because its default value > (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. |