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

Re: [Condor-users] Vanilla troubleshooting on Windows



On Wed, Aug 02, 2006 at 12:12:06PM -0400, Jewell, H Aaron wrote:
>
> 8/2 10:31:46 (195.0) (724): Job 195.0 terminated: killed by signal
> -1073741819
>

Our local windows expert points out that in hex, this is the code for
STATUS_ACCESS_VIOLATION - ie your program is segfaulting. (Granted,
Condor is not doing a good job of telling you that)

Does your program run properly outside of Condor with that set of 
input?

-Erik