From 575e8edb437e7213d66c436dbb8e192f219cf552 Mon Sep 17 00:00:00 2001 From: Gabriele Svelto Date: Mon, 27 Jan 2025 11:47:08 +0100 Subject: [PATCH] Bug 1943919 - Add TppRaiseInvalidParameter to the prefix list We don't want to add this function to the irrelevant list because it conveys an important bit of information (that we're crashing because an invalid paramter has been passed to a Windows system function), but we still want to skip over it in order to be able to tell different crashes apart. --- socorro/signature/siglists/prefix_signature_re.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/socorro/signature/siglists/prefix_signature_re.txt b/socorro/signature/siglists/prefix_signature_re.txt index fd564cd22b..7ffa8f76d3 100644 --- a/socorro/signature/siglists/prefix_signature_re.txt +++ b/socorro/signature/siglists/prefix_signature_re.txt @@ -238,6 +238,7 @@ strstr syscall SysFreeString TlsGetValue +TppRaiseInvalidParameter __ulock_wait __unlink unlink