linux - Ask gdb to do a pretty print when it catches a segfault -


i saw on bof video,

enter image description here

it gdb, did pretty-print when catches segfault signal. i'm not sure how implemented, knows?

the usual way install segv handler forks , executes "gdb -p" attach dying process.


Comments

Popular posts from this blog

google app engine - 403 Forbidden POST - Flask WTForms -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -