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 . ")") ?> |
- signature_id ?>">Similar |
+ signature_id ?>">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)