• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bugsnag / bugsnag-android / 419
67%
master: 83%

Build:
Build:
LAST BUILD BRANCH: renovate/gradle-5.x
DEFAULT BRANCH: master
Ran 22 Jan 2019 12:34PM UTC
Jobs 3
Files 30
Run time 63min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
419

Pull #420

travis-ci-com

web-flow
fix(ndk): Switch unwinders based on required async signal-safety

When capturing a stacktrace from a signal handler or C++ terminate
handler different unwinders deadlock on different architectures and/or
Android API levels. This change uses different unwinders based on
whether async signal safety is required or not, by supported API levels.

It introduces libunwindstack as the signal-safe unwinder for API 15+ on
ARM64 and x86/x64 devices. For notify()/C++ exceptions, use libunwind,
nongnu libunwind, or libcorkscrew depending on the API level.

* libcorkscrew hangs when unwinding from a C++ exception on ARM 32-bit.
* libunwind hangs on ARM64 from a signal handler
* nongnu libunwind hangs on ARM32 from a signal handler if raise() is
  called directly
Pull Request #420: fix(ndk): Switch unwinders based on required async signal-safety

1384 of 2080 relevant lines covered (66.54%)

1.33 hits per line

Jobs
ID Job ID Ran Files Coverage
3 419.3 (NDK_VERSION=r12b) 22 Jan 2019 12:34PM UTC 0
75.64
Travis Job 419.3
4 419.4 (NDK_VERSION=r14b) 22 Jan 2019 12:43PM UTC 0
76.03
Travis Job 419.4
5 419.5 (NDK_VERSION=r16b) 22 Jan 2019 01:38PM UTC 0
76.03
Travis Job 419.5
Source Files on build 419
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #419
  • Pull Request #420
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc