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

Stack smashing on closure #91

Open
Voelundr opened this issue Jul 6, 2018 · 2 comments
Open

Stack smashing on closure #91

Voelundr opened this issue Jul 6, 2018 · 2 comments

Comments

@Voelundr
Copy link

Voelundr commented Jul 6, 2018

./parser closure 06f1b66fa14429389cbffa656966993eab656f37

info: mem at start = 0.000 Gigs
info: starting command "closure"
info: Building address equivalence graph ...
info: loading block chain from directory: /data/bitcoin_blockchain
info: block chain size = 136.635 Gigs
info: initializing hash tables
info: estimated number of blocks = 1073.56K
info: estimated number of transactions = 277.30M
info: done initializing hash tables - mem = 0.000 Gigs
info: pass 1 -- walk all blocks and build headers ...
info: pass 1 -- took 4 secs, 488862 blocks, 136.64 Gigs, 34454.92 Megs/secs , 163235 early link misses, mem=0.000 Gigs
info: pass 2 -- link all blocks ...
warning: in block 000000000000000000c0e14634086cd654f6f9f0d32094f9b2f849b558522a14 failed to locate parent block 00000000000000000094b019fbdf854d1826e6dd839febfafbeef003572f99a3
warning: failed to locate parent block
warning: in block 0000000000000000003577298f671ddb9235bf826b64e43432ed24f1893c63ca failed to locate parent block 000000000000000000533ee3ee87273eac5ae709bcd26b42f46ed0ab5dd45069
warning: failed to locate parent block
warning: in block 0000000000000000009263878fd783b497ba48bcc351677cbcd9fe2b8eeab760 failed to locate parent block 000000000000000000d294e8cba6a7d5e1200f611b6d9027091dd6f5219db542
warning: failed to locate parent block
warning: in block 00000000000000000090e8c6356f4304a3bcceae2374bf3a1a90e30744f92587 failed to locate parent block 0000000000000000004e47eec2074bf81b9f3c0cb009496d003c959c6ba9ebde
warning: failed to locate parent block
warning: in block 000000000000000000bcaaefbee83a84d2f86968e5c13ddb303c8e6f1cfe83bb failed to locate parent block 00000000000000000081dbaadbccbd44f3f9c37f7727d9351b841d84b3c92dd1
warning: failed to locate parent block
warning: in block 0000000000000000003577298f671ddb9235bf826b64e43432ed24f1893c63ca failed to locate parent block 000000000000000000533ee3ee87273eac5ae709bcd26b42f46ed0ab5dd45069
warning: failed to locate parent block
info: pass 2 -- done, did 163236 late links
info: pass 3 -- wire longest chain ...
info: pass 3 -- done, maxHeight=488856
info: pass 4 -- full blockchain analysis (with index)...
*** stack smashing detected ***: ./parser terminatedmem = 0.000 Gig
Aborted (core dumped)

@salber
Copy link

salber commented Nov 2, 2018

solveOutputScript has a memory leak

@alex37529
Copy link

Same issue
warning: in block 0000000000000000002575234fd5d0e64f3136279dedfe56133ee91117f2d558 failed to locate parent block 000000000000000000275bd8ea62d34a88be77ad9fc87becaf5e42d68cb93f44
warning: failed to locate parent block
warning: in block 00000000000000000006bb987eee59253b7b951505aaa16a4c9f5bc5971da5d3 failed to locate parent block 0000000000000000001024fed22440df2d59515fd3163aac6a04ae7ee937f5e6
warning: failed to locate parent block
warning: in block 00000000000000000006bb987eee59253b7b951505aaa16a4c9f5bc5971da5d3 failed to locate parent block 0000000000000000001024fed22440df2d59515fd3163aac6a04ae7ee937f5e6
warning: failed to locate parent block
warning: in block 0000000000000000000105fc2fbf75b217e5e81e2ef15918d54961c98c2addaa failed to locate parent block 00000000000000000008184e120b6880e40762e1c2628fde2a77f73e9bcf5523
warning: failed to locate parent block
warning: in block 00000000000000000006bb987eee59253b7b951505aaa16a4c9f5bc5971da5d3 failed to locate parent block 0000000000000000001024fed22440df2d59515fd3163aac6a04ae7ee937f5e6
warning: failed to locate parent block
info: pass 2 -- done, did 206154 late links
info: pass 3 -- wire longest chain ...
info: pass 3 -- done, maxHeight=538270
info: pass 4 -- full blockchain analysis (with index)...
info: computing balance for all addresses
info: hit ^C to interrupt and dump current, valid state of ledger
info: 1 blocks, 0.000 MegaAddrs ,
*** stack smashing detected ***: ./parser terminated

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

3 participants