Tan,
This is a problem with address space randomization.
> Hi, I have an application compiled with condor_compile. I am trying to run
> it in standalone way using:
> ./executable input -_condor_D_ALL
Run your program like this:
setarch x86_64 -R ./executable input -_condor_D_ALL
And it should work.
--
Dan