blockparser icon indicating copy to clipboard operation
blockparser copied to clipboard

Segmentation fault (core dumped)

Open bkoffler opened this issue 9 years ago • 3 comments

Hi - any thoughts on why i'm receiving this message or what i should look into to resolve?

ubuntu@xx:~/blockparser$ ./parser show

info: starting command "dumpTX" warning: no TX hashes specified, using the infamous 10K pizza TX Segmentation fault (core dumped)

Is the issue memory? I am running this on a mico EC2 instance and looking at your documentation the ram is probably way too low.

bkoffler avatar Feb 28 '16 19:02 bkoffler

Did anyone solve this problem? I have also encountered the same problem @bkoffler thx

Demontf avatar May 27 '17 14:05 Demontf

Hi - I ended up just creating my own program using the bitcoin core API calls - did the trick for me and wasn't too difficult to put together once I played around with it.

On May 27, 2017, at 10:34 AM, Demontf [email protected] wrote:

Did anyone solve this problem? I have also encountered the same problem @bkoffler thx

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

bkoffler avatar May 30 '17 13:05 bkoffler

I have already solve this problem by upgrading the memory to 128G, from the code more than 64G it's ok

Demontf avatar Jun 02 '17 07:06 Demontf