dmesg命令基于缓冲区打印信息
dmesg -c可以清除该内存信息
清除后demsg 命令不显示任何信息,但可以到/var/log/dmesg查看信息 dmesg |tail 20
dmesg |head 20
dmesg |grep sda
dmesg |grep tty
dmesg |grep memory
dmesg |grep DMA
dmesg |grep usb [root@localhost var]# dmesg | more
Linux version .. (root@localhost.localdomain) (gcc version .. (Red Hat ..-))
# SMP Sun Sep :: PDT
Command line: ro root=LABEL=/ rhgb quiet
KERNEL supported cpus:
Intel GenuineIntel
AMD AuthenticAMD
Centaur CentaurHauls
BIOS-provided physical RAM map:
BIOS-e820: - 000000000009f400 (usable)
BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
BIOS-e820: 00000000000dc000 - (reserved)
BIOS-e820: - 0000000057ee0000 (usable)
BIOS-e820: 0000000057ee0000 - 0000000057eff000 (ACPI data)
BIOS-e820: 0000000057eff000 - 0000000057f00000 (ACPI NVS)
BIOS-e820: 0000000057f00000 - (usable)
BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fffe0000 - (reserved)
DMI present.
Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
e820 update range: - (usable) ==> (reserved)
last_pfn = 0x58000 max_arch_pfn = 0x400000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
-9FFFF write-back
A0000-BFFFF uncachable
C0000-CBFFF write-protect
CC000-EFFFF uncachable
F0000-FFFFF write-protect
[root@localhost var]# dmesg | less
Linux version .. (root@localhost.localdomain) (gcc version .. (Red Hat ..-))
# SMP Sun Sep :: PDT
Command line: ro root=LABEL=/ rhgb quiet
KERNEL supported cpus:
Intel GenuineIntel
AMD AuthenticAMD
Centaur CentaurHauls
BIOS-provided physical RAM map:
BIOS-e820: - 000000000009f400 (usable)
BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
BIOS-e820: 00000000000dc000 - (reserved)
BIOS-e820: - 0000000057ee0000 (usable)
BIOS-e820: 0000000057ee0000 - 0000000057eff000 (ACPI data)
BIOS-e820: 0000000057eff000 - 0000000057f00000 (ACPI NVS)
BIOS-e820: 0000000057f00000 - (usable)
BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fffe0000 - (reserved)
DMI present.
Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
e820 update range: - (usable) ==> (reserved)
last_pfn = 0x58000 max_arch_pfn = 0x400000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
-9FFFF write-back
A0000-BFFFF uncachable
C0000-CBFFF write-protect
CC000-EFFFF uncachable
F0000-FFFFF write-protect
[root@localhost var]# dmesg | tail
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver .
Bluetooth: HIDP (Human Interface Emulation) ver .
eth0: no IPv6 routers present
hdc: task_pio_intr: status=0x51 { DriveReady SeekComplete Error }
hdc: task_pio_intr: error=0x04 { AbortedCommand }
hdc: possibly failed opcode: 0xec
xx[]: segfault at ip sp 00007fff206b7d60 error in xx[+]
[root@localhost var]# dmesg | grep ttyS*
console [tty0] enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = ) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = ) is a 16550A
:0a: ttyS0 at I/O 0x3f8 (irq = ) is a 16550A
:0b: ttyS1 at I/O 0x2f8 (irq = ) is a 16550A
You have new mail in /var/spool/mail/root
dmesg -c    清除缓存

