mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-28 15:50:26 +08:00
375082098d
crashpad_snapshot_test MachOImageAnnotationsReader.CrashDyld was failing on 10.12.1. In 10.12, dyld’s intentional crashes come through abort_with_payload(). In 10.12.1, it appears that the task port sent along with abort_with_payload() crashes is now a corpse port, which has a different port name than the task port that it originated from. https://openradar.appspot.com/29079442 TEST=crashpad_snapshot_test MachOImageAnnotationsReader.CrashDyld BUG=crashpad:137 Change-Id: I43f89c0f595dd5614fc910fa1f19f21ddf0a7c4d Reviewed-on: https://chromium-review.googlesource.com/407087 Reviewed-by: Robert Sesek <rsesek@chromium.org>