Projects
Browse Source     Search     Timeline     Wiki

Changeset 23069

Show
Ignore:
Timestamp:
02/15/07 08:12:48 (22 months ago)
Author:
zarzycki@…
Message:

Documentation update.

Location:
trunk/launchd/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd.plist.5

    r23042 r23069  
    233233This optional key specifies that 
    234234.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. 
     235should 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. 
    236236.It Sy SoftResourceLimits <dictionary of integers> 
    237237.It Sy HardResourceLimits <dictionary of integers> 
  • trunk/launchd/src/launchd_core_logic.c

    r23068 r23069  
    20282028 
    20292029        if (j->wait4debugger) { 
     2030                /* 4438161 gdb hangs when trying to attach to SIGSTOPed processes (breaks launchd's "WaitForDebugger") */ 
    20302031                spflags |= POSIX_SPAWN_START_SUSPENDED; 
    20312032        }