stacktrace

C++ library for storing and printing backtraces. (by boostorg)

Stacktrace Alternatives

Similar projects and alternatives to stacktrace

  1. linux

    Linux kernel source tree

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. AFLplusplus

    The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!

  4. honggfuzz

    Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)

  5. addr2line

    A cross-platform `addr2line` clone written in Rust, using `gimli`

  6. cpptrace

    Simple, portable, and self-contained stacktrace library for C++11 and newer

  7. gimli

    A library for reading and writing the DWARF debugging format (by gimli-rs)

  8. gdrcopy

    A fast GPU memory copy library based on NVIDIA GPUDirect RDMA technology

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. easyloggingpp

    C++ logging library. It is powerful, supports asynchronous low latency, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.

  11. libs

    purely educational, somewhat practical (by BrandonMFong)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better stacktrace alternative or higher similarity.

stacktrace discussion

Log in or Post with

stacktrace reviews and mentions

Posts with mentions or reviews of stacktrace. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-09.
  • 60x speed-up of Linux “perf”
    7 projects | news.ycombinator.com | 9 Sep 2021
    I do know Boost.Stacktrace calls addr2line too. From the code(https://github.com/boostorg/stacktrace/blob/develop/include/...), it seems Boost.Stacktrace also shells out to addr2line for every address. But in practice, I found the overhead of boost::stacktrace::stacktrace() is not as horrendous as my crappy implementation, which calls addr2line, too.

Stats

Basic stacktrace repo stats
1
460
7.8
11 days ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that C++ is
the 7th most popular programming language
based on number of references?