From a0a18e93788388ee0ebd1b200eb5ca690fd84692 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Tue, 15 Oct 2013 07:12:26 +0200 Subject: [PATCH] Signatures tweaked --- htdocs/crashes.php | 4 ++-- htdocs/lib/CrashReport.php | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/htdocs/crashes.php b/htdocs/crashes.php index 2a3aa29..99cc567 100644 --- a/htdocs/crashes.php +++ b/htdocs/crashes.php @@ -123,7 +123,7 @@ $filter->render(); Operating System GPU Grid (region) - + Type @@ -132,7 +132,7 @@ $filter->render(); id, $reports[$i]->os) ?> id, $reports[$i]->gpu) ?> id, $reports[$i]->grid . " (" . $reports[$i]->region . ")") ?> - Similar + signature_id ?> diff --git a/htdocs/lib/CrashReport.php b/htdocs/lib/CrashReport.php index 7221a64..13cd0d1 100644 --- a/htdocs/lib/CrashReport.php +++ b/htdocs/lib/CrashReport.php @@ -303,6 +303,13 @@ class CrashReport { $function = $f->function; } + + if (preg_match("/^LLError::/", $f->function)) + { + $function = null; + $singu_function = null; + } + } if ($function == $singu_function)