
HTCondorWiki: Testing Condor On Windows
Install HTCondor into the testing dir cd \scratch\build set testdir=\scratch\test001 cmake -DBUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=%testdir% -P cmake_install.cmake rem …
HTCondorWiki: Daemon Debugging
In addition to <SUBSYS>_DEBUG_WAIT, on Windows (#ifdef WIN32) you have access to <SUBSYS>_WAIT_FOR_DEBUGGER. It's very similar, but is smart enough to automatically detect …
HTCondorWiki: Building Htcondor On Windows
For information about the conversion of the build process from project files to cmake see BuildModernization
HTCondorWiki: Creating Personal Htcondor The Hard Way
For instance, you might do: {code} -COLLECTOR_DEBUG = D_FULLDEBUG D_COMMAND:1 +COLLECTOR_DEBUG = D_CAT D_FULLDEBUG D_COMMAND:1 {endcode} Note that this set up …
HTCondorWiki: Daemon Debugging
{subsection: <SUBSYS>_WAIT_FOR_DEBUGGER} In addition to <SUBSYS>_DEBUG_WAIT, on Windows (#ifdef WIN32) you have access to <SUBSYS>_WAIT_FOR_DEBUGGER. It's very similar, …
HTCondorWiki: Building Windows Msi
There is a script called testfordebugcrt.bat in the VM that contains the for command above. If the for command produces any output, then you have debug c-runtime linkage. If this happens stop. you …
HTCondorWiki: Debugging Smashed Stacks
We can't just switch to this new gcc because of standard universe and the externals, but I'd recommend to folks that if you suspect a stack buffer overflow, and are sending a debug binary out to a user, that …
HTCondorWiki: Dag Man Under Condorc
You do NOT need to do this. arguments = "-f -l . -Debug 3 -Lockfile dag.lock -AutoRescue 1 \ -DoRescueFrom 0 -Dag dag -CsdVersion $CondorVersion:' '7.2.4' 'Jun' '16'\ '2009' 'BuildID:' '159529' …
HTCondorWiki: Java Universe
If it fails, the startd dumps the whole error log of the program to the debug file. At the moment, the setup only allows for one JVM to be installed. With new ClassAds, it would be very easy to advertise all of …