mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
tombstoned: fault address is also not unique due to ASLR
old-commit-hash: 5812e09f23b0a0644a9130195ef813a97baa8baa
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user