awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
maruel avatar

maruel/panicparse

0
View on GitHub↗
3,711 स्टार्स·103 फोर्क्स·Go·Apache-2.0·9 व्यूज़maruel.ca↗

Panicparse

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 monitoring through a web handler that serves real-time snapshots of active processes. Additional capabilities include resolving source file locations and extracting multiple sequential crash dumps from single log files.

Features

  • Panic Stack Trace Parsers - Transforms raw panic dumps and race detector output into a readable format that prioritizes application code.
  • Panic Trace Parsers - Transforms raw Go panic dumps and race detector logs into structured, readable formats.
  • Crash Report Generators - Generates visual HTML reports from Go stack traces with embedded source code for easier crash analysis.
  • Goroutine Stack Deduplicators - Groups identical Go stack traces to reduce noise and highlight recurring crash patterns.
  • HTTP Process Snapshots - Displays a real-time compacted snapshot of all active processes via a web handler for live debugging.
  • Goroutine Stack Deduplicators - Removes duplicate entries from complex panic logs to help identify the root cause of crashes in parallel processes.
  • Race Detector Log Parsers - Processes thread sanitizer logs to make race condition reports more readable and easier to manage.
  • Crash Deduplication and Triaging - Deduplicates crash reports by grouping identical goroutine stacks to highlight recurring patterns.
  • Root Cause Analysis - Provides tools to identify the primary failure points of Go application crashes using stack trace analysis.
  • Runtime Process Snapshot Serving - Exposes real-time snapshots of active processes through an HTTP interface for live debugging of the runtime.
  • Concurrency Debugging - Provides utilities for inspecting and troubleshooting asynchronous execution flows in highly parallelized Go applications.
  • Goroutine Stack Deduplication - Groups identical goroutine stacks to reduce noise and highlight recurring crash patterns in parallelized processes.
  • Race Detector Log Parsers - Processes thread sanitizer logs to make Go race detector output more readable and manageable.
  • Portable HTML Reports - Produces self-contained HTML reports that allow visual inspection of crash data without requiring a web server.
  • Go Debugging Utilities - Provides a web-based utility to inspect and diagnose the state of active Go processes during runtime.
  • Source Path Mapping - Maps binary stack frames to local filesystem paths for correct source code display during debugging.
  • Regex-Based Output Parsing - Uses regular expressions to extract structured diagnostic data from raw panic dumps and race detector output.
  • Stack Trace Source Augmentation - Includes relevant local source code snippets directly within the parsed stack output for faster debugging.
  • Source Resolvers - Resolves internal file paths to distinguish between project code, dependencies, and standard libraries.
  • Real Time Process Monitors - Serves real-time snapshots of active processes via a web handler for live status monitoring.
  • Stack Trace Visualizers - Provides a visual web representation of parsed stack traces to simplify browsing and sharing of crash reports.
  • General Utilities - Goroutine grouping and stack trace coloring.
  • General Utility Libraries - Groups and colors goroutine stack dumps.

स्टार हिस्ट्री

maruel/panicparse के लिए स्टार हिस्ट्री चार्टmaruel/panicparse के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

maruel/panicparse क्या करता है?

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.

maruel/panicparse की मुख्य विशेषताएं क्या हैं?

maruel/panicparse की मुख्य विशेषताएं हैं: Panic Stack Trace Parsers, Panic Trace Parsers, Crash Report Generators, Goroutine Stack Deduplicators, HTTP Process Snapshots, Race Detector Log Parsers, Crash Deduplication and Triaging, Root Cause Analysis।

maruel/panicparse के कुछ ओपन-सोर्स विकल्प क्या हैं?

maruel/panicparse के ओपन-सोर्स विकल्पों में शामिल हैं: go-errors/errors — errors is a Go error handling library and stack trace utility that wraps standard errors with execution call stacks… golang/vscode-go — This project is a language extension for VS Code that provides comprehensive Go language support. It functions as a… alexpantyukhin/go-pattern-match. afex/hystrix-go — This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services… abo/rerate. adelowo/onecache.

Panicparse के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Panicparse के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • go-errors/errorsgo-errors का अवतार

    go-errors/errors

    1,005GitHub पर देखें↗

    errors is a Go error handling library and stack trace utility that wraps standard errors with execution call stacks and contextual information. It captures program execution paths at the exact moment an error is initialized, extracting granular file paths, line numbers, and function symbols from raw program counter addresses. The library maintains parent-child relationships between wrapped errors to allow deep inspection, unwrapping of root causes, and combination of multiple errors into unified structures. It implements standard error interfaces so enhanced error objects can be used intercha

    Go
    GitHub पर देखें↗1,005
  • golang/vscode-gogolang का अवतार

    golang/vscode-go

    4,256GitHub पर देखें↗

    This project is a language extension for VS Code that provides comprehensive Go language support. It functions as a language server client, a debugger interface, and a toolchain manager to facilitate Go application development. The extension distinguishes itself by integrating a full suite of toolchain management capabilities, allowing for the installation and configuration of required binaries, linters, and compiler versions directly within the editor. It also provides deep integration for interactive debugging via Delve, supporting remote target debugging, process attachment, and program st

    TypeScriptdebuggergolangvisual-studio-code
    GitHub पर देखें↗4,256
  • adelowo/onecacheA

    adelowo/onecache

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • abo/rerateA

    abo/rerate

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • Panicparse के सभी 30 विकल्प देखें→