From 51cc3d9bf43b8499e0dd01104fd6a7c87c814ccd Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Fri, 2 Dec 2016 18:18:10 +0000 Subject: [PATCH] Add e-r query for bug/1646779 Add an E-R query for bug/1646779. The error message in n-cpu is about libvirt not reachable, but the cause of that is that libvirt is killed by the kernel because of either a general protection or a stack segment trap. Both cases happen close to a virtlogd error message: "End of file while reading data: Input/output error" However the frequency of that is 3/4 times more than that of the result of this query, which suggests that that error message is not always related to libvirt getting killed, even if the other way around seems to be the case. Change-Id: I94a96469c21805b266beeee8c4863001886ab549 Related-Bug: #1646779 --- queries/1646779.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 queries/1646779.yaml diff --git a/queries/1646779.yaml b/queries/1646779.yaml new file mode 100644 index 00000000..eb548f7d --- /dev/null +++ b/queries/1646779.yaml @@ -0,0 +1,6 @@ +query: >- + (message:"trap stack segment ip" OR + message:"general protection ip") AND + message:"traps: libvirtd[" AND + message:"error:0 in libc-2.23.so" AND + tags: "syslog" \ No newline at end of file