tombstoned: fault address is also not unique due to ASLR

old-commit-hash: 5812e09f23
commatwo_master
Willem Melching 4 years ago
parent b71615fc54
commit cac173bf17
  1. 1
      selfdrive/tombstoned.py

@ -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

Loading…
Cancel
Save