Changeset 23069
- Timestamp:
- 02/15/07 08:12:48 (22 months ago)
- Location:
- trunk/launchd/src
- Files:
-
- 2 modified
-
launchd.plist.5 (modified) (1 diff)
-
launchd_core_logic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchd.plist.5
r23042 r23069 233 233 This optional key specifies that 234 234 .Nm launchd 235 should instruct the kernel to have the job wait for a debugger to attach before any code in the job is executed. 235 should instruct the kernel to have the job wait for a debugger to attach before any code in the job is executed. This feature may not work due to bug 4438161. 236 236 .It Sy SoftResourceLimits <dictionary of integers> 237 237 .It Sy HardResourceLimits <dictionary of integers> -
trunk/launchd/src/launchd_core_logic.c
r23068 r23069 2028 2028 2029 2029 if (j->wait4debugger) { 2030 /* 4438161 gdb hangs when trying to attach to SIGSTOPed processes (breaks launchd's "WaitForDebugger") */ 2030 2031 spflags |= POSIX_SPAWN_START_SUSPENDED; 2031 2032 }

