Skip to content

Commit 189f234

Browse files
committed
Docs: Add info about -T and -t to crash(1)
1 parent 8ccbd70 commit 189f234

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Base/usr/share/man/man1/crash.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ kinds of crashes.
2525
* `-M`: Read a pointer from uninitialized memory, then write to it.
2626
* `-F`: Read a pointer from memory freed using `free()`, then write to it.
2727
* `-r`: Write to read-only memory.
28+
* `-T`: Make a syscall while using an invalid stack pointer.
29+
* `-t`: Trigger a page fault while using an invalid stack pointer.
2830

2931
## Examples
3032

3133
```sh
3234
$ crash -F
3335
Shell: crash(33) exitied due to signal "Segmentation violation"
34-
```
36+
```

0 commit comments

Comments
 (0)