core dumped - segmentation fault - multichain-cli

+1 vote

Hi team,

I 'm running one single node of multichain on ubuntu 16.04. Everything was working fine but suddenly I 'm seeing 

ubuntu:Downloads ashish$ ch)`get': multichain-cli chain1 getwalletinfo
Segmentation fault (core dumped)

My multichain is still running fine as I 'm calling sendassetfrom remotelty and I can see the transactions getting commited. 

But the CLI throwing segmentation faults. I can't find any cores nor seeing any errors in debug.log while this happens. 

Please help.

 

 

asked Dec 2, 2017 by ashish235

1 Answer

0 votes

It looks like you are running some ch command here rather than multichain-cli directly, perhaps that is the cause. Can you just run: multichain-cli chain1 getwalletinfo – and see if that solves the problem

answered Dec 4, 2017 by MultiChain
This might happen in case some of the log file is to large. Please check the debug.log  and delete it if it's to large.
...