Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2001 10:42:24 -0600
From:      Lucas Bergman <lucas@slb.to>
To:        "Dickinson, Vince" <vinced@midwaygames.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Return code 0377
Message-ID:  <20010208104224.A12842@billygoat.slb.to>
In-Reply-To: <5933E79666CAD211AEF800105A5FDB3704473954@chimsg1-nt.chi.wms.com>; from vinced@midwaygames.com on Thu, Feb 08, 2001 at 10:39:06AM -0600
References:  <5933E79666CAD211AEF800105A5FDB3704473954@chimsg1-nt.chi.wms.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I have a program that's exiting with: "Program exited with code
> 0377."
> 
> What is 0377 and is there somewhere I can get a table of return
> codes for processes?

The only "standard," is that anything other than exit code 0 means
failure.  The makers of the program are the only ones who know what
they meant.  (It may help, if you talk to them, that 0377 = 255 = -1.)

Lucas


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010208104224.A12842>