1.Find the pid;
ps aux|grep xxxxx
2.Bind;
gdb
(gdb) attach 111111
3.Show stack
(gdb) bt
4.Go next
(gdb)next
5.
(gdb) detach
6.Exit
(gdb)q