|
|
baab13 |
From bbb0d8390b4880c439f89fc8f40a623becee607f Mon Sep 17 00:00:00 2001
|
|
|
baab13 |
From: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
baab13 |
Date: Tue, 10 Dec 2013 14:11:51 +0100
|
|
|
baab13 |
Subject: [ABRT PATCH 25/27] examples/mce2.test: an example of non-fatal MCE
|
|
|
baab13 |
|
|
|
baab13 |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
|
|
baab13 |
|
|
|
baab13 |
Related to rhbz#1032077
|
|
|
baab13 |
|
|
|
baab13 |
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
|
baab13 |
---
|
|
|
baab13 |
examples/mce2.right | 4 ++++
|
|
|
baab13 |
examples/mce2.test | 13 +++++++++++++
|
|
|
baab13 |
2 files changed, 17 insertions(+)
|
|
|
baab13 |
create mode 100644 examples/mce2.right
|
|
|
baab13 |
create mode 100644 examples/mce2.test
|
|
|
baab13 |
|
|
|
baab13 |
diff --git a/examples/mce2.right b/examples/mce2.right
|
|
|
baab13 |
new file mode 100644
|
|
|
baab13 |
index 0000000..358fbcf
|
|
|
baab13 |
--- /dev/null
|
|
|
baab13 |
+++ b/examples/mce2.right
|
|
|
baab13 |
@@ -0,0 +1,4 @@
|
|
|
baab13 |
+abrt-dump-oops: Found oopses: 1
|
|
|
baab13 |
+
|
|
|
baab13 |
+Version: undefined
|
|
|
baab13 |
+mce: [Hardware Error]: Machine check events logged
|
|
|
baab13 |
diff --git a/examples/mce2.test b/examples/mce2.test
|
|
|
baab13 |
new file mode 100644
|
|
|
baab13 |
index 0000000..c09ac88
|
|
|
baab13 |
--- /dev/null
|
|
|
baab13 |
+++ b/examples/mce2.test
|
|
|
baab13 |
@@ -0,0 +1,13 @@
|
|
|
baab13 |
+[ 0.000000] Initializing cgroup subsys cpuset
|
|
|
baab13 |
+[ 0.000000] Initializing cgroup subsys cpu
|
|
|
baab13 |
+[ 0.000000] Initializing cgroup subsys cpuacct
|
|
|
baab13 |
+[ 0.000000] Linux version 3.10.0-49.el7.x86_64 (mockbuild@x86-024.build.eng.bos.redhat.com) (gcc version 4.8.2 20131106 (Red Hat 4.8.2-3) (GCC) ) #1 SMP Tue Nov 12 16:19:27 EST 2013
|
|
|
baab13 |
+[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.10.0-49.el7.x86_64 root=/dev/mapper/rhel-root ro rd.lvm.lv=rhel/root vconsole.font=latarcyrheb-sun16 rd.lvm.lv=rhel/swap vconsole.keymap=us crashkernel=auto rhgb quiet LANG=en_US.UTF-8
|
|
|
baab13 |
+...
|
|
|
baab13 |
+[ 126.330988] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
|
|
|
baab13 |
+[ 126.362117] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
|
|
|
baab13 |
+[ 207.849710] Machine check injector initialized
|
|
|
baab13 |
+[ 207.992935] ICMPv6: RA: ndisc_router_discovery failed to add default route
|
|
|
baab13 |
+[ 209.024284] Starting machine check poll CPU 0
|
|
|
baab13 |
+[ 209.024295] mce: [Hardware Error]: Machine check events logged
|
|
|
baab13 |
+[ 209.024296] Machine check poll done on CPU 0
|
|
|
baab13 |
--
|
|
|
baab13 |
1.8.3.1
|
|
|
baab13 |
|