由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - use abort() to generate coredump
相关主题
就一个输入法,让我不得不留着Windows!how to kill a zombie process?
这里怎么这么多人用Ubuntu?xubuntu 11.04一个小bug
Qterm 0.5.4 crash 问题如何吧HDC盘符修改成HDA
sign OpenAFS 安装太难了求助: encfs 在 Lion上总出问题
怎么比较简单的用webcam看家 (转载)exception与interrupt的区别?
Chromium's KDE "version".How not to use password for ssh connections
如何改变一个文件的UNIT?/etc/modules在ubuntu 9.04的哪个包里?
看你是不是linux高手? dpkg: version 'uname -r' has bad syntaxhow to begin kernel development step by step?
相关话题的讨论汇总
话题: abort话题: generate话题: coredump话题: thread话题: process
进入Linux版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
my linux code has 5 processes,
seems 1 dies, (top shows it's zombie)
causing watchdog eventually.
i don't know how to reproduce the bug,
this is the plan,
every time i see watchdog, code will call abort() to generate core.
Then debug core.
Do you think i can get useful info ? as there're 5 app processes in the
system, can this core still provide useful info for the dead process ?
Also "ps -ef -T" shows this dead process has only 1 thread.
In normal case it should have 5 threads.
My question is, is it really has 1 thread in this case,
or because the process is zombie, it only displays 1 thread ?
Thanks for your help !
G*****h
发帖数: 33134
2
use printf

【在 w*s 的大作中提到】
: my linux code has 5 processes,
: seems 1 dies, (top shows it's zombie)
: causing watchdog eventually.
: i don't know how to reproduce the bug,
: this is the plan,
: every time i see watchdog, code will call abort() to generate core.
: Then debug core.
: Do you think i can get useful info ? as there're 5 app processes in the
: system, can this core still provide useful info for the dead process ?
: Also "ps -ef -T" shows this dead process has only 1 thread.

1 (共1页)
进入Linux版参与讨论
相关主题
how to begin kernel development step by step?怎么比较简单的用webcam看家 (转载)
请推荐makefile generatorChromium's KDE "version".
Installing Autoconf Problem如何改变一个文件的UNIT?
我能问个linux的问题吗?版上大牛多,谢谢了看你是不是linux高手? dpkg: version 'uname -r' has bad syntax
就一个输入法,让我不得不留着Windows!how to kill a zombie process?
这里怎么这么多人用Ubuntu?xubuntu 11.04一个小bug
Qterm 0.5.4 crash 问题如何吧HDC盘符修改成HDA
sign OpenAFS 安装太难了求助: encfs 在 Lion上总出问题
相关话题的讨论汇总
话题: abort话题: generate话题: coredump话题: thread话题: process