truffle
truffle copied to clipboard
Truffle migrate throwing Error "*** stack smashing detected ***: terminated"
Issue
Truffle migrate is showing error "*** stack smashing detected ***: terminated"
Steps to Reproduce
Going through https://besu.hyperledger.org/stable/private-networks/tutorials/quickstart#generate-the-tutorial-blockchain-configuration-files
- Run "truffle migrate --network quickstartWallet"
Expected Behavior
Compile successfully and able to bring up the network
Actual Results
Truffle migrate is showing error "*** stack smashing detected ***: terminated".
Attached with the screenshot
Environment
- Operating System:
- Ethereum client: Hyperledger Besu
- Truffle version (
truffle version
): v5.11.0 (core: 5.11.0) - node version (
node --version
): v18.16.1 - npm version (
npm --version
): v9.5.1
Any idea? Thanks
Thanks for reporting this, we'll have to try and reproduce this on our end.