]> granicus.if.org Git - strace/blobdiff - README-svr4
2004-09-03 Roland McGrath <roland@redhat.com>
[strace] / README-svr4
index e53a39392da1d6b13fbe10c55b599d3b768ad046..aaf5dff86969186977e05528260d6dc488dcf987 100644 (file)
@@ -9,4 +9,14 @@ lot of processes at once.
 
 There is no thread support but it wouldn't be very difficult to add it.
 
-Rick Sladkey <jrs@world.std.com>
+On UnixWare using the -f option to follow forked children sometimes shows
+many "unfinished" system calls as strace bounces between each runnable child.
+A crude workaround for this is available by adding
+
+    #define POLL_HACK 1
+
+to the config.h file.  This forces strace to check whether the last process
+has finished a system call before polling other processes for events.
+
+Wichert Akkerman <wakkerma@debian.org>
+