Created
June 9, 2020 18:51
-
-
Save siddjain/9fd2c6ab44d86a7e51f6c097d12012c0 to your computer and use it in GitHub Desktop.
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
(dlv) stack | |
0 0x0000000004ea7d7d in github.com/hyperledger/fabric/core/chaincode.(*RuntimeLauncher).Launch | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/chaincode/runtime_launcher.go:71 | |
1 0x0000000004e8fbe9 in github.com/hyperledger/fabric/core/chaincode.(*ChaincodeSupport).Launch | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:84 | |
2 0x0000000004e915f4 in github.com/hyperledger/fabric/core/chaincode.(*ChaincodeSupport).Invoke | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:197 | |
3 0x0000000004e9097b in github.com/hyperledger/fabric/core/chaincode.(*ChaincodeSupport).Execute | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/chaincode/chaincode_support.go:155 | |
4 0x0000000004eff767 in github.com/hyperledger/fabric/core/endorser.(*SupportImpl).Execute | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/endorser/support.go:126 | |
5 0x0000000004ef3dd4 in github.com/hyperledger/fabric/core/endorser.(*Endorser).callChaincode | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/endorser/endorser.go:114 | |
6 0x0000000004ef4afe in github.com/hyperledger/fabric/core/endorser.(*Endorser).SimulateProposal | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/endorser/endorser.go:173 | |
7 0x0000000004ef7680 in github.com/hyperledger/fabric/core/endorser.(*Endorser).ProcessProposalSuccessfullyOrError | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/endorser/endorser.go:377 | |
8 0x0000000004ef671c in github.com/hyperledger/fabric/core/endorser.(*Endorser).ProcessProposal | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/endorser/endorser.go:320 | |
9 0x0000000004eb4119 in github.com/hyperledger/fabric/core/handlers/auth/filter.(*expirationCheckFilter).ProcessProposal | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/handlers/auth/filter/expiration.go:61 | |
10 0x0000000004eb431a in github.com/hyperledger/fabric/core/handlers/auth/filter.(*filter).ProcessProposal | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/core/handlers/auth/filter/filter.go:32 | |
11 0x0000000004710e18 in github.com/hyperledger/fabric/vendor/github.com/hyperledger/fabric-protos-go/peer._Endorser_ProcessProposal_Handler.func1 | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/vendor/github.com/hyperledger/fabric-protos-go/peer/peer.pb.go:107 | |
12 0x0000000004e3631f in github.com/hyperledger/fabric/common/grpclogging.UnaryServerInterceptor.func1 | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/common/grpclogging/server.go:92 | |
13 0x0000000004806744 in github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1 | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:25 | |
14 0x0000000004e38e5e in github.com/hyperledger/fabric/common/grpcmetrics.UnaryServerInterceptor.func1 | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/common/grpcmetrics/interceptor.go:31 | |
15 0x0000000004806744 in github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1 | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:25 | |
16 0x0000000004806a4e in github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1 | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/vendor/github.com/grpc-ecosystem/go-grpc-middleware/chain.go:34 | |
17 0x0000000004705e2d in github.com/hyperledger/fabric/vendor/github.com/hyperledger/fabric-protos-go/peer._Endorser_ProcessProposal_Handler | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/vendor/github.com/hyperledger/fabric-protos-go/peer/peer.pb.go:109 | |
18 0x00000000046c2620 in github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).processUnaryRPC | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:995 | |
19 0x00000000046c6820 in github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).handleStream | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:1275 | |
20 0x00000000046d9d33 in github.com/hyperledger/fabric/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1 | |
at /Users/sjain68/go/src/github.com/hyperledger/fabric/vendor/google.golang.org/grpc/server.go:710 | |
21 0x000000000406a281 in runtime.goexit | |
at /usr/local/go/src/runtime/asm_amd64.s:1357 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment