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

Re: [Condor-users] Condor commands execution using system() function in C++



> If that is the really the case, seems like we might not be able to do
> something about it can we?

Condor team says it'll be fixed in 7.2.2 -- but if you're installing
from the MSI it should be fine. The problem was only seen in the .zip
install.

Can you run Dependcy Walker (depends.exe) against the executable and
dump the output? That could confirm the problem.

You want to run something like:

System("depends.exe /c /pa:1 /od:condor_status.dwi
c:\\condor\\bin\\condor_status.exe");

Have Condor transfer back condor_status.dwi. And analyze that file
post-run with:

depends.exe condor_status.dwi

That file will tell you if any DLLs couldn't be found when
condor_status.exe was being profiled.

- Ian

Confidentiality Notice.
This message may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution,  or copying  of this message, or any attachments, is strictly prohibited.  If you have received this message in error, please advise the sender by reply e-mail, and delete the message and any attachments.  Thank you.