Anyone know what exit status 256 from rreport means when run from fpcgi?

Kenneth Brody kenbrody at spamcop.net
Sun Jan 2 12:29:22 PST 2011


On 1/1/2011 9:49 AM, Tyler Style wrote:
> Hey folks!  I have an error code coming back from rreport to fpcgi... but no
> clue what it means.  Can anyone shed some light on it for me?  I'd really
> appreciate it!
>
> 2010-12-31    06:47:33    DEBUG    PID(00018939)    runcmd.c 000235 Command
> /appl/fp/rreport driver -fp ucn_logContact -u -n -sr 41 -rw
> /usr/local/apache/htdocs/ajax325 pid(18940) exited within the configured
> limit. Status was 256
>
> BTW, it results in no ajax325.htm file being output (in fact, I'm pretty
> sure rreport never actually runs at all)

Exit codes that a program can generate are from 0 to 255.  Values outside 
that range typically mean the program crashed (or, as I believe the 
documentation calls it, "exited with a signal").  The interpretation varies 
between different O/Ses, as I recall, though the shell may "standardize" it 
for you.  Perhaps "man sh" will tell you how to interpret it?

-- 
Kenneth Brody


More information about the Filepro-list mailing list