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

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



Hi Ian,

Continuing on the problem I am facing with the system() function and the
condor commands, I was wondering if you happen to have any insight if the
problem is operating system specific. I mean, if the problem is a problem
with Windows and not with Unix, may be that way, I can help myself. Can you
guide me further.

Thank You

Madhu

-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Ian Chesal
Sent: Thursday, April 02, 2009 10:17 AM
To: Condor-Users Mail List
Subject: 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.

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at: 
https://lists.cs.wisc.edu/archive/condor-users/