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

Re: [Condor-users] SIGUSR1 not valid on Windows XP?



John,

This looks like a bug -- thanks for the report.

The truth is, although DAGMan is well-tested on Unix, it's much less so on Windows, since there haven't been many heavy users on that platform to date. So you're among the trailblazers discovering these sorts of basic problems.

In any case, I've entered it into our internal bug-tracking system -- it should be addressed in a future release.

Thanks,

-Peter


On Aug 27, 2004, at 11:12 AM, John Wheez wrote:


Hello,

I'm running Condor 6.6.6 on Windows XP Pro.
My dag submit script which is generated by condor_submit_dag always has this entry in it "remove_kill_sig = SIGUSR1"


This seems to be a Linux signal name and not Windows.

Could this be the reason why condor_rm will not kill a dagman.exe process on my system?

I've tried to find a way to insert the value of SIGTERM but nothing I do seems to alter the dag submit script which is created by condor_submit_dag

Thanks,
JW