-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlockedm.golden.json
44 lines (44 loc) · 1.25 KB
/
lockedm.golden.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"Errors": null,
"Goroutines": [
{
"ID": 7,
"State": "running",
"Wait": 0,
"LockedToThread": true,
"Stack": [
{
"Func": "testing.tRunner.func1.1",
"File": "/usr/local/Cellar/go/1.15.6/libexec/src/testing/testing.go",
"Line": 1072
},
{
"Func": "testing.tRunner.func1",
"File": "/usr/local/Cellar/go/1.15.6/libexec/src/testing/testing.go",
"Line": 1075
},
{
"Func": "panic",
"File": "/usr/local/Cellar/go/1.15.6/libexec/src/runtime/panic.go",
"Line": 969
},
{
"Func": "gopkg.in/DataDog/dd-trace-go.v1/profiler/internal/stackparse.TestParse_Example",
"File": "/Users/felix.geisendoerfer/go/src/github.com/DataDog/dd-trace-go/profiler/internal/stackparse/stackparse_test.go",
"Line": 21
},
{
"Func": "testing.tRunner",
"File": "/usr/local/Cellar/go/1.15.6/libexec/src/testing/testing.go",
"Line": 1123
}
],
"FramesElided": false,
"CreatedBy": {
"Func": "testing.(*T).Run",
"File": "/usr/local/Cellar/go/1.15.6/libexec/src/testing/testing.go",
"Line": 1168
}
}
]
}