/Users/timmy/sdk/go1.22.0/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000089fe8 sp=0xc000089fe0 pc=0xf9a1ee1 created by runtime.createfing in goroutine 1 /Users/timmy/sdk/go1.22.0/src/runtime/mfinal.go:164 +0x3d goroutine 6 gp=0xc000332fc0 m=nil [GC worker (idle)]: run...
/usr/local/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000078fe8 sp=0xc000078fe0 pc=0x472f01 created by runtime.init.6 in goroutine 1 /usr/local/go/src/runtime/proc.go:314 +0x1a goroutine 3 gp=0xc000007180 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?,...
AI代码解释 go// 获取调用栈信息callers:=make([]uintptr,10)n:=runtime.Callers(0,callers)frames:=runtime.CallersFrames(callers[:n])// 逐帧处理调用栈信息for{frame,more:=frames.Next()fmt.Printf("Function: %s\nFile: %s\nLine: %d\n",frame.Function,frame.File,frame.Line)if!more{break...
/usr/src/runtime/asm_amd64.s:474 +0x8 fp=0xc00007e750 sp=0xc00007e740 pc=0x479a28 runtime.gcBgMarkWorker() /usr/src/runtime/mgc.go:1370 +0x1f2 fp=0xc00007e7e0 sp=0xc00007e750 pc=0x4237d2 runtime.goexit({}) /usr/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc00007e7e8 sp=...
| src/runtime/asm_amd64.s:1695 Wraps: (4) unexpected next=136 > rewound_next_raft_index=135 Error types: (1) *withstack.withStack (2) *assert.withAssertionFailure (3) *withstack.withStack (4) *errutil.leafError -- report composition: ...
src/runtime/asm_amd64.s in runtime.goexit at line 1695 google.golang.org/grpc/external/org_golang_google_grpc/server.go in google.golang.org/grpc.(*Server).serveStreams.func1.1 at line 947 google.golang.org/grpc/external/org_golang_google_grpc/server.go in google.golang.org/grpc.(...
| src/runtime/asm_amd64.s:1695 Wraps: (2) runtime error: invalid memory address or nil pointer dereference Error types: (1) *withstack.withStack (2) runtime.errorString -- report composition: runtime.errorString signal_windows.go:401: *withstack.withStack (top exception) ...
562 | runtime.goexit | src/runtime/asm_amd64.s:1695 Wraps: (3) × Error types: (1) *withstack.withStack (2) *withstack.withStack (3) *errutil.leafError -- report composition: *errutil.leafError: × log_writer.go:743: *withstack.withStack (top exception) panic.go:770: *with...
Software versions OS: golang:1.22.2-bullseye (docker image), ubuntu 22.04 Consumer Pact library: pact-go v2.0.4 Golang Version: go version go1.22.2 linux/amd64, go version go1.22.1 linux/amd64, go version go1.22.0 linux/amd64 Golang envi...
(*Stopper).RunAsyncTaskEx.func2 | pkg/util/stop/stopper.go:498 | runtime.goexit | src/runtime/asm_amd64.s:1695 Wraps: (2) runtime error: slice bounds out of range [:-8] Error types: (1) *withstack.withStack (2) runtime.boundsError -- report composition: runtime.boundsError ...