Discussion:
return code : 148
(too old to reply)
Takeshi Sato
2003-12-27 12:10:34 UTC
Permalink
Hello.

I have a tcsh shell script, which exits with
return code 0 when normal and 1 when error.
One day, this shell returned 148.

I think this is a kind of system error code,
but does anyone know where the definition is?
Charlie Russel - MVP
2003-12-28 05:59:58 UTC
Permalink
No clue here, Takeshi. Maybe Rodney will pop in with an answer, but things
may be a bit slow this weekend with the holidays.
--
Please, all replies to the newsgroup.
======================
Charlie Russel - MVP
NFS Authentication issues? See:
http://www.microsoft.com/technet/itsolutions/interop/unix/sfu/nfsauth.asp
---------------------------------------
Post by Takeshi Sato
Hello.
I have a tcsh shell script, which exits with
return code 0 when normal and 1 when error.
One day, this shell returned 148.
I think this is a kind of system error code,
but does anyone know where the definition is?
Mark Funkenhauser
2003-12-29 18:12:49 UTC
Permalink
Check your csh script. Do you run the script using option '-e' ?
Most liikely something in it created this exit code.
(do you use 'onintr' or 'exit' statements ?)
Or do you assign values to the 'status' variable ?
Or did your script catch a signal ?
--
Mark Funkenhauser - Independent Consultant
[ Interix co-creator ]
====================================
Post by Takeshi Sato
Hello.
I have a tcsh shell script, which exits with
return code 0 when normal and 1 when error.
One day, this shell returned 148.
I think this is a kind of system error code,
but does anyone know where the definition is?
a***@discussions.microsoft.com
2003-12-30 06:19:11 UTC
Permalink
Hello. Thanks for reply.

No -e, or onintr. I use exit to let parent know
what the return value is.
I don't assign value to the status variable.
I did not use the script to catch a signal.

I expected that a core would have been made from
this behaviour, but it didnt.
Neither no log to drwatson.
-----Original Message-----
Check your csh script. Do you run the script using
option '-e' ?
Most liikely something in it created this exit code.
(do you use 'onintr' or 'exit' statements ?)
Or do you assign values to the 'status' variable ?
Or did your script catch a signal ?
--
Mark Funkenhauser - Independent Consultant
[ Interix co-creator ]
====================================
Post by Takeshi Sato
Hello.
I have a tcsh shell script, which exits with
return code 0 when normal and 1 when error.
One day, this shell returned 148.
I think this is a kind of system error code,
but does anyone know where the definition is?
.
Loading...