[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Issues with checkpointing



Here's what I got:

unixlab03% grep -w NSIG /usr/include/sys/signal.h
#define NSIG    49      /* valid signals range from 1 to NSIG-1 */
#define MAXSIG  48      /* size of u_signal[], NSIG-1 <= MAXSIG */
unixlab03% uname -a
SunOS unixlab03.ces.clemson.edu 5.10 Generic_118833-36 sun4u sparc
SUNW,Sun-Blade-1500
unixlab03%

> 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
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>


----------------------------------------
Brian C. Dandurand
Clemson University
Department of Mathematical Sciences
Ph.D. Student
Office: Martin Hall E-6
Office Phone: (864)656-4749
----------------------------------------