runtimeverification / runtimeverification/haskell-backend
Branch returned although one of the next states simplifies to #bottom
Open
@jberthold is already working on this.
Since Apr 10, 2024.
- Dominant language
- Haskell
- Stars
- 224
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
On slack, Petar reported a problem where a branch result returned by (both kore-rpc and) kore-rpc-booster contains two next-states, but one of them simplifies to #Bottom with an isolated simplify request.
This is caused by kore-rpc execution not discovering the #Bottom-ness of this state, otherwise execution would continue.
Observed behaviour:
- Execution stops and a
Branchingresult is returned. One of the states innext-statessimplifies to#Bottomin a subsequentsimplifyrequest.
Expected behaviour:
- Execution should continue with the non-bottom alternative of the branch.
- to protect against this behaviour in
kore-rpc-booster, modify thepostExecSimplifymechanism to detect this case and continue execution. - reproduce this result with
kore-rpcand investigate why the bottom state is not found
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.