tombstoned: fault address is also not unique due to ASLR

old-commit-hash: 5812e09f23b0a0644a9130195ef813a97baa8baa
This commit is contained in:
Willem Melching
2021-01-19 14:17:26 +01:00
parent b71615fc54
commit cac173bf17
+1
View File
@@ -156,6 +156,7 @@ def report_tombstone_apport(fn, client):
crash_function = stacktrace_s[1]
# Remove arguments that can contain pointers to make sentry one-liner unique
crash_function = " ".join(crash_function.split(' ')[2:])
crash_function = re.sub(r'\(.*?\)', '', crash_function)
contents = stacktrace + "\n\n" + contents