Remove extra 'reason' lines from the trace - they confuse the web tool and break...
authorAuke Kok <auke-jan.h.kok@intel.com>
Wed, 25 Aug 2010 23:01:11 +0000 (16:01 -0700)
committerAuke Kok <auke-jan.h.kok@intel.com>
Wed, 25 Aug 2010 23:01:11 +0000 (16:01 -0700)
coredump.c

index 28eb108..fb9c4c0 100644 (file)
@@ -255,7 +255,7 @@ char *extract_core(char *corefile)
                        free(line);
                        continue;
                }
-               if (strstr(line, "Program terminated with signal")) {
+               if (strstr(line, "reason: ")) {
                        free(line);
                        continue;
                }