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

Re: [Condor-users] DAG condor_schedd crash on windows



On Sep 23, 2005, at 10:10 AM, Horvatth Szabolcs wrote:

It looks like your job queue log is being corrupted. The stack trace
you posted is from when the schedd attempted to restart. Can you
email the stack trace from the initial crash?

Sure, hopefully its at the bottom of this mail.

It looks like the commands above are being executed inside a script.
Can you email the exact code and the value of $dagjobid? The exact
parsing of the arguments is important in debugging a problem like this.

The value of the $clusterID variable is an integer. This code snippet was run from the script language of Maya:

system ("condor_qedit " + $clusterID + " LeaveJobInQueue FALSE");
system ("condor_qedit -const \"DAGManJobId == \\\"" + $clusterID + "\\\" LeaveJobInQueue FALSE");
system ("condor_rm " + $clusterID);



The strange thing is that the command is executed without problems, the crash happens
afterwards.

Are you still having crashing problems? I took a look at the stack trace and didn't see anything obviously wrong.


+----------------------------------+---------------------------------+
|            Jaime Frey            |  Public Split on Whether        |
|        jfrey@xxxxxxxxxxx         |  Bush Is a Divider              |
|  http://www.cs.wisc.edu/~jfrey/  |         -- CNN Scrolling Banner |
+----------------------------------+---------------------------------+