Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/maruel/panicparse
/ functions
Functions
745 in github.com/maruel/panicparse
⨍
Functions
745
◇
Types & classes
31
↓ 1 callers
Function
recurse71
()
cmd/panic/main.go:542
↓ 1 callers
Function
recurse72
()
cmd/panic/main.go:543
↓ 1 callers
Function
recurse73
()
cmd/panic/main.go:544
↓ 1 callers
Function
recurse74
()
cmd/panic/main.go:545
↓ 1 callers
Function
recurse75
()
cmd/panic/main.go:546
↓ 1 callers
Function
recurse76
()
cmd/panic/main.go:547
↓ 1 callers
Function
recurse77
()
cmd/panic/main.go:548
↓ 1 callers
Function
recurse78
()
cmd/panic/main.go:549
↓ 1 callers
Function
recurse79
()
cmd/panic/main.go:550
↓ 1 callers
Function
recurse80
()
cmd/panic/main.go:551
↓ 1 callers
Function
recurse81
()
cmd/panic/main.go:552
↓ 1 callers
Function
recurse82
()
cmd/panic/main.go:553
↓ 1 callers
Function
recurse83
()
cmd/panic/main.go:554
↓ 1 callers
Function
recurse84
()
cmd/panic/main.go:555
↓ 1 callers
Function
recurse85
()
cmd/panic/main.go:556
↓ 1 callers
Function
recurse86
()
cmd/panic/main.go:557
↓ 1 callers
Function
recurse87
()
cmd/panic/main.go:558
↓ 1 callers
Function
recurse88
()
cmd/panic/main.go:559
↓ 1 callers
Function
recurse89
()
cmd/panic/main.go:560
↓ 1 callers
Function
recurse90
()
cmd/panic/main.go:561
↓ 1 callers
Function
recurse91
()
cmd/panic/main.go:562
↓ 1 callers
Function
recurse92
()
cmd/panic/main.go:563
↓ 1 callers
Function
recurse93
()
cmd/panic/main.go:564
↓ 1 callers
Function
recurse94
()
cmd/panic/main.go:565
↓ 1 callers
Function
recurse95
()
cmd/panic/main.go:566
↓ 1 callers
Function
recurse96
()
cmd/panic/main.go:567
↓ 1 callers
Function
recurse97
()
cmd/panic/main.go:568
↓ 1 callers
Function
recurse98
()
cmd/panic/main.go:569
↓ 1 callers
Function
recurse99
()
cmd/panic/main.go:570
↓ 1 callers
Function
rerunWithFastCrash
()
cmd/panic/main.go:127
↓ 1 callers
Method
scan
scan scans one line, updates goroutines and move to the next state. Returns true if the line was processed and thus should not be printed out. TODO(
stack/context.go:472
↓ 1 callers
Function
showBanner
()
internal/main.go:184
↓ 1 callers
Method
similar
similar returns true if the two Signature are equal or almost but not quite equal.
stack/stack.go:702
↓ 1 callers
Function
similarSignatures
similarSignatures compares Signature to be similar enough. Warning: it mutates inputs.
stack/stack_test.go:445
↓ 1 callers
Function
snapshot
snapshot returns a Context based on the snapshot of the stacks of the current process.
stack/webstack/webstack.go:98
↓ 1 callers
Function
splitHost
(s string)
stack/html.go:203
↓ 1 callers
Function
srcURL
srcURL returns an URL to the sources. TODO(maruel): Support custom local godoc server as it serves files too.
stack/html.go:119
↓ 1 callers
Function
sysHang
()
cmd/panicweb/main_unix.go:11
↓ 1 callers
Function
wrapPanic
wrapPanic is a http.Handler middleware that traps panics and print it out to os.Stdout.
stack/example_test.go:292
↓ 1 callers
Function
writeBucketsToConsole
(out io.Writer, p *Palette, a *stack.Aggregated, pf pathFormat, needsEnv bool, filter, match *regexp.Regexp)
internal/main.go:66
↓ 1 callers
Function
writeGoroutinesToConsole
(out io.Writer, p *Palette, s *stack.Snapshot, pf pathFormat, needsEnv bool, filter, match *regexp.Regexp)
internal/main.go:86
↓ 1 callers
Function
zapArgs
(t *testing.T, want, got *Args)
stack/stack_test.go:492
↓ 1 callers
Function
zapGoroutines
(t *testing.T, want, got []*Goroutine)
stack/stack_test.go:430
↓ 1 callers
Function
zapPointers
zapPointers zaps out pointers in got.
stack/source_test.go:1637
↓ 1 callers
Function
zapPointersInArgs
(t *testing.T, want, got Args)
stack/source_test.go:1656
Function
BenchmarkAggregate
(b *testing.B)
stack/bucket_test.go:366
Function
BenchmarkAggregated_ToHTML
(b *testing.B)
stack/html_test.go:265
Function
BenchmarkScanSnapshot_Guess
(b *testing.B)
stack/context_test.go:2185
Function
BenchmarkScanSnapshot_NoGuess
(b *testing.B)
stack/context_test.go:2201
Function
BenchmarkScanSnapshot_Passthru
(b *testing.B)
stack/context_test.go:2217
Function
BenchmarkSnapshotHandle
(b *testing.B)
stack/webstack/webstack_test.go:116
Function
ExampleSnapshotHandler
()
stack/webstack/example_test.go:18
Function
ExampleSnapshotHandler_complex
()
stack/webstack/example_test.go:25
Function
Example_hTML
Converts a stack trace from os.Stdin into HTML on os.Stdout, discarding everything else.
stack/example_test.go:156
Function
Example_httpHandlerMiddleware
Registers a middleware to trap exceptions and report them on http.Handler. For demonstration purposes, start a web server that panics and call into i
stack/example_test.go:190
Function
Example_simple
A sample parseStack function expects a stdlib stacktrace from runtime.Stack or debug.Stack and returns the parsed stack object.
stack/example_test.go:168
Function
Example_stream
Process multiple consecutive goroutine snapshots.
stack/example_test.go:131
Function
Example_text
Runs a crashing program and converts it to a dense text format like pp does.
stack/example_test.go:29
Method
Less
(i, j int)
stack/stack.go:870
Function
Panic
Panic panics.
cmd/panic/internal/incorrect/correct.go:10
Method
String
()
stack/state_string.go:36
Method
String
()
stack/location_string.go:23
Method
String
String returns Complete.
stack/stack.go:109
Method
Swap
(i, j int)
stack/stack.go:869
Function
TestAggregateAggressive
(t *testing.T)
stack/bucket_test.go:152
Function
TestAggregateDeadlockPanic
(t *testing.T)
stack/bucket_test.go:207
Function
TestAggregateExactMatching
(t *testing.T)
stack/bucket_test.go:90
Function
TestAggregateNotAggressive
(t *testing.T)
stack/bucket_test.go:17
Function
TestAggregated_ToHTML_1Bucket
(t *testing.T)
stack/html_test.go:36
Function
TestAggregated_ToHTML_1Bucket_Footer
(t *testing.T)
stack/html_test.go:56
Function
TestAggregated_ToHTML_2Buckets
(t *testing.T)
stack/html_test.go:22
Function
TestArgs
(t *testing.T)
stack/stack_test.go:231
Function
TestAtou
(t *testing.T)
stack/context_test.go:2129
Function
TestAugment
(t *testing.T)
stack/source_test.go:29
Function
TestAugmentErr
(t *testing.T)
stack/source_test.go:1463
Function
TestBucketHeader
(t *testing.T)
internal/ui_test.go:68
Function
TestCalcBucketsLengths
(t *testing.T)
internal/ui_test.go:37
Function
TestCallPkg
(t *testing.T)
stack/stack_test.go:81
Function
TestFuncInit
(t *testing.T)
stack/stack_test.go:20
Function
TestGenerate
(t *testing.T)
stack/html_test.go:69
Function
TestGetGOPATHs
(t *testing.T)
stack/context_test.go:1427
Function
TestGetSrcBranchURL
TestGetSrcBranchURL also tests pkgURL and srcURL and symbol.
stack/html_test.go:82
Function
TestGoRun
(t *testing.T)
stack/context_test.go:1651
Function
TestGomoduleComplex
TestGomoduleComplex is an integration test that creates a non-trivial tree of go modules using the "replace" statement.
stack/context_test.go:1454
Function
TestIsGomodule
(t *testing.T)
stack/context_test.go:2107
Function
TestLineToByteOffsets
(t *testing.T)
stack/source_test.go:1584
Function
TestMain
TestMain manages a temporary directory to build on first use ../cmd/panic and clean up at the end.
stack/stack_test.go:580
Function
TestMain
(m *testing.M)
internal/main_test.go:139
Function
TestMain
(t *testing.T)
cmd/panic/main_test.go:13
Function
TestMainFn
(t *testing.T)
internal/main_test.go:122
Function
TestPanic
TestPanic runs github.com/maruel/panicparse/v2/cmd/panic with every supported panic modes.
stack/context_test.go:1730
Function
TestPanicweb
TestPanicweb implements the parsing of panicweb output. panicweb is a separate binary from the rest of panic because importing the "net" package caus
stack/context_test.go:2045
Function
TestProcess
(t *testing.T)
internal/main_test.go:24
Function
TestProcessTwoSnapshots
(t *testing.T)
internal/main_test.go:92
Function
TestScanSnapshotErr
(t *testing.T)
stack/context_test.go:26
Function
TestScanSnapshotSynthetic
(t *testing.T)
stack/context_test.go:40
Function
TestScanSnapshotSyntheticTwoSnapshots
(t *testing.T)
stack/context_test.go:1336
Function
TestSignature
(t *testing.T)
stack/stack_test.go:274
Function
TestSignature_Equal
(t *testing.T)
stack/stack_test.go:284
Function
TestSignature_Less
(t *testing.T)
stack/stack_test.go:310
← previous
next →
601–700 of 745, ranked by callers