Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: induktor on July 06, 2015, 05:45:13 PM



Title: Error MinGW Runtime Assertion (core 0.10.2-win32)
Post by: induktor on July 06, 2015, 05:45:13 PM
Hello
Today in my secondary wallet (i run two full nodes, one on a server, 64 bit, that one is ok, the other is on a virtual machine on another server win32 this is the one with the issue) i get this error:

MinGW Runtime Assertion

Program: C:\program files\bitcoin\bitcoin-qt.exe
File: main.cpp,Line 1660

Expression: hashPrevBlock == view.GetBestBlock()

what is that?, never seen it before

i opened it again, it took a while reindexing but it's working now.
it happened right after an incoming payment, during the update.

am I ok?, should I do something?, is this a bug (should I report it?)
I have the screencap if it is of any use.
thank you!
indkt.


Title: Re: Error MinGW Runtime Assertion (core 0.10.2-win32)
Post by: achow101 on July 06, 2015, 06:01:35 PM
i opened it again, it took a while reindexing but it's working now.
it happened right after an incoming payment, during the update.
What update?

am I ok?, should I do something?, is this a bug (should I report it?)
I have the screencap if it is of any use.
thank you!
indkt.
You should be ok. I believe that the issue is caused by a mismatch between the block databases and block index. Reindexing everything should fix the problem.


Title: Re: Error MinGW Runtime Assertion (core 0.10.2-win32)
Post by: induktor on July 06, 2015, 09:35:02 PM
i opened it again, it took a while reindexing but it's working now.
it happened right after an incoming payment, during the update.
What update?
the client updating blocks from the network

am I ok?, should I do something?, is this a bug (should I report it?)
You should be ok. I believe that the issue is caused by a mismatch between the block databases and block index. Reindexing everything should fix the problem.
oh, that's why the program did a reindex the next time i load it.
so everything is ok then :), thank you