[23628] trunk/launchd/src/launchd_core_logic.c
Revision: 23628 http://trac.macosforge.org/projects/launchd/changeset/23628 Author: zarzycki@apple.com Date: 2008-05-16 16:42:49 -0700 (Fri, 16 May 2008) Log Message: ----------- <rdar://problem/5921590> TENTATIVE: may need to pass a flag to 'sample' once 5921557 is fixed Modified Paths: -------------- trunk/launchd/src/launchd_core_logic.c Modified: trunk/launchd/src/launchd_core_logic.c =================================================================== --- trunk/launchd/src/launchd_core_logic.c 2008-05-13 16:40:57 UTC (rev 23627) +++ trunk/launchd/src/launchd_core_logic.c 2008-05-16 23:42:49 UTC (rev 23628) @@ -5244,7 +5244,7 @@ struct stat sb; char logfile[PATH_MAX]; char pidstr[100]; - char *sample_args[] = { "sample", pidstr, "1", "-mayDie", "-file", logfile, NULL }; + char *sample_args[] = { "sample", pidstr, "1", "-unsupportedShowArch", "-mayDie", "-file", logfile, NULL }; char *contents = NULL; int logfile_fd = -1; int console_fd = -1;
participants (1)
-
source_changes@macosforge.org