Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!waikato.ac.nz!comp.vuw.ac.nz!cc-server4.massey.ac.nz!A.Raman From: A.Raman@massey.ac.nz (A.V.Raman) Newsgroups: comp.unix.questions Subject: Mailer getting killed by SIGPROF Message-ID: <1991May30.020512.8319@massey.ac.nz> Date: 30 May 91 02:05:12 GMT Organization: Massey University Computer Centre Lines: 22 We're running OSx 5.0 on our Pyramid here. I wrote a mailer to handle PSI mail. Sometimes, this mailer is killed with a SIGPROF signal and sendmail returns the message saying: 554 psi died because of profiling timer alarm (27)--requeueing message Now, I haven't compiled my mailer with the -p flag, so I guess I'm not profiling my code. This is the command line that is used to compile my mailer: cc -gx -c -DDEBUG -DDEBUGDIR='"/tmp"' sendpsimail.c I don't call setitimer() in the code. Does the -gx flag automatically turn on profiling or something? I don't know what causes this signal to be sent to my mailer. Where do I start looking? Thanks very much for any help. - Anand