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

VM Issues #131

Closed
androlo opened this issue Aug 26, 2015 · 0 comments
Closed

VM Issues #131

androlo opened this issue Aug 26, 2015 · 0 comments
Assignees
Labels
T:bug Type Bug (Confirmed)

Comments

@androlo
Copy link

androlo commented Aug 26, 2015

Suicide not followed by STOP causes errors.

Added in the stop but then got this instead:

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x5fb6cd]

goroutine 176 [running]:
github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/state.(*BlockCache).Sync(0xc20a019f80)
    /home/andreas/go/src/github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/state/block_cache.go:181 +0x1a1d
github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/state.execBlock(0xc2083c2270, 0xc20821c720, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
    /home/andreas/go/src/github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/state/execution.go:100 +0x68c
github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/state.(*State).ComputeBlockStateHash(0xc20801ed00, 0xc20821c720, 0x0, 0x0)
    /home/andreas/go/src/github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/state/state.go:137 +0x89
github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/consensus.(*ConsensusState).createProposalBlock(0xc208072dc0, 0xc20821c720, 0x0)
    /home/andreas/go/src/github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/consensus/state.go:645 +0x399
github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/consensus.(*ConsensusState).decideProposal(0xc208072dc0, 0x121, 0x0)
    /home/andreas/go/src/github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/consensus/state.go:578 +0xa35
github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/consensus.(*ConsensusState).EnterPropose(0xc208072dc0, 0x121, 0x0)
    /home/andreas/go/src/github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/consensus/state.go:563 +0xdc9
created by github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/consensus.(*ConsensusState).EnterNewRound
    /home/andreas/go/src/github.com/eris-ltd/eris-db/Godeps/_workspace/src/github.com/tendermint/tendermint/consensus/state.go:523 +0xa4a

Also BALANCE causes exception if account not found. Rather it just pushed 0 onto the stack since that's how it's supposed to behave according to the YP.

@ebuchman ebuchman self-assigned this Aug 26, 2015
This was referenced Aug 26, 2015
@ebuchman ebuchman added the T:bug Type Bug (Confirmed) label Aug 27, 2015
@jaekwon jaekwon closed this as completed Dec 6, 2015
ebuchman pushed a commit that referenced this issue Jun 20, 2018
liamsi pushed a commit to liamsi/tendermint that referenced this issue Jun 21, 2018
* Remove error from priv.PubKey()

* Update changelog
QuantumExplorer pushed a commit to QuantumExplorer/tendermint that referenced this issue Sep 10, 2021
faddat pushed a commit to faddat/tendermint that referenced this issue Nov 23, 2022
…rmint#131)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.32.0 to 1.33.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.32.0...v1.33.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tenony pushed a commit to DeBankDeFi/tendermint that referenced this issue Mar 15, 2023
* ci: Fix stalebot config (tendermint#131)

I noticed that stalebot wasn't respecting our `wip` label, only to realize I hadn't yet updated its config.

---

#### PR checklist

- [x] Tests written/updated, or no tests needed
- [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [x] Updated relevant documentation (`docs/`) and code comments, or no
      documentation updates needed

(cherry picked from commit 9975bc8)

# Conflicts:
#	.github/workflows/stale.yml

* Resolve conflicts

Signed-off-by: Thane Thomson <connect@thanethomson.com>

Signed-off-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: Thane Thomson <connect@thanethomson.com>
firelizzard18 pushed a commit to AccumulateNetwork/tendermint that referenced this issue Nov 24, 2023
I noticed that stalebot wasn't respecting our `wip` label, only to realize I hadn't yet updated its config.

---

#### PR checklist

- [x] Tests written/updated, or no tests needed
- [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [x] Updated relevant documentation (`docs/`) and code comments, or no
      documentation updates needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:bug Type Bug (Confirmed)
Projects
None yet
Development

No branches or pull requests

3 participants