Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 1 | .\" Copyright (c) 1991, 1992 Paul Kranenburg <pk@cs.few.eur.nl> |
| 2 | .\" Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> |
| 3 | .\" Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com> |
| 4 | .\" All rights reserved. |
| 5 | .\" |
| 6 | .\" Redistribution and use in source and binary forms, with or without |
| 7 | .\" modification, are permitted provided that the following conditions |
| 8 | .\" are met: |
| 9 | .\" 1. Redistributions of source code must retain the above copyright |
| 10 | .\" notice, this list of conditions and the following disclaimer. |
| 11 | .\" 2. Redistributions in binary form must reproduce the above copyright |
| 12 | .\" notice, this list of conditions and the following disclaimer in the |
| 13 | .\" documentation and/or other materials provided with the distribution. |
| 14 | .\" 3. The name of the author may not be used to endorse or promote products |
| 15 | .\" derived from this software without specific prior written permission. |
| 16 | .\" |
| 17 | .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 18 | .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 19 | .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 20 | .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 21 | .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 22 | .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 23 | .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 24 | .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | .\" |
| 28 | .\" $Id$ |
| 29 | .\" |
| 30 | .de CW |
| 31 | .sp |
| 32 | .nf |
| 33 | .ft CW |
| 34 | .. |
| 35 | .de CE |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 36 | .ft R |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 37 | .fi |
| 38 | .sp |
| 39 | .. |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 40 | .TH STRACE 1 "2010-03-30" |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 41 | .SH NAME |
| 42 | strace \- trace system calls and signals |
| 43 | .SH SYNOPSIS |
| 44 | .B strace |
| 45 | [ |
Grant Edwards | 8a08277 | 2011-04-07 20:25:40 +0000 | [diff] [blame] | 46 | .B \-CdDffhiqrtttTvxxy |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 47 | ] |
| 48 | [ |
| 49 | .BI \-a column |
| 50 | ] |
| 51 | [ |
| 52 | .BI \-e expr |
| 53 | ] |
| 54 | \&... |
| 55 | [ |
| 56 | .BI \-o file |
| 57 | ] |
| 58 | [ |
| 59 | .BI \-p pid |
| 60 | ] |
| 61 | \&... |
| 62 | [ |
Grant Edwards | 8a08277 | 2011-04-07 20:25:40 +0000 | [diff] [blame] | 63 | .BI \-P path |
| 64 | ] |
| 65 | \&... |
| 66 | [ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 67 | .BI \-s strsize |
| 68 | ] |
| 69 | [ |
| 70 | .BI \-u username |
| 71 | ] |
| 72 | [ |
Roland McGrath | 4417fda | 2003-01-24 04:31:20 +0000 | [diff] [blame] | 73 | .BI \-E var=val |
| 74 | ] |
| 75 | \&... |
| 76 | [ |
| 77 | .BI \-E var |
| 78 | ] |
| 79 | \&... |
| 80 | [ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 81 | .I command |
| 82 | [ |
| 83 | .I arg |
| 84 | \&... |
| 85 | ] |
| 86 | ] |
| 87 | .sp |
| 88 | .B strace |
| 89 | .B \-c |
| 90 | [ |
Andreas Schwab | b87d30c | 2010-06-11 15:49:36 +0200 | [diff] [blame] | 91 | .B \-D |
| 92 | ] |
| 93 | [ |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 94 | .BI \-e expr |
| 95 | ] |
| 96 | \&... |
| 97 | [ |
| 98 | .BI \-O overhead |
| 99 | ] |
| 100 | [ |
| 101 | .BI \-S sortby |
| 102 | ] |
| 103 | [ |
| 104 | .I command |
| 105 | [ |
| 106 | .I arg |
| 107 | \&... |
| 108 | ] |
| 109 | ] |
| 110 | .SH DESCRIPTION |
| 111 | .IX "strace command" "" "\fLstrace\fR command" |
| 112 | .LP |
| 113 | In the simplest case |
| 114 | .B strace |
| 115 | runs the specified |
| 116 | .I command |
| 117 | until it exits. |
| 118 | It intercepts and records the system calls which are called |
| 119 | by a process and the signals which are received by a process. |
| 120 | The name of each system call, its arguments and its return value |
| 121 | are printed on standard error or to the file specified with the |
| 122 | .B \-o |
Roland McGrath | a09353a | 2008-12-10 06:09:29 +0000 | [diff] [blame] | 123 | option. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 124 | .LP |
| 125 | .B strace |
Nate Sammons | b4aa113 | 1999-03-31 05:59:04 +0000 | [diff] [blame] | 126 | is a useful diagnostic, instructional, and debugging tool. |
Roland McGrath | 0411b40 | 2003-10-22 06:16:32 +0000 | [diff] [blame] | 127 | System administrators, diagnosticians and trouble-shooters will find |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 128 | it invaluable for solving problems with |
| 129 | programs for which the source is not readily available since |
| 130 | they do not need to be recompiled in order to trace them. |
| 131 | Students, hackers and the overly-curious will find that |
| 132 | a great deal can be learned about a system and its system calls by |
| 133 | tracing even ordinary programs. And programmers will find that |
| 134 | since system calls and signals are events that happen at the user/kernel |
| 135 | interface, a close examination of this boundary is very |
| 136 | useful for bug isolation, sanity checking and |
| 137 | attempting to capture race conditions. |
| 138 | .LP |
| 139 | Each line in the trace contains the system call name, followed |
| 140 | by its arguments in parentheses and its return value. |
| 141 | An example from stracing the command ``cat /dev/null'' is: |
| 142 | .CW |
| 143 | open("/dev/null", O_RDONLY) = 3 |
| 144 | .CE |
| 145 | Errors (typically a return value of \-1) have the errno symbol |
| 146 | and error string appended. |
| 147 | .CW |
| 148 | open("/foo/bar", O_RDONLY) = -1 ENOENT (No such file or directory) |
| 149 | .CE |
| 150 | Signals are printed as a signal symbol and a signal string. |
| 151 | An excerpt from stracing and interrupting the command ``sleep 666'' is: |
| 152 | .CW |
| 153 | sigsuspend([] <unfinished ...> |
| 154 | --- SIGINT (Interrupt) --- |
| 155 | +++ killed by SIGINT +++ |
| 156 | .CE |
Jan Kratochvil | 14256a7 | 2008-09-12 08:44:30 +0000 | [diff] [blame] | 157 | If a system call is being executed and meanwhile another one is being called |
| 158 | from a different thread/process then |
| 159 | .B strace |
| 160 | will try to preserve the order of those events and mark the ongoing call as |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 161 | being |
| 162 | .IR unfinished . |
| 163 | When the call returns it will be marked as |
| 164 | .IR resumed . |
Jan Kratochvil | 14256a7 | 2008-09-12 08:44:30 +0000 | [diff] [blame] | 165 | .CW |
| 166 | [pid 28772] select(4, [3], NULL, NULL, NULL <unfinished ...> |
| 167 | [pid 28779] clock_gettime(CLOCK_REALTIME, {1130322148, 939977000}) = 0 |
| 168 | [pid 28772] <... select resumed> ) = 1 (in [3]) |
| 169 | .CE |
| 170 | Interruption of a (restartable) system call by a signal delivery is processed |
| 171 | differently as kernel terminates the system call and also arranges its |
| 172 | immediate reexecution after the signal handler completes. |
| 173 | .CW |
| 174 | read(0, 0x7ffff72cf5cf, 1) = ? ERESTARTSYS (To be restarted) |
| 175 | --- SIGALRM (Alarm clock) @ 0 (0) --- |
| 176 | rt_sigreturn(0xe) = 0 |
| 177 | read(0, ""..., 1) = 0 |
| 178 | .CE |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 179 | Arguments are printed in symbolic form with a passion. |
Roland McGrath | 0411b40 | 2003-10-22 06:16:32 +0000 | [diff] [blame] | 180 | This example shows the shell performing ``>>xyzzy'' output redirection: |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 181 | .CW |
| 182 | open("xyzzy", O_WRONLY|O_APPEND|O_CREAT, 0666) = 3 |
| 183 | .CE |
Dmitry V. Levin | 9b3eb84 | 2012-02-22 00:29:44 +0000 | [diff] [blame] | 184 | Here the third argument of open is decoded by breaking down the |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 185 | flag argument into its three bitwise-OR constituents and printing the |
| 186 | mode value in octal by tradition. Where traditional or native |
| 187 | usage differs from ANSI or POSIX, the latter forms are preferred. |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 188 | In some cases, |
| 189 | .B strace |
| 190 | output has proven to be more readable than the source. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 191 | .LP |
| 192 | Structure pointers are dereferenced and the members are displayed |
| 193 | as appropriate. In all cases arguments are formatted in the most C-like |
| 194 | fashion possible. |
| 195 | For example, the essence of the command ``ls \-l /dev/null'' is captured as: |
| 196 | .CW |
| 197 | lstat("/dev/null", {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 3), ...}) = 0 |
| 198 | .CE |
| 199 | Notice how the `struct stat' argument is dereferenced and how each member is |
| 200 | displayed symbolically. In particular, observe how the st_mode member |
| 201 | is carefully decoded into a bitwise-OR of symbolic and numeric values. |
| 202 | Also notice in this example that the first argument to lstat is an input |
| 203 | to the system call and the second argument is an output. Since output |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 204 | arguments are not modified if the system call fails, arguments may not |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 205 | always be dereferenced. For example, retrying the ``ls \-l'' example |
| 206 | with a non-existent file produces the following line: |
| 207 | .CW |
| 208 | lstat("/foo/bar", 0xb004) = -1 ENOENT (No such file or directory) |
| 209 | .CE |
| 210 | In this case the porch light is on but nobody is home. |
| 211 | .LP |
| 212 | Character pointers are dereferenced and printed as C strings. |
| 213 | Non-printing characters in strings are normally represented by |
| 214 | ordinary C escape codes. |
| 215 | Only the first |
| 216 | .I strsize |
| 217 | (32 by default) bytes of strings are printed; |
| 218 | longer strings have an ellipsis appended following the closing quote. |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 219 | Here is a line from ``ls \-l'' where the |
| 220 | .B getpwuid |
| 221 | library routine is reading the password file: |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 222 | .CW |
| 223 | read(3, "root::0:0:System Administrator:/"..., 1024) = 422 |
| 224 | .CE |
| 225 | While structures are annotated using curly braces, simple pointers |
| 226 | and arrays are printed using square brackets with commas separating |
| 227 | elements. Here is an example from the command ``id'' on a system with |
| 228 | supplementary group ids: |
| 229 | .CW |
| 230 | getgroups(32, [100, 0]) = 2 |
| 231 | .CE |
| 232 | On the other hand, bit-sets are also shown using square brackets |
| 233 | but set elements are separated only by a space. Here is the shell |
| 234 | preparing to execute an external command: |
| 235 | .CW |
| 236 | sigprocmask(SIG_BLOCK, [CHLD TTOU], []) = 0 |
| 237 | .CE |
| 238 | Here the second argument is a bit-set of two signals, SIGCHLD and SIGTTOU. |
| 239 | In some cases the bit-set is so full that printing out the unset |
| 240 | elements is more valuable. In that case, the bit-set is prefixed by |
| 241 | a tilde like this: |
| 242 | .CW |
| 243 | sigprocmask(SIG_UNBLOCK, ~[], NULL) = 0 |
| 244 | .CE |
| 245 | Here the second argument represents the full set of all signals. |
| 246 | .SH OPTIONS |
| 247 | .TP 12 |
| 248 | .TP |
| 249 | .B \-c |
Roland McGrath | 4de04aa | 2004-08-31 07:47:47 +0000 | [diff] [blame] | 250 | Count time, calls, and errors for each system call and report a summary on |
| 251 | program exit. On Linux, this attempts to show system time (CPU time spent |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 252 | running in the kernel) independent of wall clock time. If |
| 253 | .B \-c |
| 254 | is used with |
| 255 | .B \-f |
| 256 | or |
| 257 | .B \-F |
| 258 | (below), only aggregate totals for all traced processes are kept. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 259 | .TP |
Dmitry V. Levin | e3a7ef5 | 2010-03-28 19:24:54 +0000 | [diff] [blame] | 260 | .B \-C |
| 261 | Like |
| 262 | .B \-c |
| 263 | but also print regular output while processes are running. |
| 264 | .TP |
Andreas Schwab | b87d30c | 2010-06-11 15:49:36 +0200 | [diff] [blame] | 265 | .B \-D |
Andreas Schwab | b87d30c | 2010-06-11 15:49:36 +0200 | [diff] [blame] | 266 | Run tracer process as a detached grandchild, not as parent of the |
| 267 | tracee. This reduces the visible effect of |
| 268 | .B strace |
| 269 | by keeping the tracee a direct child of the calling process. |
| 270 | .TP |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 271 | .B \-d |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 272 | Show some debugging output of |
| 273 | .B strace |
| 274 | itself on the standard error. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 275 | .TP |
| 276 | .B \-f |
| 277 | Trace child processes as they are created by currently traced |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 278 | processes as a result of the |
| 279 | .BR fork (2) |
Roland McGrath | 41c4822 | 2008-07-18 00:25:10 +0000 | [diff] [blame] | 280 | system call. |
| 281 | .IP |
| 282 | On non-Linux platforms the new process is |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 283 | attached to as soon as its pid is known (through the return value of |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 284 | .BR fork (2) |
| 285 | in the parent process). This means that such children may run |
| 286 | uncontrolled for a while (especially in the case of a |
| 287 | .BR vfork (2)), |
| 288 | until the parent is scheduled again to complete its |
| 289 | .RB ( v ) fork (2) |
Roland McGrath | 41c4822 | 2008-07-18 00:25:10 +0000 | [diff] [blame] | 290 | call. On Linux the child is traced from its first instruction with no delay. |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 291 | If the parent process decides to |
| 292 | .BR wait (2) |
| 293 | for a child that is currently |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 294 | being traced, it is suspended until an appropriate child process either |
| 295 | terminates or incurs a signal that would cause it to terminate (as |
| 296 | determined from the child's current signal disposition). |
| 297 | .TP |
| 298 | .B \-ff |
| 299 | If the |
| 300 | .B \-o |
| 301 | .I filename |
| 302 | option is in effect, each processes trace is written to |
| 303 | .I filename.pid |
| 304 | where pid is the numeric process id of each process. |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 305 | This is incompatible with |
| 306 | .BR \-c , |
| 307 | since no per-process counts are kept. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 308 | .TP |
| 309 | .B \-F |
Roland McGrath | 41c4822 | 2008-07-18 00:25:10 +0000 | [diff] [blame] | 310 | This option is now obsolete and it has the same functionality as |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 311 | .BR \-f . |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 312 | .TP |
| 313 | .B \-h |
| 314 | Print the help summary. |
| 315 | .TP |
| 316 | .B \-i |
| 317 | Print the instruction pointer at the time of the system call. |
| 318 | .TP |
| 319 | .B \-q |
| 320 | Suppress messages about attaching, detaching etc. This happens |
| 321 | automatically when output is redirected to a file and the command |
| 322 | is run directly instead of attaching. |
| 323 | .TP |
| 324 | .B \-r |
| 325 | Print a relative timestamp upon entry to each system call. This |
| 326 | records the time difference between the beginning of successive |
| 327 | system calls. |
| 328 | .TP |
| 329 | .B \-t |
| 330 | Prefix each line of the trace with the time of day. |
| 331 | .TP |
| 332 | .B \-tt |
| 333 | If given twice, the time printed will include the microseconds. |
| 334 | .TP |
| 335 | .B \-ttt |
| 336 | If given thrice, the time printed will include the microseconds |
| 337 | and the leading portion will be printed as the number |
| 338 | of seconds since the epoch. |
| 339 | .TP |
| 340 | .B \-T |
| 341 | Show the time spent in system calls. This records the time |
| 342 | difference between the beginning and the end of each system call. |
| 343 | .TP |
| 344 | .B \-v |
| 345 | Print unabbreviated versions of environment, stat, termios, etc. |
| 346 | calls. These structures are very common in calls and so the default |
| 347 | behavior displays a reasonable subset of structure members. Use |
| 348 | this option to get all of the gory details. |
| 349 | .TP |
| 350 | .B \-V |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 351 | Print the version number of |
| 352 | .BR strace . |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 353 | .TP |
| 354 | .B \-x |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 355 | Print all non-ASCII strings in hexadecimal string format. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 356 | .TP |
| 357 | .B \-xx |
| 358 | Print all strings in hexadecimal string format. |
| 359 | .TP |
Grant Edwards | 8a08277 | 2011-04-07 20:25:40 +0000 | [diff] [blame] | 360 | .B \-y |
| 361 | Print paths associated with file descriptor arguments. |
| 362 | .TP |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 363 | .BI "\-a " column |
Wichert Akkerman | 4dc8a2a | 1999-12-23 14:20:14 +0000 | [diff] [blame] | 364 | Align return values in a specific column (default column 40). |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 365 | .TP |
| 366 | .BI "\-e " expr |
| 367 | A qualifying expression which modifies which events to trace |
| 368 | or how to trace them. The format of the expression is: |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 369 | .RS 15 |
| 370 | .IP |
| 371 | [\fIqualifier\fB=\fR][\fB!\fR]\fIvalue1\fR[\fB,\fIvalue2\fR]... |
| 372 | .RE |
| 373 | .IP |
| 374 | where |
| 375 | .I qualifier |
| 376 | is one of |
| 377 | .BR trace , |
| 378 | .BR abbrev , |
| 379 | .BR verbose , |
| 380 | .BR raw , |
| 381 | .BR signal , |
| 382 | .BR read , |
| 383 | or |
| 384 | .B write |
| 385 | and |
| 386 | .I value |
| 387 | is a qualifier-dependent symbol or number. The default |
| 388 | qualifier is |
| 389 | .BR trace . |
| 390 | Using an exclamation mark negates the set of values. For example, |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 391 | .BR \-e "\ " open |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 392 | means literally |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 393 | .BR \-e "\ " trace = open |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 394 | which in turn means trace only the |
| 395 | .B open |
| 396 | system call. By contrast, |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 397 | .BR \-e "\ " trace "=!" open |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 398 | means to trace every system call except |
| 399 | .BR open . |
| 400 | In addition, the special values |
| 401 | .B all |
| 402 | and |
| 403 | .B none |
| 404 | have the obvious meanings. |
| 405 | .IP |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 406 | Note that some shells use the exclamation point for history |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 407 | expansion even inside quoted arguments. If so, you must escape |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 408 | the exclamation point with a backslash. |
| 409 | .TP |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 410 | \fB\-e\ trace\fR=\fIset\fR |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 411 | Trace only the specified set of system calls. The |
| 412 | .B \-c |
| 413 | option is useful for determining which system calls might be useful |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 414 | to trace. For example, |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 415 | .BR trace = open,close,read,write |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 416 | means to only |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 417 | trace those four system calls. Be careful when making inferences |
| 418 | about the user/kernel boundary if only a subset of system calls |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 419 | are being monitored. The default is |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 420 | .BR trace = all . |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 421 | .TP |
Dmitry V. Levin | 1c3031b | 2011-01-14 17:17:20 +0000 | [diff] [blame] | 422 | .BR "\-e\ trace" = file |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 423 | Trace all system calls which take a file name as an argument. You |
| 424 | can think of this as an abbreviation for |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 425 | .BR "\-e\ trace" = open , stat , chmod , unlink ,... |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 426 | which is useful to seeing what files the process is referencing. |
| 427 | Furthermore, using the abbreviation will ensure that you don't |
| 428 | accidentally forget to include a call like |
| 429 | .B lstat |
| 430 | in the list. Betchya woulda forgot that one. |
| 431 | .TP |
Dmitry V. Levin | 1c3031b | 2011-01-14 17:17:20 +0000 | [diff] [blame] | 432 | .BR "\-e\ trace" = process |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 433 | Trace all system calls which involve process management. This |
| 434 | is useful for watching the fork, wait, and exec steps of a process. |
| 435 | .TP |
Dmitry V. Levin | 1c3031b | 2011-01-14 17:17:20 +0000 | [diff] [blame] | 436 | .BR "\-e\ trace" = network |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 437 | Trace all the network related system calls. |
| 438 | .TP |
Dmitry V. Levin | 1c3031b | 2011-01-14 17:17:20 +0000 | [diff] [blame] | 439 | .BR "\-e\ trace" = signal |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 440 | Trace all signal related system calls. |
| 441 | .TP |
Dmitry V. Levin | 1c3031b | 2011-01-14 17:17:20 +0000 | [diff] [blame] | 442 | .BR "\-e\ trace" = ipc |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 443 | Trace all IPC related system calls. |
| 444 | .TP |
Dmitry V. Levin | 1c3031b | 2011-01-14 17:17:20 +0000 | [diff] [blame] | 445 | .BR "\-e\ trace" = desc |
Roland McGrath | 2fe7b13 | 2005-07-05 03:25:35 +0000 | [diff] [blame] | 446 | Trace all file descriptor related system calls. |
| 447 | .TP |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 448 | \fB\-e\ abbrev\fR=\fIset\fR |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 449 | Abbreviate the output from printing each member of large structures. |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 450 | The default is |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 451 | .BR abbrev = all . |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 452 | The |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 453 | .B \-v |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 454 | option has the effect of |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 455 | .BR abbrev = none . |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 456 | .TP |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 457 | \fB\-e\ verbose\fR=\fIset\fR |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 458 | Dereference structures for the specified set of system calls. The |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 459 | default is |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 460 | .BR verbose = all . |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 461 | .TP |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 462 | \fB\-e\ raw\fR=\fIset\fR |
Roland McGrath | 0411b40 | 2003-10-22 06:16:32 +0000 | [diff] [blame] | 463 | Print raw, undecoded arguments for the specified set of system calls. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 464 | This option has the effect of causing all arguments to be printed |
| 465 | in hexadecimal. This is mostly useful if you don't trust the |
| 466 | decoding or you need to know the actual numeric value of an |
| 467 | argument. |
| 468 | .TP |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 469 | \fB\-e\ signal\fR=\fIset\fR |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 470 | Trace only the specified subset of signals. The default is |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 471 | .BR signal = all . |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 472 | For example, |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 473 | .B signal "=!" SIGIO |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 474 | (or |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 475 | .BR signal "=!" io ) |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 476 | causes SIGIO signals not to be traced. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 477 | .TP |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 478 | \fB\-e\ read\fR=\fIset\fR |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 479 | Perform a full hexadecimal and ASCII dump of all the data read from |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 480 | file descriptors listed in the specified set. For example, to see |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 481 | all input activity on file descriptors |
| 482 | .I 3 |
| 483 | and |
| 484 | .I 5 |
| 485 | use |
| 486 | \fB\-e\ read\fR=\fI3\fR,\fI5\fR. |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 487 | Note that this is independent from the normal tracing of the |
| 488 | .BR read (2) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 489 | system call which is controlled by the option |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 490 | .BR -e "\ " trace = read . |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 491 | .TP |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 492 | \fB\-e\ write\fR=\fIset\fR |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 493 | Perform a full hexadecimal and ASCII dump of all the data written to |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 494 | file descriptors listed in the specified set. For example, to see |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 495 | all output activity on file descriptors |
| 496 | .I 3 |
| 497 | and |
| 498 | .I 5 |
| 499 | use |
| 500 | \fB\-e\ write\fR=\fI3\fR,\fI5\fR. |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 501 | Note that this is independent from the normal tracing of the |
| 502 | .BR write (2) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 503 | system call which is controlled by the option |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 504 | .BR -e "\ " trace = write . |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 505 | .TP |
| 506 | .BI "\-o " filename |
| 507 | Write the trace output to the file |
| 508 | .I filename |
| 509 | rather than to stderr. |
| 510 | Use |
| 511 | .I filename.pid |
| 512 | if |
| 513 | .B \-ff |
| 514 | is used. |
| 515 | If the argument begins with `|' or with `!' then the rest of the |
| 516 | argument is treated as a command and all output is piped to it. |
| 517 | This is convenient for piping the debugging output to a program |
| 518 | without affecting the redirections of executed programs. |
| 519 | .TP |
| 520 | .BI "\-O " overhead |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 521 | Set the overhead for tracing system calls to |
| 522 | .I overhead |
| 523 | microseconds. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 524 | This is useful for overriding the default heuristic for guessing |
| 525 | how much time is spent in mere measuring when timing system calls using |
| 526 | the |
| 527 | .B \-c |
Roland McGrath | 0411b40 | 2003-10-22 06:16:32 +0000 | [diff] [blame] | 528 | option. The accuracy of the heuristic can be gauged by timing a given |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 529 | program run without tracing (using |
| 530 | .BR time (1)) |
| 531 | and comparing the accumulated |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 532 | system call time to the total produced using |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 533 | .BR \-c . |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 534 | .TP |
| 535 | .BI "\-p " pid |
| 536 | Attach to the process with the process |
| 537 | .SM ID |
| 538 | .I pid |
| 539 | and begin tracing. |
| 540 | The trace may be terminated |
| 541 | at any time by a keyboard interrupt signal (\c |
| 542 | .SM CTRL\s0-C). |
| 543 | .B strace |
| 544 | will respond by detaching itself from the traced process(es) |
| 545 | leaving it (them) to continue running. |
| 546 | Multiple |
| 547 | .B \-p |
| 548 | options can be used to attach to up to 32 processes in addition to |
| 549 | .I command |
| 550 | (which is optional if at least one |
| 551 | .B \-p |
| 552 | option is given). |
| 553 | .TP |
Grant Edwards | 8a08277 | 2011-04-07 20:25:40 +0000 | [diff] [blame] | 554 | .BI "\-P " path |
| 555 | Trace only system calls accessing |
| 556 | .I path. |
| 557 | Multiple |
| 558 | .B \-P |
| 559 | options can be used to specify up to 256 paths. |
| 560 | .TP |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 561 | .BI "\-s " strsize |
| 562 | Specify the maximum string size to print (the default is 32). Note |
| 563 | that filenames are not considered strings and are always printed in |
| 564 | full. |
| 565 | .TP |
| 566 | .BI "\-S " sortby |
| 567 | Sort the output of the histogram printed by the |
| 568 | .B \-c |
Roland McGrath | 0411b40 | 2003-10-22 06:16:32 +0000 | [diff] [blame] | 569 | option by the specified criterion. Legal values are |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 570 | .BR time , |
| 571 | .BR calls , |
| 572 | .BR name , |
| 573 | and |
| 574 | .B nothing |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 575 | (default is |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 576 | .BR time ). |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 577 | .TP |
| 578 | .BI "\-u " username |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 579 | Run command with the user \s-1ID\s0, group \s-2ID\s0, and |
| 580 | supplementary groups of |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 581 | .IR username . |
| 582 | This option is only useful when running as root and enables the |
| 583 | correct execution of setuid and/or setgid binaries. |
| 584 | Unless this option is used setuid and setgid programs are executed |
| 585 | without effective privileges. |
Roland McGrath | 4417fda | 2003-01-24 04:31:20 +0000 | [diff] [blame] | 586 | .TP |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 587 | \fB\-E\ \fIvar\fR=\fIval\fR |
Roland McGrath | 4417fda | 2003-01-24 04:31:20 +0000 | [diff] [blame] | 588 | Run command with |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 589 | .IR var = val |
Roland McGrath | 4417fda | 2003-01-24 04:31:20 +0000 | [diff] [blame] | 590 | in its list of environment variables. |
| 591 | .TP |
| 592 | .BI "\-E " var |
| 593 | Remove |
| 594 | .IR var |
| 595 | from the inherited list of environment variables before passing it on to |
| 596 | the command. |
Roland McGrath | a09353a | 2008-12-10 06:09:29 +0000 | [diff] [blame] | 597 | .SH DIAGNOSTICS |
| 598 | When |
| 599 | .I command |
| 600 | exits, |
| 601 | .B strace |
| 602 | exits with the same exit status. |
| 603 | If |
| 604 | .I command |
| 605 | is terminated by a signal, |
| 606 | .B strace |
| 607 | terminates itself with the same signal, so that |
| 608 | .B strace |
| 609 | can be used as a wrapper process transparent to the invoking parent process. |
| 610 | .LP |
| 611 | When using |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 612 | .BR \-p , |
Roland McGrath | a09353a | 2008-12-10 06:09:29 +0000 | [diff] [blame] | 613 | the exit status of |
| 614 | .B strace |
| 615 | is zero unless there was an unexpected error in doing the tracing. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 616 | .SH "SETUID INSTALLATION" |
| 617 | If |
| 618 | .B strace |
| 619 | is installed setuid to root then the invoking user will be able to |
| 620 | attach to and trace processes owned by any user. |
| 621 | In addition setuid and setgid programs will be executed and traced |
| 622 | with the correct effective privileges. |
| 623 | Since only users trusted with full root privileges should be allowed |
| 624 | to do these things, |
| 625 | it only makes sense to install |
| 626 | .B strace |
| 627 | as setuid to root when the users who can execute it are restricted |
| 628 | to those users who have this trust. |
| 629 | For example, it makes sense to install a special version of |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 630 | .B strace |
| 631 | with mode `rwsr-xr--', user |
| 632 | .B root |
| 633 | and group |
| 634 | .BR trace , |
| 635 | where members of the |
| 636 | .B trace |
| 637 | group are trusted users. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 638 | If you do use this feature, please remember to install |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 639 | a non-setuid version of |
| 640 | .B strace |
| 641 | for ordinary lusers to use. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 642 | .SH "SEE ALSO" |
Roland McGrath | 7f7f436 | 2005-12-02 03:59:35 +0000 | [diff] [blame] | 643 | .BR ltrace (1), |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 644 | .BR time (1), |
Roland McGrath | 7f7f436 | 2005-12-02 03:59:35 +0000 | [diff] [blame] | 645 | .BR ptrace (2), |
| 646 | .BR proc (5) |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 647 | .SH NOTES |
| 648 | It is a pity that so much tracing clutter is produced by systems |
| 649 | employing shared libraries. |
| 650 | .LP |
| 651 | It is instructive to think about system call inputs and outputs |
| 652 | as data-flow across the user/kernel boundary. Because user-space |
| 653 | and kernel-space are separate and address-protected, it is |
| 654 | sometimes possible to make deductive inferences about process |
| 655 | behavior using inputs and outputs as propositions. |
| 656 | .LP |
| 657 | In some cases, a system call will differ from the documented behavior |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 658 | or have a different name. For example, on System V-derived systems |
| 659 | the true |
| 660 | .BR time (2) |
| 661 | system call does not take an argument and the |
| 662 | .B stat |
| 663 | function is called |
| 664 | .B xstat |
| 665 | and takes an extra leading argument. These |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 666 | discrepancies are normal but idiosyncratic characteristics of the |
| 667 | system call interface and are accounted for by C library wrapper |
| 668 | functions. |
| 669 | .LP |
| 670 | On some platforms a process that has a system call trace applied |
| 671 | to it with the |
| 672 | .B \-p |
| 673 | option will receive a |
| 674 | .BR \s-1SIGSTOP\s0 . |
| 675 | This signal may interrupt a system call that is not restartable. |
| 676 | This may have an unpredictable effect on the process |
| 677 | if the process takes no action to restart the system call. |
| 678 | .SH BUGS |
| 679 | Programs that use the |
| 680 | .I setuid |
| 681 | bit do not have |
| 682 | effective user |
| 683 | .SM ID |
| 684 | privileges while being traced. |
| 685 | .LP |
| 686 | A traced process ignores |
| 687 | .SM SIGSTOP |
Nate Sammons | b4aa113 | 1999-03-31 05:59:04 +0000 | [diff] [blame] | 688 | except on SVR4 platforms. |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 689 | .LP |
| 690 | A traced process which tries to block SIGTRAP will be sent a SIGSTOP |
| 691 | in an attempt to force continuation of tracing. |
| 692 | .LP |
| 693 | A traced process runs slowly. |
| 694 | .LP |
| 695 | Traced processes which are descended from |
| 696 | .I command |
| 697 | may be left running after an interrupt signal (\c |
| 698 | .SM CTRL\s0-C). |
| 699 | .LP |
| 700 | On Linux, exciting as it would be, tracing the init process is forbidden. |
| 701 | .LP |
| 702 | The |
| 703 | .B \-i |
| 704 | option is weakly supported. |
| 705 | .SH HISTORY |
| 706 | .B strace |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 707 | The original |
| 708 | .B strace |
| 709 | was written by Paul Kranenburg |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 710 | for SunOS and was inspired by its trace utility. |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 711 | The SunOS version of |
| 712 | .B strace |
| 713 | was ported to Linux and enhanced |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 714 | by Branko Lankester, who also wrote the Linux kernel support. |
Wichert Akkerman | 8829a55 | 1999-06-11 13:18:40 +0000 | [diff] [blame] | 715 | Even though Paul released |
| 716 | .B strace |
| 717 | 2.5 in 1992, |
| 718 | Branko's work was based on Paul's |
| 719 | .B strace |
| 720 | 1.5 release from 1991. |
| 721 | In 1993, Rick Sladkey merged |
| 722 | .B strace |
| 723 | 2.5 for SunOS and the second release of |
| 724 | .B strace |
| 725 | for Linux, added many of the features of |
| 726 | .BR truss (1) |
| 727 | from SVR4, and produced an |
| 728 | .B strace |
| 729 | that worked on both platforms. In 1994 Rick ported |
| 730 | .B strace |
| 731 | to SVR4 and Solaris and wrote the |
| 732 | automatic configuration support. In 1995 he ported |
| 733 | .B strace |
| 734 | to Irix |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 735 | and tired of writing about himself in the third person. |
Roland McGrath | 98a3ecf | 2008-08-28 23:41:57 +0000 | [diff] [blame] | 736 | .SH BUGS |
| 737 | The SIGTRAP signal is used internally by the kernel implementation of |
| 738 | system call tracing. When a traced process receives a SIGTRAP signal not |
| 739 | associated with tracing, strace will not report that signal correctly. |
| 740 | This signal is not normally used by programs, but could be via a hard-coded |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 741 | break instruction or via |
| 742 | .BR kill (2). |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 743 | .SH PROBLEMS |
| 744 | Problems with |
| 745 | .B strace |
Dmitry V. Levin | dd762c3 | 2012-02-25 15:29:21 +0100 | [diff] [blame] | 746 | should be reported to the |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 747 | .B strace |
Dmitry V. Levin | a7835e6 | 2010-03-31 17:26:49 +0000 | [diff] [blame] | 748 | mailing list at <strace\-devel@lists.sourceforge.net>. |