Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TransferTransaction fails with segmentation violation error #998

Closed
0xivanov opened this issue Jul 10, 2024 · 1 comment
Closed

TransferTransaction fails with segmentation violation error #998

0xivanov opened this issue Jul 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@0xivanov
Copy link
Contributor

Description

[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x9b0d6e]

goroutine 14776 [running]:
github.com/hashgraph/hedera-sdk-go/v2.(*_ManagedNetwork)._ReadmitNodes(0xc0001a2f18)
        /go/pkg/mod/github.com/hashgraph/hedera-sdk-go/[email protected]/managed_network.go:136 +0x24e
github.com/hashgraph/hedera-sdk-go/v2.(*_ManagedNetwork)._GetNumberOfNodesForTransaction(0xc0001a2f18)
        /go/pkg/mod/github.com/hashgraph/hedera-sdk-go/[email protected]/managed_network.go:144 +0x25
github.com/hashgraph/hedera-sdk-go/v2.(*_Network)._GetNodeAccountIDsForExecute(0xc0001a2f18)
        /go/pkg/mod/github.com/hashgraph/hedera-sdk-go/[email protected]/network.go:151 +0x7a
github.com/hashgraph/hedera-sdk-go/v2._TransactionFreezeWith(0xc000553c00, 0xc0001a2f00, 0xc0003d2cb0)
        /go/pkg/mod/github.com/hashgraph/hedera-sdk-go/[email protected]/transaction.go:505 +0x78
github.com/hashgraph/hedera-sdk-go/v2.(*TransferTransaction).FreezeWith(0xc000553c00, 0xc0001a2f00)

Steps to reproduce

Additional context

No response

Hedera network

mainnet

Version

2.40.0

Operating system

None

@0xivanov 0xivanov added the bug Something isn't working label Jul 10, 2024
@0xivanov 0xivanov self-assigned this Jul 10, 2024
@0xivanov 0xivanov changed the title TransferTransaction fail with segmentation violation error TransferTransaction fails with segmentation violation error Jul 10, 2024
@0xivanov
Copy link
Contributor Author

Fixed in #765

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant