Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Vanilla job crashing segmentation fault due toioctl [Sec=Unclassified]
- Date: Mon, 12 Mar 2007 18:34:30 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Vanilla job crashing segmentation fault due toioctl [Sec=Unclassified]
On Tue, Mar 13, 2007 at 09:08:56AM +1100, Troy Robertson wrote:
>
> I posted the submit file previously, but the executable has now been
> modified by the author to remove the getlogin() call which has solved
> THAT problem. I'm now having seg faulting on permissions (see post 'Is
> there a config var to keep execute directory').
> Thanks o c
>
Try replacing your job with a shell script that calls your
executable, then calls like
sleep 3600
and in that hour, login and see what's going on.
-Erik