Hello Greg,
I don't know, whether it's segfaulting at that particular line, but could You
please print the argv, since I guess, that might be the local_exec_index
into the argv being wrong?
Thanks,
Rainer
On Saturday 17 December 2005 19:16, Greg Watson wrote:
> Here's the stacktrace:
>
> #0 0
Sure seems like it:
(gdb) p *mca_pls_rsh_component.argv@4
$12 = {0x90e0428 "ssh", 0x90e0438 "-x", 0x0, 0x11 of bounds>}
(gdb) p mca_pls_rsh_component.argc
$13 = 2
(gdb) p local_exec_index
$14 = 3
Greg
On Dec 18, 2005, at 4:56 AM, Rainer Keller wrote:
Hello Greg,
I don't know, whether it's s