#!/bin/tcsh # This is responsible for running the program and restarting it each # time it crashes. I've never seen this crash. I'm just copying this # from the proxy server to be safe. limit coredumpsize unlimited setenv MALLOC_CHECK_ 2 set printexitvalue=1 while (1) date ./semaphore_manager end