Created
November 5, 2023 09:16
-
-
Save felix021/d9e987e9cfb383aebaecbaacb81c9065 to your computer and use it in GitHub Desktop.
frugal-case-goroutine-stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 0x0000000008fc153f in runtime.asyncPreempt2 | |
at /opt/tiger/tango1_19_stretch/src/runtime/preempt.go:310 | |
1 0x0000000008ff92db in runtime.asyncPreempt | |
at /opt/tiger/tango1_19_stretch/src/runtime/preempt_amd64.s:50 | |
2 0x000000000a423309 in github.com/chenzhuoyu/iasm/x86_64.(*Label).offset | |
at /opt/tiger/compile_path/pkg/mod/github.com/chenzhuoyu/[email protected]/x86_64/operands.go:99 | |
3 0x000000000a423309 in github.com/chenzhuoyu/iasm/x86_64.(*Program).Assemble | |
at /opt/tiger/compile_path/pkg/mod/github.com/chenzhuoyu/[email protected]/x86_64/program.go:509 | |
4 0x000000000a45bbe5 in github.com/cloudwego/frugal/internal/atm/pgen.(*CodeGen).Generate | |
at /opt/tiger/compile_path/pkg/mod/github.com/cloudwego/[email protected]/internal/atm/pgen/pgen_amd64.go:399 | |
... | |
10 0x000000000a48ded2 in github.com/cloudwego/frugal/internal/binary/encoder.resolve | |
at /opt/tiger/compile_path/pkg/mod/github.com/cloudwego/[email protected]/internal/binary/encoder/encoder.go:69 | |
11 0x000000000a48dd46 in github.com/cloudwego/frugal/internal/binary/encoder.encode | |
at /opt/tiger/compile_path/pkg/mod/github.com/cloudwego/[email protected]/internal/binary/encoder/encoder.go:50 | |
12 0x000007ff00ac527a in ??? | |
at ?:-1 | |
13 0x000000000a48dd8e in github.com/cloudwego/frugal/internal/binary/encoder.encode | |
at /opt/tiger/compile_path/pkg/mod/github.com/cloudwego/[email protected]/internal/binary/encoder/encoder.go:53 | |
14 0x000000000a48e1a6 in github.com/cloudwego/frugal/internal/binary/encoder.EncodeObject | |
at /opt/tiger/compile_path/pkg/mod/github.com/cloudwego/[email protected]/internal/binary/encoder/encoder.go:127 | |
15 0x000000000a48e039 in github.com/cloudwego/frugal/internal/binary/encoder.EncodedSize | |
at /opt/tiger/compile_path/pkg/mod/github.com/cloudwego/[email protected]/internal/binary/encoder/encoder.go:111 | |
16 0x000000000ee4ec6c in github.com/cloudwego/frugal.EncodedSize | |
at /opt/tiger/compile_path/pkg/mod/github.com/cloudwego/[email protected]/frugal.go:27 | |
... | |
26 0x000000000c29e1aa in github.com/cloudwego/kitex/client.rpcTimeoutMW.func1.1.1 | |
at /opt/tiger/compile_path/pkg/mod/github.com/cloudwego/[email protected]/client/rpctimeout.go:131 | |
27 0x000000000c28ffec in github.com/cloudwego/kitex/internal/wpool.(*Pool).GoCtx.func1 | |
at /opt/tiger/compile_path/pkg/mod/github.com/cloudwego/[email protected]/internal/wpool/pool.go:101 | |
28 0x0000000008ff7c41 in runtime.goexit | |
at /opt/tiger/tango1_19_stretch/src/runtime/asm_amd64.s:1594 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment