{subsection: clone(), gdb internal-errors}
-Condor uses clone in a way that causes GDB grief. Running a Condor daemon under GDB will likely fail with errors similar to:
+HTCondor uses clone in a way that causes GDB grief. Running a HTCondor daemon under GDB will likely fail with errors similar to:
{code}
warning: Can't attach LWP -1: No such process
@@ -30,7 +30,7 @@
Quit this debugging session? (y or n)
{endcode}
-The solution is to tell Condor to not to use clone, but to fall back on the fork code path. In your Condor configuration file, use:
+The solution is to tell HTCondor to not to use clone, but to fall back on the fork code path. In your HTCondor configuration file, use:
{code}
USE_CLONE_TO_CREATE_PROCESSES = false