Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Issues with checkpointing
- Date: Fri, 19 Oct 2007 16:57:39 -0500
- From: Daniel Forrest <forrest@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Issues with checkpointing
Brian,
> OK, here's what I got when I did ^Z:
>
> ^ZGot SIGTSTP
> must recompile to support 49 signals; current max=47
> Killed
> unixlab03%
OK, that's the answer. The condor libraries you are linking with only
support an array of 47 signals, and Solaris must have added some more.
Do this:
$ grep -w NSIG /usr/include/sys/signal.h
#define NSIG 46 /* valid signals range from 1 to NSIG-1 */
#define MAXSIG 45 /* size of u_signal[], NSIG-1 <= MAXSIG */
This is what I see on a Solaris 5.8 machine, what do you see? And what
is the output of "uname -a" on this machine?
I think this means the Condor people need a new install package for
what must be a newer version of Solaris than 5.9.
--
Daniel K. Forrest Laboratory for Molecular and
forrest@xxxxxxxxxxxxx Computational Genomics
(608) 262 - 9479 University of Wisconsin, Madison