Please login or register.

"Bus error (core dumped)" on 0.9.1

Hello all,

As I've just written here, I cannot run the daemon on my machine anymore, after the mandatory update to .9.1. Could somebody please help?

Thank you!

Replies: 4
EhVedadoOAnonimato posted 8 years ago Replies: 1 | Weight: 0 | Link [ - ]

BTW, the core file is not only quite big to post here (>200Mb), as it contains identifying information of mine... :\

If there's an easy way for me to look into it and find the information necessary to solve the problem I'd appreciate. Otherwise I'll try just replacing whatever I found of text that could identify me.

Reply to: EhVedadoOAnonimato
moneromooo edited 8 years ago Replies: 1 | Weight: 0 | Link [ - ]

Run these:

gdb /path/to/bitmonerod /path/to/core

thread apply all bt

Paste the outpout, it will have paths which you may want to elide.

Bus error is usually triggered by unaligned memory access on platforms which do not support it. Which architecture are you on ?

Reply to: moneromooo EhVedadoOAnonimato
EhVedadoOAnonimato posted 8 years ago Weight: 0 | Link [ - ]

I'm on Ubuntu.

Sorry for the late reply. I got suspicious on my disk since my bitcoin blockchain all of the sudden also became corrupted. I recreated my Monero blockchain and restarted my Bitcoin blockchain out of a copy I had, and now both are running just fine.

EhVedadoOAnonimato posted 8 years ago Weight: 0 | Link [ - ]

Damn, another weird thing happened: my bitcoin node is not launching anymore. It wants to rebuild the blockchain.

Both blockchains are on the same HD. The HD is functional, I can write to and read from it. But perhaps it got partially corrupted?