jeremy-rifkin / cpptrace

Simple, portable, and self-contained stacktrace library for C++11 and newer
MIT License
621 stars 64 forks source link

Fix trace generation for cpptrace exception objects on armv7hf #138

Closed jeremy-rifkin closed 2 months ago

jeremy-rifkin commented 2 months ago

noexcept on get_raw_trace_and_absorb seems to somehow interfere with unwinding on armv7hf, possibly due to unwind tables not being generated for the function. Fixes #134.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud