Changeset 23628

Show
Ignore:
Timestamp:
2008-05-16 16:42:49 (2 months ago)
Author:
zarzycki@apple.com
Message:

<rdar://problem/5921590> TENTATIVE: may need to pass a flag to 'sample' once 5921557 is fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/launchd/src/launchd_core_logic.c

    r23626 r23628  
    52455245        char logfile[PATH_MAX]; 
    52465246        char pidstr[100]; 
    5247         char *sample_args[] = { "sample", pidstr, "1", "-mayDie", "-file", logfile, NULL }; 
     5247        char *sample_args[] = { "sample", pidstr, "1", "-unsupportedShowArch", "-mayDie", "-file", logfile, NULL }; 
    52485248        char *contents = NULL; 
    52495249        int logfile_fd = -1;