aboutsummaryrefslogtreecommitdiff
path: root/src/processor/testdata/minidump_32bit_crash_addr.dmp
diff options
context:
space:
mode:
authorGabriele Svelto <gsvelto@mozilla.com>2019-01-30 09:26:07 +0100
committerGabriele Svelto <gsvelto@mozilla.com>2019-01-30 16:21:52 +0000
commit44384d80b32a5bb361c2ec3bee667f7ccee566d7 (patch)
tree643111d36c6065d8f8045da25a60939a21724ef5 /src/processor/testdata/minidump_32bit_crash_addr.dmp
parentMake the minidump processor correctly populate the CPU information string for... (diff)
downloadbreakpad-44384d80b32a5bb361c2ec3bee667f7ccee566d7.tar.xz
Always emit a 32-bit crash address for 32-bit architectures
Certain minidumps for 32-bit crashes have the upper 32-bit of the crash address (which is a 64-bit value) set to non-zero values. This caused a crash address with more than 32-bits to be printed out for minidumps of 32-bit architectures. This patch masks out those bits when reading the raw minidump data to ensure this doesn't happen anymore. Bug: google-breakpad:783 Change-Id: Ieef6dff759fd0ee2efc47c4c4a3cf863a48f0659 Reviewed-on: https://chromium-review.googlesource.com/c/1427819 Reviewed-by: Ted Mielczarek <ted.mielczarek@gmail.com>
Diffstat (limited to 'src/processor/testdata/minidump_32bit_crash_addr.dmp')
-rw-r--r--src/processor/testdata/minidump_32bit_crash_addr.dmpbin0 -> 11317 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/src/processor/testdata/minidump_32bit_crash_addr.dmp b/src/processor/testdata/minidump_32bit_crash_addr.dmp
new file mode 100644
index 00000000..78becc6f
--- /dev/null
+++ b/src/processor/testdata/minidump_32bit_crash_addr.dmp
Binary files differ