Bitcoin Forum
May 07, 2024, 11:39:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoind V0.11.2.0 repeating crashes  (Read 1041 times)
xychix (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 1


View Profile
December 14, 2015, 12:09:42 PM
 #1

Hi all, my bitcoind keeps crashing....

some info on my box:
Code:
top - 13:06:47 up 4 days, 19:31,  1 user,  load average: 0.00, 0.01, 0.70
Tasks: 110 total,   1 running, 109 sleeping,   0 stopped,   0 zombie
%Cpu(s):  7.3 us,  0.7 sy,  2.7 ni, 87.4 id,  1.8 wa,  0.0 hi,  0.0 si,  0.0 st
KiB Mem:   8175888 total,  7523008 used,   652880 free,   135796 buffers
KiB Swap:  8386556 total,    11388 used,  8375168 free.  7000432 cached Mem

Code:
Linux bitcoind 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

version of bitcoind
Code:
bitcoind --help
Bitcoin Core Daemon version v0.11.2.0-g7e27892

tail of debug.log
Code:
2015-11-28 16:48:11 progress=0.985740  cache=39.1MiB(8766tx)
2015-12-14 11:38:27 UpdateTip: new best=000000000000000007fd4f41f6cf41178aa9ba1cf2a799df05eb166910bb0b48  height=385761  log2_work=83.662044  tx=94704709  date=2015-11-28 17:05:55 progress=0.985751  cache=41.7MiB(12217tx)
2015-12-14 11:38:28 Pre-allocating up to position 0xe00000 in rev00382.dat
2015-12-14 11:38:28 UpdateTip: new best=000000000000000004c5bf4fcad0564fed24cd2d6a037d8165906bdd2c53c2a3  height=385762  log2_work=83.662073  tx=94706921  date=2015-11-28 17:28:52 progress=0.985766  cache=46.4MiB(16125tx)
2015-12-14 11:38:30 UpdateTip: new best=0000000000000000038c0a06613c8867621243814384cebeddbc8e726ff6a007  height=385763  log2_work=83.662103  tx=94709169  date=2015-11-28 17:39:43 progress=0.985773  cache=53.0MiB(20466tx)
2015-12-14 11:38:30 UpdateTip: new best=00000000000000000e7b25b506cf4aa88886db77e36880a11c874b75ea013813  height=385764  log2_work=83.662132  tx=94709940  date=2015-11-28 17:49:39 progress=0.985779  cache=54.3MiB(21793tx)
2015-12-14 11:38:32 Corruption: block checksum mismatch
2015-12-14 11:38:32 *** System error while flushing: Database corrupted
2015-12-14 11:38:32 Error: Error: A fatal internal error occurred, see debug.log for details
2015-12-14 11:38:32 ERROR: ProcessNewBlock: ActivateBestChain failed
2015-12-14 11:38:32 opencon thread interrupt
2015-12-14 11:38:32 net thread interrupt
2015-12-14 11:38:32 addcon thread interrupt
2015-12-14 11:38:32 scheduler thread interrupt
2015-12-14 11:38:32 msghand thread interrupt
2015-12-14 11:38:32 Shutdown: In progress...
2015-12-14 11:38:32 RPCAcceptHandler: Error: Operation canceled
2015-12-14 11:38:32 StopNode()
2015-12-14 11:38:33 Corruption: block checksum mismatch
2015-12-14 11:38:33 *** System error while flushing: Database corrupted
2015-12-14 11:38:33 Error: Error: A fatal internal error occurred, see debug.log for details
2015-12-14 11:38:34 Shutdown: done


Does anyone have an idea how to get this fixed?
System should be capable of running this.
1715081965
Hero Member
*
Offline Offline

Posts: 1715081965

View Profile Personal Message (Offline)

Ignore
1715081965
Reply with quote  #2

1715081965
Report to moderator
1715081965
Hero Member
*
Offline Offline

Posts: 1715081965

View Profile Personal Message (Offline)

Ignore
1715081965
Reply with quote  #2

1715081965
Report to moderator
1715081965
Hero Member
*
Offline Offline

Posts: 1715081965

View Profile Personal Message (Offline)

Ignore
1715081965
Reply with quote  #2

1715081965
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6631


Just writing some code


View Profile WWW
December 14, 2015, 12:35:53 PM
 #2

You have to do a full resync by deleting all of the blk files in the data directory. One of the blocks downloaded is corrupted.

xychix (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 1


View Profile
December 14, 2015, 12:46:09 PM
 #3

You have to do a full resync by deleting all of the blk files in the data directory. One of the blocks downloaded is corrupted.

howly f#kc, means I'll have to restart downloading the 52 GB's?
it already happened after ~16 gig's of downloading, now I've just reached 52 GB (should be about all). Isn't there any other way to checksum the blocks and replace the faulty ones?
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6631


Just writing some code


View Profile WWW
December 14, 2015, 01:09:17 PM
 #4

You have to do a full resync by deleting all of the blk files in the data directory. One of the blocks downloaded is corrupted.

howly f#kc, means I'll have to restart downloading the 52 GB's?
it already happened after ~16 gig's of downloading, now I've just reached 52 GB (should be about all). Isn't there any other way to checksum the blocks and replace the faulty ones?

I think (not entirely sure) that if you can figure out which blk file contains the block in question then you can just delete that and it will pull the correct block. I'm not sure if that will work though. Doing that will still cause a reindex but that takes significantly less time to do than a full resync.

Schleicher
Hero Member
*****
Offline Offline

Activity: 675
Merit: 513



View Profile
December 15, 2015, 09:53:58 PM
 #5

Looks like this is the same problem I have:
https://bitcointalk.org/index.php?topic=1152996

I have given up now. It simply doesn't work here.

z0rg1nc
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
December 15, 2015, 11:19:13 PM
 #6

Confirm, had the same issue with 0.11.1.0 around 24 hr ago. Reported more info in former post topic.

Looking the cheapest and fastest microtransactions?They are already here
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6631


Just writing some code


View Profile WWW
December 15, 2015, 11:23:18 PM
 #7

Looks like this is the same problem I have:
https://bitcointalk.org/index.php?topic=1152996

I have given up now. It simply doesn't work here.
I guess you should try submitting a bug report. The devs don't seem to check here very often so if you open up an issue on github you might find more help or they will fix the problem.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!