Return-Path: Delivered-To: apmail-httpd-test-dev-archive@www.apache.org Received: (qmail 69766 invoked from network); 18 Dec 2003 16:45:37 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Dec 2003 16:45:37 -0000 Received: (qmail 61639 invoked by uid 500); 18 Dec 2003 16:45:17 -0000 Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 61591 invoked by uid 500); 18 Dec 2003 16:45:17 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Delivered-To: moderator for test-dev@httpd.apache.org Received: (qmail 38651 invoked from network); 18 Dec 2003 16:33:11 -0000 X-Originating-IP: [216.52.93.54] X-Originating-Email: [noamsolomon@hotmail.com] X-Sender: noamsolomon@hotmail.com From: "noam solomon" To: test-dev@httpd.apache.org Bcc: Subject: Help ! with dynamic variables Date: Thu, 18 Dec 2003 11:33:14 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 18 Dec 2003 16:33:14.0682 (UTC) FILETIME=[A25C51A0:01C3C584] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N First of all, thanks for "flood". It's a great piece of software which is helping me a lot. I'm trying to use the dynamic variables feature, and keep running into problems. I put together a sample file based on examples/round-robin-dynamic.xml, with the following URLList: Test Hosts A bunch of hosts we want to hit http://www.google .com/search?q=checks+cashed The output I get is: 1071764663989897 1071764664159057 1071764664159105 1071764664857261 107176466485 7306 OK 1026 http://www.google.com/search?q=checks+cashed Segmentation fault (core dumped) I suspect the segmentation fault is because '${Alink}' isn't actuailly replaced with anything. For example, if I add a line: and run the program, the output is: 1071764992203937 1071764992267897 1071764992267943 1071764992811490 1071764992811545 OK 1026 http://www.google.com/search?q=checks+cashed 1071764992811774 1071764992873755 1071764992873769 1071764993232564 1071764993232589 OK 1026 http://www.google.com/search?q=${ALink} It seems like if it was really substituing into the template string, then ${ALink} would be replaced with nothing. Any ideas? Maybe I configured something wrong? Thanks _________________________________________________________________ Working moms: Find helpful tips here on managing kids, home, work � and yourself. http://special.msn.com/msnbc/workingmom.armx