[torqueusers] Exit_status=134
Glen Beane
glen.beane at gmail.com
Thu Jun 18 15:39:25 MDT 2009
On Thu, Jun 18, 2009 at 4:51 PM, Ken
Nielson<knielson at clusterresources.com> wrote:
> kyun
>
> I do not find a 134 error code in the code
a non-negative error code is returned by the user's program and not TORQUE
if the last command in script dies from a fatal signal I believe bash
returns 128+n, where n is the signal number. 134 - 128 = 6. I believe
this is SIGABRT (at least on Linux and OS X).
This would happen if the user program calls abort(), (or a library
they use calls abort()), or an assert() fails.
More information about the torqueusers
mailing list