[mythtv] Strange exit code with Daniel K patches

Daniel Thor Kristjansson danielk at mrl.nyu.edu
Wed Sep 8 13:25:50 EDT 2004


On Mon, 6 Sep 2004, Robert Kulagowski wrote:
]Had an exit code come up that I can't seem to grep in the source.
]Program exited with code 0366.
](gdb)

The leading zero in 0366 means the result is shown, which is 246 in
decimal. Or, 246-256 = -10, in a two's compliment byte.

% grep exit\(-10\) libs/*/*.{cpp,h}
libs/libmythtv/RingBuffer.cpp:        exit(-10);

-- Daniel


More information about the mythtv-dev mailing list