Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 1999 18:30:34 -0500 (EST)
From:      Bosko Milekic <bmilekic@oracle.dsuper.net>
To:        Mark Ovens <marko@uk.radan.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Problem with fork() in 3.1
Message-ID:  <Pine.OSF.4.05.9903231829380.28027-100000@oracle.dsuper.net>
In-Reply-To: <Pine.OSF.4.05.9903231824170.28027-100000@oracle.dsuper.net>

next in thread | previous in thread | raw e-mail | index | archive | help

Little typo in previous post:

s/execvl/execl/;

Bosko.

--
Bosko Milekic <bmilekic@supernet.ca>  http://www.supernet.ca/~bmilekic/
Delphi SuperNet     voice: (+1) 514 281-7500     fax: (+1) 514 281-6599
PGP Key available upon request.

On Tue, 23 Mar 1999, Bosko Milekic wrote:

> Date: Tue, 23 Mar 1999 18:26:27 -0500 (EST)
> From: Bosko Milekic <bmilekic@oracle.dsuper.net>
> To: Mark Ovens <marko@uk.radan.com>
> Cc: hackers@FreeBSD.ORG
> Subject: Re: Problem with fork() in 3.1
> 
> 
> Replace execvp() with execvl("./d2c","d2c",NULL,NULL); and the problem
> should be fixed.
> 
> You may also try adding dup2()s before the close()s in your parent,
> although I don't think it's necessary here...
> 
> Regards,
> Bosko M.
> 
> --
> Bosko Milekic <bmilekic@supernet.ca>  http://www.supernet.ca/~bmilekic/
> Delphi SuperNet     voice: (+1) 514 281-7500     fax: (+1) 514 281-6599
> PGP Key available upon request.
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.05.9903231829380.28027-100000>