This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Description
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