Re: Gdb exit codes
- From: Michael Meeks <michael peabody ximian com>
- To: Matteo Airaghi <teoair tin it>
- Cc: "orbit-list gnome org" <orbit-list gnome org>
- Subject: Re: Gdb exit codes
- Date: Tue, 4 Dec 2001 19:05:26 -0500 (EST)
Hi Matteo,
On Tue, 4 Dec 2001, Matteo Airaghi wrote:
> my problem is understand the correct meaning of code that my ORBit
> program exits when I try to run it with gdb. In fact it doesn't end
> normally but "end with exit code 0274". I found that C has less return
> codes of 274 and so I think it is a code that depends on CORBA. Is it
> correct? And so how (or where) can I find the correct meaning of this
> code? Thank you very much. Matteo
Is it possible that you failed to declare main as:
int main (int argc, char **argv)
Or that you failed to return 0; on a clean exit and a non-zero
constant on error ?
Regards,
Michael.
--
mmeeks@gnu.org <><, Pseudo Engineer, itinerant idiot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]