Ross ROSS = Recommend OSS · open-source software intelligence for agents

jeremy-rifkin/cpptrace

Simple, portable, and self-contained stacktrace library for C++11 and newer observed · 2026-08-28

github.com/jeremy-rifkin/cpptrace · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 72
  • Release rhythm 40
  • Longevity 82
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 20
  • age_days: 1159
  • days_rel: 404
  • days_push: 173
  • n_releases_24m: 14

Full methodology

Adoption not part of the score

1472 stars · 169 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Cpptrace is a simple, portable, self-contained C++ stacktrace library supporting C++11 and newer on Linux, macOS, and Windows (including MinGW and Cygwin). It also provides a mechanism for capturing stack traces from thrown exceptions to aid debugging and triaging, plus a C API.

Use cases

  • capture stack traces in a C++ application
  • get stack traces from thrown exceptions for debugging
  • portable backtrace support across Linux, macOS, and Windows
  • add crash diagnostics to a C++11 or newer codebase
  • generate stack traces from a C API
  • debug SEH exceptions on Windows

When to choose

  • you need stack traces in C++11+ code without relying on C++23 <stacktrace>
  • you want exception traces via CPPTRACE_TRY/CPPTRACE_CATCH
  • you need cross-platform support including MinGW and Cygwin
  • you want a simple, self-contained, MIT-licensed library

When to avoid

  • you need stack traces in languages other than C/C++
  • you require C++20/23 std::stacktrace and can rely on standard library support
  • you need a full profiler or performance analysis tool rather than diagnostics

Facets

library · maturity active

developer-tools error-handling logging developer-tools cross-platform windows cpp cross-platform stacktrace backtrace debugging diagnostics c-plus-plus exception-handling c-api linux macos

1 source

Member repositories

RepositoryRoleHealth v2
jeremy-rifkin/cpptracemain63

For agents

markdown · JSON · MCP: product_card(name="jeremy-rifkin/cpptrace")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem