b404a9
From bbb0d8390b4880c439f89fc8f40a623becee607f Mon Sep 17 00:00:00 2001
b404a9
From: Denys Vlasenko <dvlasenk@redhat.com>
b404a9
Date: Tue, 10 Dec 2013 14:11:51 +0100
b404a9
Subject: [ABRT PATCH 25/27] examples/mce2.test: an example of non-fatal MCE
b404a9
b404a9
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
b404a9
b404a9
Related to rhbz#1032077
b404a9
b404a9
Signed-off-by: Jakub Filak <jfilak@redhat.com>
b404a9
---
b404a9
 examples/mce2.right |  4 ++++
b404a9
 examples/mce2.test  | 13 +++++++++++++
b404a9
 2 files changed, 17 insertions(+)
b404a9
 create mode 100644 examples/mce2.right
b404a9
 create mode 100644 examples/mce2.test
b404a9
b404a9
diff --git a/examples/mce2.right b/examples/mce2.right
b404a9
new file mode 100644
b404a9
index 0000000..358fbcf
b404a9
--- /dev/null
b404a9
+++ b/examples/mce2.right
b404a9
@@ -0,0 +1,4 @@
b404a9
+abrt-dump-oops: Found oopses: 1
b404a9
+
b404a9
+Version: undefined
b404a9
+mce: [Hardware Error]: Machine check events logged
b404a9
diff --git a/examples/mce2.test b/examples/mce2.test
b404a9
new file mode 100644
b404a9
index 0000000..c09ac88
b404a9
--- /dev/null
b404a9
+++ b/examples/mce2.test
b404a9
@@ -0,0 +1,13 @@
b404a9
+[    0.000000] Initializing cgroup subsys cpuset
b404a9
+[    0.000000] Initializing cgroup subsys cpu
b404a9
+[    0.000000] Initializing cgroup subsys cpuacct
b404a9
+[    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
b404a9
+[    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
b404a9
+...
b404a9
+[  126.330988] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
b404a9
+[  126.362117] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
b404a9
+[  207.849710] Machine check injector initialized
b404a9
+[  207.992935] ICMPv6: RA: ndisc_router_discovery failed to add default route
b404a9
+[  209.024284] Starting machine check poll CPU 0
b404a9
+[  209.024295] mce: [Hardware Error]: Machine check events logged
b404a9
+[  209.024296] Machine check poll done on CPU 0
b404a9
-- 
b404a9
1.8.3.1
b404a9