- 论坛徽章:
- 0
|
按照这个帖子http://fedoraproject.org/wiki/Ho ... ebug_kernel_crashes
系统使用的是fedora16有两个内核,分别是3.6.7和自己编译的3.1.10,使用
yum install --enablerepo=fedora-debuginfo --enablerepo=updates-debuginfo kexec-tools crash kernel-debuginfo之后安装了kernel-debuginfo-3.6.7-4.fc16.i686,请教下kernel-debuginfo的版本必须和内核版本一致么?还有一个问题就是我可以生成vmcore文件,但是最后执行crash的时候报错,不知道有哪位遇到过这种情况么?- GNU gdb (GDB) 7.3.1
- Copyright (C) 2011 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "i686-pc-linux-gnu"...
- crash: invalid kernel virtual address: 89f8754b type: "possible"
- WARNING: cannot read cpu_possible_map
- crash: page excluded: kernel virtual address: e805ebc3 type: "present"
- WARNING: cannot read cpu_present_map
- crash: page excluded: kernel virtual address: ffabf884 type: "online"
- WARNING: cannot read cpu_online_map
- crash: cannot resolve: "xtime"
复制代码 |
|