HTCondor Project List Archives



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

Re: [Condor-devel] PATCH - condor_syscall_lib/remote_startup.c may print wrong file name




-_condor_error_retry("Couldn't open standard file '%s'", logical_name );
+_condor_error_retry("Couldn't open standard file '%s'", logical_name[fd] );

This seems like a pretty clear and straightforawrd bug. I'll share it with the guy best qualified to test the code.


The bug is still in Condor 6.6 and 6.7.

-alain