-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The isCrashFrame flag during unwinding was never reset, which could be bad. - We're apparently reading a lot of stale constants and not seeing it because a failed read from the constants map just returns the zero value. Oops! Add a much stricter map wrapper type for constants and fix up all the stale constants. This fixes a whole bunch of things, including totally incorrect readings of the liveness maps. - More strict checking of liveness map data. Change-Id: I2cb4901df4e3f473ef8b0c09981ba222e883b0b6 Reviewed-on: https://go-review.googlesource.com/c/debug/+/635835 Reviewed-by: Michael Pratt <[email protected]> Auto-Submit: Nicolas Hillegeer <[email protected]> Commit-Queue: Nicolas Hillegeer <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Nicolas Hillegeer <[email protected]>
- Loading branch information
Showing
4 changed files
with
63 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters