Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Errno=14, taking checkpoint doesnot complete
- Date: Thu, 12 Mar 2009 17:13:46 -0500
- From: Daniel Forrest <dan.forrest@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Errno=14, taking checkpoint doesnot complete
Tan,
> Hi, I have an application compiled with condor_compile. I am trying to run
> it in standalone way using:
> ./executable input -_condor_D_ALL
This is a problem with address space randomization.
Run your program like this:
setarch x86_64 -R ./executable input -_condor_D_ALL
And it should work.
--
Dan