红联Linux门户
Linux帮助

linux提示OOM异常,提示内存用尽Out of memory: Kill process

发布时间:2016-11-19 22:10:22来源:linux网站作者:jalen_king
问题:插拔串口,Linux系统提示OOM异常,提示内存用尽并杀死进程的问题。
HELP: loglevel(0-9) reBoot Crash terminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I) thaw-filesystems(J) show-memory-usage(M) nice-all-RT-tasks(N) powerOff show-registers(P) show-all-timers(Q) Sync show-task-states(T) Unmount show-blocked-tasks(W)
[  604.900226] SysRq : Manual OOM execution
[  604.911240] Out of memory: Kill process 93 (centerd) score 143 or sacrifice child
[  604.918780] Killed process 93 (centerd) total-vm:38276kB, anon-rss:19364kB, file-rss:2656kB
[  604.938588] watchdog: Software Watchdog: watchdog did not stop!
Killed
 
解决办法:
此问题在插拔串口的时候偶现。怀疑是插拔过程中引入杂波,由于串口数据没有加校验位,然后被CPU当做正常数据处理,输入乱码导致内存溢出。
通过在串口输入端焊接下拉电阻解决。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/26144.html