Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

System Error when running Ganache 2.5.4 on darwin #3540

Closed
Gyeonghun-Park opened this issue Dec 6, 2021 · 0 comments · Fixed by #5341
Closed

System Error when running Ganache 2.5.4 on darwin #3540

Gyeonghun-Park opened this issue Dec 6, 2021 · 0 comments · Fixed by #5341

Comments

@Gyeonghun-Park
Copy link

I got this error in Ganache when I tried to look at a transaction

I deployed my contract using the code below

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

contract Faucet {
    receive() external payable {}
}

And then I made the transaction using truffle console

truffle(development)> web3.eth.sendTransaction({from: "0x96c0f59553E87cc6d8bC9d6Ae9AA2eBdd52139cC", to: "0xcBBfEd902D898D2c35f46E632d491B1B53B3BB96", value: "10000000000000000000"})
{
  transactionHash: '0x77cfe7a30904bc626c0dd7dcbb4fbe35911e8e2bade49e31ef72209da5015ea4',
  transactionIndex: 0,
  blockHash: '0xbae82e4b2504630289365736a868aa72509ac946640dd4c2310f0eb27193bac5',
  blockNumber: 5,
  from: '0x96c0f59553e87cc6d8bc9d6ae9aa2ebdd52139cc',
  to: '0xcbbfed902d898d2c35f46e632d491b1b53b3bb96',
  gasUsed: 21033,
  cumulativeGasUsed: 21033,
  contractAddress: null,
  logs: [],
  status: true,
  logsBloom: '0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
}

I clicked on the transaction in the red box I got the bug.
Screen Shot 2021-12-06 at 11 45 48 PM

PLATFORM: darwin
GANACHE VERSION: 2.5.4

EXCEPTION:

TypeError: Cannot read property 'stack' of undefined
    at IpcMainImpl.<anonymous> (/webpack:/src/integrations/ethereum/index.js:96:31)
@davidmurdoch davidmurdoch transferred this issue from trufflesuite/ganache Dec 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant