On Wed, Apr 28, 2004 at 04:50:03PM +0100, William Bailey wrote: > I will try the gdb backtrace but (this probably sounds silly) > how do i redirect stdin to the swish-e app while its running > under gdb? I think you can do this: $ spiderRecordings.sh > output.txt $ gdb swish-e $ run -c data.conf -S prog -i stdin -e < output.txt Or why not: $ run -c data.conf -S prog -i ../../bin/spiderRecordings.sh -e -- Bill Moseley moseley@hank.orgReceived on Wed Apr 28 11:11:41 2004