Error in multichaind: malloc(): memory corruption

+1 vote
I have a 3 node blockchain with a stream where I have added 2M items with random data off-chain (images). All the data is persistent, so I can bring down and up nodes without issues.

However, now I get this error when trying to bring up an existing node back using the persistent data it left when it was brought down:

https://gist.github.com/emedina/14cfec01ee898f7557ee4ba17fa60f3a

And I just cannot bring it back again.
asked Mar 7, 2019 by emedina

1 Answer

0 votes
 
Best answer
answered Mar 8, 2019 by MultiChain
selected Mar 8, 2019 by emedina
...