-
Notifications
You must be signed in to change notification settings - Fork 13
Description
This issue tracker is only for technical issues related to Dash Core.
General Dash questions and/or support requests and are best directed to the Dashpay Reddit.
To report critical security issues, email infosec@dash.org instead of creating Github issues.
Describe the issue
bench_zeroone does not finish
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
- run bench_zeroone
Expected behaviour
Tell us what should happen
bench_zeroone should finish
Actual behaviour
Tell us what happens instead
bench_zeroone does not finish
Screenshots.
If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.
Output from bench_zeroone:
#Benchmark,count,min,max,average,min_cycles,max_cycles,average_cycles
Base58CheckEncode,114688,0.000005732537829,0.000012499513105,0.000008897766488,18344,39999,28473
Base58Decode,393216,0.000002289736585,0.000003563633072,0.000002547894837,7327,11403,8153
Base58Encode,229376,0.000003515742719,0.000007341615856,0.000005036891837,11251,23493,16118
CCheckQueueSpeed,6144,0.000114226713777,0.000195927917957,0.000164919455225,365541,626985,527755
CCheckQueueSpeedPrevectorJob,512,0.001142561435699,0.003147330135107,0.002267281524837,3656257,10071694,7255487
CCoinsCaching,65536,0.000011122698197,0.000030841911212,0.000016168076399,35593,98697,51739
CoinSelection,352,0.002365998923779,0.003732815384865,0.002895672890273,7571407,11945344,9266394
bench_zeroone: bench/checkblock.cpp:49: void DeserializeAndCheckBlockTest(benchmark::State&): Assertion `CheckBlock(block, validationState, params, block.GetBlockTime())' failed.
Aborted (core dumped)
What version of Dash Core are you using?
List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.
0.12.3.4
Machine specs:
- OS: Ubuntu 16.04
- CPU: Xeon X5672
- RAM: 8 GB
- Disk size: 40 GB
- Disk Type (HD/SDD) SDD:
Any extra information that might be useful in the debugging process.
This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.
FYI, I'm also about to submit a pull-request to revise this template, along with some other zocifications to the markdown content in zocteam/zeroonecoin