example: crash when trying to create an account
example: I tried to submit a transaction containing createAccount
and then stellar-core crashed
include actual example that causes the problem, if applicable (json or base64 encoded transaction for example)
example: it should not crash!
output of info
or tag/release you downloaded if you can't get info to work
example:
{
"info" : {
"build" : "v0.2.4-20-g5167ebe",
"ledger" : {
"age" : 4,
"closeTime" : 1447350367,
"hash" : "cfac9f704a48e71377e451a7b8acbcef51fb5f7dd9840ae741bea7030cb70e6c",
"num" : 694470
},
"network" : "Test SDF Network ; September 2015",
"numPeers" : 4,
"protocol_version" : 1,
"quorum" : {
"694469" : {
"agree" : 3,
"disagree" : 0,
"fail_at" : 2,
"hash" : "273af2",
"missing" : 0,
"phase" : "EXTERNALIZE"
}
},
"state" : "Synced!"
}
}
paste your configuration here
IMPORTANT: replace your PEER_SEED or any other information that you do not want to share with XXXXXXX
example: Linux Ubuntu 14.04.2 LTS
log location is normally defined in your log file something like stellar-core.log
If you can reproduce the issue locally, it's even better - gather the logs in debug (more verbose) by setting the log level in your configuration file with:
COMMANDS=[
"ll?level=debug"
]
example
2015-11-12T18:00:15.753 GDKXE [Herder DEBUG] emitEnvelope s:2 i:694683 a:Synced!
2015-11-12T18:00:15.753 GDKXE [Herder DEBUG] broadcast s:2 i:694683
2015-11-12T18:00:15.753 GDKXE [Herder DEBUG] HerderImpl::valueExternalized txSet: 2d7b96
2015-11-12T18:00:15.754 GDKXE [Herder INFO ] Quorum information for 694681 : {"agree":3,"disagree":0,"fail_at":2,"hash":"273af2","missing":0,"phase":"EXTERNALIZE"}
2015-11-12T18:00:15.754 GDKXE [Ledger INFO ] Got consensus: [seq=694683, prev=41900d, tx_count=0, sv: [ txH: 2d7b96, ct: 1447351216, upgrades: [ ] ]]
2015-11-12T18:00:15.754 GDKXE [Ledger DEBUG] starting closeLedger() on ledgerSeq=694683
2015-11-12T18:00:15.754 GDKXE [Ledger DEBUG] processing fees and sequence numbers
2015-11-12T18:00:15.755 GDKXE [Tx DEBUG] applyTransactions: ledger = 694683
2015-11-12T18:00:15.755 GDKXE [Bucket DEBUG] Deleting empty bucket file /data/tmp/bucket-5da00e572caabfa7/tmp-bucket-2d606ce437f41561.xdr
2015-11-12T18:00:15.755 GDKXE [Bucket DEBUG] Deleting empty bucket file /data/tmp/bucket-5da00e572caabfa7/tmp-bucket-5e6ef0a5fe4baefc.xdr
2015-11-12T18:00:15.755 GDKXE [Bucket DEBUG] Deleting empty bucket file /data/tmp/bucket-5da00e572caabfa7/tmp-bucket-fd6e8d0389dfa982.xdr
2015-11-12T18:00:15.755 GDKXE [Bucket DEBUG] Deleting empty bucket file /data/tmp/bucket-5da00e572caabfa7/tmp-bucket-fd1a7350fa32a5fc.xdr
2015-11-12T18:00:15.757 GDKXE [Ledger DEBUG] Advancing LCL: [seq=694682, hash=41900d] -> [seq=694683, hash=88dc48]
2015-11-12T18:00:15.757 GDKXE [Ledger DEBUG] New current ledger: seq=694684
If it's a crash, if you can paste the stack trace here. Stack traces may be obtained by attaching a debugger before the crash, or by opening core dumps (be sure to set ulimit -c unlimited
to generate core dumps).