aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/error.zig
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-03-17 10:48:37 +0100
committerJakub Konka <kubkon@jakubkonka.com>2022-03-17 18:21:04 +0100
commitfdee7dd60dccd184a4fd4023ad03c4236f6a20b3 (patch)
tree81220e0bcc142c185300922dce2f480a7574e7de /test/behavior/error.zig
parent4012fcb0a383dbf5564ef15e4c607705a1859a20 (diff)
downloadzig-fdee7dd60dccd184a4fd4023ad03c4236f6a20b3.tar.gz
zig-fdee7dd60dccd184a4fd4023ad03c4236f6a20b3.zip
debug: msync only current page when validation frame pointer
This fixes lack of stack traces on arm64 macOS which were regressed and not getting generated at all after this addition to write current stack traces. Prior to this, function `isValidMemory` would sync two subsequent pages if the aligned (base) address was different than the frame pointer. I fail to see what the logic for such assumption here is as the manual of `msync` clearly states it will fail with error if the passed in memory region length contains unmapped regions. This was the very reason why there were no stack traces print on arm64 macOS as the second page was unmapped thus incorrectly flagging the frame pointer as invalid.
Diffstat (limited to 'test/behavior/error.zig')
0 files changed, 0 insertions, 0 deletions