We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccbd70 commit 189f234Copy full SHA for 189f234
Base/usr/share/man/man1/crash.md
@@ -25,10 +25,12 @@ kinds of crashes.
25
* `-M`: Read a pointer from uninitialized memory, then write to it.
26
* `-F`: Read a pointer from memory freed using `free()`, then write to it.
27
* `-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.
30
31
## Examples
32
33
```sh
34
$ crash -F
35
Shell: crash(33) exitied due to signal "Segmentation violation"
-```
36
+```
0 commit comments