-
Notifications
You must be signed in to change notification settings - Fork 318
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
Comments
solveOutputScript has a memory leak |
Same issue |
./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)
The text was updated successfully, but these errors were encountered: