Summary: | Unit tests are failing in Debian Stretch (9) | ||
---|---|---|---|
Product: | [Applications] Heaptrack | Reporter: | Anton Gladky <gladky.anton> |
Component: | general | Assignee: | Milian Wolff <mail> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gladky.anton |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
URL: | https://buildd.debian.org/status/fetch.php?pkg=heaptrack&arch=amd64&ver=1.0.0-4&stamp=1492868783&raw=0 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Log |
Description
Anton Gladky
2017-04-22 13:01:29 UTC
commit 3ddc8ba3c751436fddd2969ba349a76ab6b7f8d1 Author: Milian Wolff <milian.wolff@kdab.com> Date: Wed May 3 17:35:18 2017 +0200 Filter zero frames from the end of the stack returned by libunwind Some (older) versions of libunwind eratically return zero frames at the end of the stack. This happened on Debian and Ubuntu with the distro provided libunwind. In such situations, we now skip these uninteresting frames. BUG: 379082 |