Loading...
Loading...
nginx C module debugging guidelines based on the official nginx development guide. This skill should be used when debugging nginx C module crashes, memory bugs, request flow issues, or production problems. Triggers on tasks involving segfault analysis, coredump debugging, GDB inspection, memory leak detection, request phase tracing, AddressSanitizer setup, or nginx module troubleshooting.
npx skill4agent add pproenca/dot-skills nginx-c-module-debug| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Crash Diagnosis & Signals | CRITICAL | |
| 2 | Memory Bug Detection | CRITICAL | |
| 3 | GDB & Core Dump Analysis | HIGH | |
| 4 | Request Flow Tracing | HIGH | |
| 5 | Debug Logging Patterns | MEDIUM-HIGH | |
| 6 | State & Lifecycle Debugging | MEDIUM | |
| 7 | Dynamic Tracing Tools | MEDIUM | |
| 8 | Build & Sanitizer Configuration | LOW-MEDIUM | |
crash-segfault-signaturecrash-null-deref-patterncrash-double-free-finalizecrash-stack-overflowcrash-worker-exit-logcrash-error-page-redirectmemdbg-use-after-freememdbg-pool-leak-patternmemdbg-slab-corruptionmemdbg-cleanup-handler-leakmemdbg-buffer-overrunmemdbg-temp-pool-misusememdbg-valgrind-pool-tracegdb-coredump-setupgdb-attach-workergdb-backtrace-readgdb-inspect-requestgdb-memory-buffer-extractgdb-watchpoint-corruptiontrace-phase-handler-flowtrace-subrequest-treetrace-filter-chain-ordertrace-upstream-callback-seqtrace-event-handler-chaintrace-config-inheritancedbglog-debug-maskdbglog-debug-connectiondbglog-memory-bufferdbglog-log-action-stringdbglog-format-ngx-strstate-connection-lifecyclestate-upstream-state-machinestate-timer-leakstate-event-flag-debugstate-request-count-trackprobe-strace-syscallprobe-dtrace-requestprobe-systemtap-poolprobe-ebpf-latencyprobe-strace-fd-leakbuild-debug-flagsbuild-asan-configurebuild-single-processbuild-valgrind-suppressionsbuild-debug-palloc| File | Description |
|---|---|
| references/_sections.md | Category definitions and ordering |
| assets/templates/_template.md | Template for new rules |
| metadata.json | Version and reference information |