[9658] in Athena Bugs
7.[34] rsaix: mrtest
daemon@ATHENA.MIT.EDU (Richard Basch)
Sat Jul 18 16:47:29 1992
Date: Sat, 18 Jul 92 16:45:50 -0400
To: bug-moira@MIT.EDU, bugs@MIT.EDU
From: "Richard Basch" <basch@MIT.EDU>
If you try to suspend and resume "mrtest", it exits immediately as soon
as you put it back into the foreground.
Problem:
o "mrtest" was built w/o -lbsd (BSD compatibility library), but relies
on the BSD-style signals. SYSV signals reset themselves after being
called.
Solutions:
o Either convert our software to handle POSIX-style signal handling, or
o Build the clients with the BSD compatibility library.
-Richard