1.父进程set follow-fork-mode child,breakpoint main,可以断到子进程的main函数。2.breakpoint proc_exit可以在进程退出时断住,方便查看退出时调用栈3.core文件生成目录/var/spool/abrt