tail -n 20 /var/log/dmesg
[root@localhost log]# tail -n  /var/log/dmesg
Floppy drive(s): fd0 is .44M
FDC is a post-
ide-cd driver .
ide-cd: hdc: ATAPI 1X DVD-ROM DVD-R/RAM CD-R/RW drive, 32kB Cache
Uniform CD-ROM driver Revision: .
sd :::: Attached scsi generic sg0 type
lp0: using parport0 (interrupt-driven).
lp0: console ready
NET: Registered protocol family
lo: Disabled Privacy Extensions
md: Autodetecting RAID arrays.
md: Scanned and added devices.
md: autorun ...
md: ... autorun DONE.
device-mapper: multipath: version .. loaded
EXT3 FS on sda2, internal journal
kjournald starting. Commit interval seconds
EXT3 FS on sda1, internal journal
EXT3-fs: mounted filesystem with writeback data mode.
Adding 2064344k swap on /dev/sda3. Priority:- extents: across:2064344k

[root@localhost log]# tail -n  messages
May :: localhost avahi-daemon[]: Server startup complete. Host name is localhost.local. Local service cookie is .
May :: localhost avahi-daemon[]: Service "SFTP File Transfer on localhost" (/services/sftp-ssh.service) successfully established.
May :: localhost smartd[]: smartd version . [x86_64-redhat-linux-gnu] Copyright (C) - Bruce Allen
May :: localhost smartd[]: Home page is http://smartmontools.sourceforge.net/
May :: localhost smartd[]: Opened configuration file /etc/smartd.conf
May :: localhost smartd[]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
May :: localhost smartd[]: Device: /dev/hdc, opened
May :: localhost smartd[]: Device: /dev/hdc, not ATA, no IDENTIFY DEVICE Structure
May :: localhost kernel: hdc: task_pio_intr: status=0x51 { DriveReady SeekComplete Error }
May :: localhost kernel: hdc: task_pio_intr: error=0x04 { AbortedCommand }
May :: localhost kernel: hdc: possibly failed opcode: 0xec
May :: localhost smartd[]: Device: /dev/sda, opened
May :: localhost smartd[]: Device: /dev/sda, IE (SMART) not enabled, skip device Try 'smartctl -s on /dev/sda' to turn on SMART features
May :: localhost smartd[]: Monitoring ATA and SCSI devices
May :: localhost smartd[]: smartd has fork()ed into background mode. New PID=.
May :: localhost gdm[]: gdm_config_parse: Logdir /var/log/gdm does not exist or isn't a directory. Using ServAuthDir /var/gdm.
May 28 22:42:25 localhost pcscd: winscard.c:304:SCardConnect() Reader E-Gate 0 0 Not Found
May 28 22:42:25 localhost last message repeated 3 times
May 28 22:43:45 localhost kernel: xx[4107]: segfault at 0 ip 0000000000400454 sp 00007fff206b7d60 error 6 in xx[400000+1000]
May 28 22:45:06 localhost logger: Oracle Configuration Manager failed to establish a connection to Oracle. Reconfigure using /opt/oracle/112/ccr/bin/configCCR

