/bin/sh: line 1:   Killed /sbin/depmod -ae -F System.map

    问题描述:

/bin/sh: line 1:  7769 Killed                  /sbin/depmod -ae -F System.map 2.6.35.6 
make: *** [_modinst_post] Error 137
fedora编译内核 make modules_install之后出现的 问题
有遇到过的嘛?

dmesg
[  559.740746] 980 total pagecache pages
[  559.740747] 908 pages in swap cache
[  559.740749] Swap cache stats: add 260447, delete 259539, find 328/415
[  559.740750] Free swap  = 0kB
[  559.740752] Total swap = 524284kB
[  559.744075] 173040 pages RAM
[  559.744077] 5932 pages reserved
[  559.744078] 59 pages shared
[  559.744080] 165489 pages non-shared
[  559.744082] Out of memory: kill process 7911 (depmod) score 25685 or a child
[  559.744305] Killed process 7911 (depmod) vsz:1643892kB, anon-rss:617784kB, file-rss:0kB
但是我的内存足够用的啊

 解决方案:内存不足的原因是使用了CONFIG_KERNEL_DEBUG选项,调试内核,模块的大小增加了,无法加载进内存。注释掉,即可。

你可能感兴趣的:(模块调试信息)