Skip to content

Instantly share code, notes, and snippets.

@frsyuki
Created August 27, 2012 07:22
Show Gist options
  • Save frsyuki/3486463 to your computer and use it in GitHub Desktop.
Save frsyuki/3486463 to your computer and use it in GitHub Desktop.
$ sudo gdb -p 1711
(gdb) p creat("/tmp/stacktrace", 0755)
$3 = 128
(gdb) p dup2(128, 1)
$4 = 1
(gdb) detach
$ sudo kill -QUIT 1711
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment