Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo segfaults on Alpine Linux #78

Open
haarts opened this issue Dec 10, 2018 · 3 comments
Open

Demo segfaults on Alpine Linux #78

haarts opened this issue Dec 10, 2018 · 3 comments

Comments

@haarts
Copy link

haarts commented Dec 10, 2018

I've been able to get to the part where I could run start_demo.sh. When 'fred' wants to issue its first asset the elementsd daemon segfaults.
The offending command is: elements-cli -datadir=demo/data/fred issueasset 1000000 500 (started the daemon with elementsd -datadir=demo/data/fred).

@AkioNak
Copy link
Contributor

AkioNak commented Dec 11, 2018

@haarts Thank you for your report.

Would you show us the debug.log and elements.conf of fred, commit ids of elements and confidential-asset-demo , and version of Alpine Linux that this this segmentatin-faults has occured.

Files are located:
demo/data/fred/elements.conf
demo/data/fred/elementsregtest/debug.log

Elementsd shows ver. /commit id with following command:
$ elementsd --version | head -1

@haarts
Copy link
Author

haarts commented Dec 13, 2018

The version of Elementsd is Elements Core Daemon version v2.14.1.1-e2c858008. (My apologies, I should have added this in the first place.)

Fred's elementsd.conf:

cat demo/data/fred/elements.conf 
rpcuser=user
rpcpassword=pass
rpcport=10040
port=10041

connect=localhost:10001
regtest=1
daemon=0
listen=1
txindex=1
keypool=10
initialfreecoins=2100000000000000
assetdir=:AIRSKY
assetdir=:MELON
assetdir=:MONECRE

The debug log is a bit large, I've made it a gist: https://gist.github.com/haarts/0b729d707a11e01b9c0aaac067b75405

@haarts
Copy link
Author

haarts commented Dec 13, 2018

The demo SHA is dc2f5e8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants