Closed DmitriyMusatkin closed 5 months ago
Attention: Patch coverage is 72.72727%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 83.08%. Comparing base (
06cf4d8
) to head (e270eed
).
Files | Patch % | Lines |
---|---|---|
source/memtrace.c | 72.72% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #, if available:
Description of changes: Fix memtracer assumptions on the size of stack. With optimizations on, there is no guarantees how many frames we get back. So handle any size of stack gracefully.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.