Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Vanilla troubleshooting on Windows
- Date: Wed, 2 Aug 2006 11:30:41 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: 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