Successfully compile bitcoin without errors, but get 'Abort trap: 6' when I run /.bitcoind on Mac OSX

0

1

I compile bitcoin successfully without errors, but get 'Abort trap: 6' when I run /.bitcoind

/bitcoin/src > ./bitcoind
Abort trap: 6

Building with master branch lastest commit: https://github.com/bitcoin/bitcoin/commit/99bc0b428b03b571afbc311b7f18fd3a707ac5af

Anderson

Posted 2017-11-17T08:46:51.390

Reputation: 115

Answers

0

I solve it by updating OSX and XCode to latest version, but still get 1 fail when running 'make check'(see issue: https://github.com/bitcoin/bitcoin/issues/11731#issuecomment-345811656).

Anderson

Posted 2017-11-17T08:46:51.390

Reputation: 115

0

I just had a problem with "Abort trap: 6". I found a bug wherein I was storing one place off the end of an array. When I fixed that the Abort trap: 6 went away. So I suggest looking for buffer overruns.

David Jacobson

Posted 2017-11-17T08:46:51.390

Reputation: 1