You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After cosmwasm intiailization when the process receives a SIGINT signal (by pressing Ctrl+C), terrad will not receive the signal. If we trigger another signal. Program will be aborted with long stack trace from wasmd.
To Reproduce
Start terrad.
Interact cosmwasm by CLI or something.
Press Ctrl+C in terrad process (or send signal by kill -SIGINT ) and nothing happens.
Describe the bug
After cosmwasm intiailization when the process receives a SIGINT signal (by pressing Ctrl+C), terrad will not receive the signal. If we trigger another signal. Program will be aborted with long stack trace from wasmd.
To Reproduce
Context & versions
terrad >= v0.4.0-rc.0
(if applicable) suggested solution
Solution: wasmerio/wasmer@master...hanjukim:interrupt-signal-propagation
Discussion with Cosmwasm team: CosmWasm/wasmd#4
We will have to update wasmer-runtime-core > cosmwasm-vm > go-cosmwasm
The text was updated successfully, but these errors were encountered: