Re: exec() arguments get confusing
From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 05/29/05
- Next message: SM Ryan: "Re: Debugging and Assertions"
- Previous message: Gianni Mariani: "Re: Debugging and Assertions"
- In reply to: Bert: "Re: exec() arguments get confusing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 28 May 2005 18:40:48 -0400
In article <1117314500.559087.34790@o13g2000cwo.googlegroups.com>,
"Bert" <bad_bert@hotmail.com> wrote:
> Ok but do you confirm that the correct call to execlp() is
> execlp("ssh","ssh",...,(char*)0) where as usual, ... stands for
> arguments passed to ssh ?
Yes.
>
> Paul Pluzhnikov a écrit :
> > "Bert" <bad bert@hotmail.com> writes:
> >
> > > The weird thing is that it's not systematic
> >
> > There is probably a bug in your program. Try creating a minimal test
> > case that still shows the problem, and your bug will be revealed.
> >
> > Cheers,
> > --
> > In order to understand recursion you must first understand recursion.
> > Remove /-nsp/ for email.
-- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***
- Next message: SM Ryan: "Re: Debugging and Assertions"
- Previous message: Gianni Mariani: "Re: Debugging and Assertions"
- In reply to: Bert: "Re: exec() arguments get confusing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|