Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 1995 16:41:53 -0500 (CDT)
From:      John Lind <john@starfire.mn.org>
To:        questions@FreeBSD.org (FreeBSD questions)
Subject:   trap 9 in shells
Message-ID:  <199504132141.QAA13482@starfire.mn.org>

next in thread | raw e-mail | index | archive | help
I am running into some "clever" shell scripts that are using
trap "echo some thing ; exit " 1 2 3 9 15
and our trap handler interface rejects the 9 (reasonable enough)
with
Sigaction system call failed
Any good suggestions other than modifying all the scripts?

I tried "bash" and got the infamous
libfcc.so.261.0: Undefined error:0
so I'll have to recompile it from the port and try that...

		   John Lind, Starfire Consulting Services
E-mail: john@starfire.MN.ORG		USnail: PO Box 17247, Mpls MN  55417



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504132141.QAA13482>