dmesg 程序崩溃调试2的更多相关文章

  1. dmesg 程序崩溃调试

    [root@localhost log]# cat -n /root/xx.c #include <stdio.h> void func(char *p) { *p = 'p'; } in ...

  2. [ios-必看] IOS调试技巧:当程序崩溃的时候怎么办 iphone IOS

    from:http://article.ityran.com/archives/1143 有这样一种情形:当我们正在快乐的致力于我们的app时,并且什么看都是无比顺利,但是突然,坑爹啊,它崩溃了.(悲 ...

  3. Ubuntu16.04下写的Qt程序,调试时没问题,运行时偶现崩溃 (需要在运行时生成core dump文件,QMAKE_CC += -g)

    记录一下 Ubuntu16.04下写的Qt程序,调试时没问题,运行时偶现崩溃 需要在运行时生成core dump文件 首先在pro结尾里加入 QMAKE_CC += -g QMAKE_CXX += - ...

  4. Windows 程序 dump 崩溃调试

    Windows 程序捕获崩溃异常 生成dump 概述 事情的起因是,有个同事开发的程序,交付的版本程序,会偶尔随机崩溃了. 悲催的是没有输出log,也没有输出dump文件. 我建议他给程序代码加个异常 ...

  5. IOS调试技巧:当程序崩溃的时候怎么办 xcode调试

    转自:http://www.ityran.com/archives/1143 ------------------------------------------------ 欢迎回到当程序崩溃的时候 ...

  6. Linux高级调试与优化——信号量机制与应用程序崩溃

    背景介绍 Linux分为内核态和用户态,用户态通过系统调用(syscall)进入内核态执行. 用户空间的glibc库将Linux内核系统调用封装成GNU C Library库文件(兼容ANSI &am ...

  7. 你的java/c/c++程序崩溃了?揭秘段错误(Segmentation fault)(3)

    前言 接上两篇: 你的C/C++程序为什么无法运行?揭秘Segmentation fault (1) 你的C/C++程序为什么无法运行?揭秘Segmentation fault (2) 写到这里,越跟 ...

  8. iOS崩溃调试的使用和技巧总结

    在iOS开发调试过程中以及上线之后,程序经常会出现崩溃的问题.简单的崩溃还好说,复杂的崩溃就需要我们通过解析Crash文件来分析了,解析Crash文件在iOS开发中是比较常见的. 现在网上有很多关于解 ...

  9. MATLAB调用C程序、调试和LDPC译码

    MATLAB是一个很好用的工具.利用MATLAB脚本进行科学计算也特别方便快捷.但是代码存在较多循环时,MATLAB运行速度极慢.如果不想放弃MATLAB中大量方便使用的库,又希望代码能迅速快捷的运行 ...

随机推荐

  1. SPRING IN ACTION 第4版笔记-第四章ASPECT-ORIENTED SPRING-011-注入AspectJ Aspect

    一. 1. package concert; public interface CriticismEngine { public String getCriticism(); } 2. package ...

  2. ANDROID_MARS学习笔记_S01原始版_008_Handler(异步消息处理机制)

    一.流程 1.点击按钮,则代码会使handler把updateThread压到队列里去,从而执行updateThread的run() 2.run()里会通过msg.arg1 = i 和bundle来写 ...

  3. MySQL can’t specify target table for update in FROM clause

    翻译:MySQL不能指定更新的目标表在FROM子句 源SQL语句: delete from t_official_sys_user where USER_NAME IN(SELECT USER_NAM ...

  4. DedeCms 5.7友情链接模块注入漏洞

    漏洞版本: DedeCms 5.7 漏洞描述: DedeCms基于PHP+MySQL的技术开发,是目前国内应用最广泛的php类CMS系统. DedeCms 5.7前台提交友情链接处,可以插入恶意JS代 ...

  5. Linux内核与根文件系统的关系

    开篇题外话:对于Linux初学者来说,这是一个很纠结的问题,但这也是一个很关键的问题!         一语破天机: “尽管内核是 Linux 的核心,但文件却是用户与操作系统交互所采用的主要工具.这 ...

  6. apache开源项目--kylin

    Kylin 是一个开源的分布式的 OLAP 分析引擎,来自 eBay 公司开发,基于 Hadoop 提供 SQL 接口和 OLAP 接口,支持 TB 到 PB 级别的数据量. Kylin 是: 超级快 ...

  7. c语言字符串库函数#include<string.h>

    字符串函数<string.h> 在头文件<string.h>中定义了两组字符串函数.第一组函数的名字以str开头:第二组函数的名字以mem开头.只有函数memmove对重叠对象 ...

  8. XML常用颜色值

    <?xml version="1.0" encoding="utf-8" ?> <resources> <color name=& ...

  9. ActiveMQ中的安全机制 [转]

    本文简单介绍ActiveMQ通过JAAS实现的安全机制.JAAS(Java Authentication and Authorization Service)也就是java认证/授权服务.这是两种不同 ...

  10. 可在Azure上运行.NET的SDK

    本节包含前几个版本的 for .NET 的发行说明.有关早期版本的详细信息,请参阅早期版本:Azure SDK for .NET.有关 SDK 支持和停用的信息,请参阅 Azure SDK for . ...