Revision
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

Diff

Modified: trunk/launchd/src/launchd_core_logic.c (23627 => 23628)


--- 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;