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

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