awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesPanic Trace Parsers

Tools that transform raw runtime panic dumps into structured and readable formats.

Distinct from Stack Trace Readability Enhancers: Distinct from Readability Enhancers: focuses on the structural parsing of raw panic dumps rather than syntax transformation of existing traces.

Explore 1 awesome GitHub repository matching software engineering & architecture · Panic Trace Parsers. Refine with filters or upvote what's useful.

Awesome Panic Trace Parsers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • maruel/panicparseAvatar maruel

    maruel/panicparse

    3,711Vezi pe GitHub↗

    Panicparse is a toolset for Go crash analysis and runtime debugging. It functions as a panic stack trace parser, a race detector log parser, and a goroutine deduplicator designed to transform raw crash dumps and thread sanitizer output into structured, readable formats. The project distinguishes itself by converting complex stack traces into visual HTML reports with embedded source code. It reduces noise in highly parallelized processes by grouping identical goroutine stacks and prioritizes application code over standard library calls during parsing. The utility also covers live process moni

    Transforms raw Go panic dumps and race detector logs into structured, readable formats.

    Gocrashgopanic
    Vezi pe GitHub↗3,711
  1. Home
  2. Software Engineering & Architecture
  3. Stacks
  4. Stack Trace Formatters
  5. Stack Trace Readability Enhancers
  6. Panic Trace Parsers