Re: Gdb exit codes



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]