-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[bug] 1.14.6 runtime error with intel-avx2 option #3337
Comments
Could you please share your config.log? |
For avx2 support, you have to build core with |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Thank you @edtubbs for information. Per @patricklodder request, I'm attaching my config.log I am also examining these logs and will check on the use of P.S. My Mac recently went kaput so I won't be able to address Mac-related issues in #3260 for a while. So I dug up my old Dell laptop instead 😎 |
Based on what I see in config.log, this is likely the cause. It would be good to test for that patch with
There's still review pending on #3308 - once that is done I'll propose something for the CI part of #3260 including that patch |
Hi, Thank you again for prompt responses. The issue is fixed when applying suggested patch, which I was able to re-create for Gentoo system like so:
which, as I understand it, boils down to commenting out I applied this patch to Since |
To me, the "bug" is simply a missing check during configuration, where we make sure that when someone custom compiles against a non-patched |
Hi, I have recently implemented this process gentoo/guru@5e67e95 Thank you, |
Hello!
Current behavior:
When launching either
dogecoin-qt
ordogecoind
I get the following error:dogecoin-qt: chainparams.cpp:160: CMainParams::CMainParams(): Assertion consensus.hashGenesisBlock == uint256S("0x1a91e3dace36e2be3bf030a65679fe821aa1d6ef92e7c9902eb318182c355691")' failed. Aborted
I discovered this issue after installing Dogecoin Core 1.14.6 from Gentoo's Guru overlay which automatically detects and sets
intel-avx2
option if avx2 CPU extension is available. So I kept getting above noted error on my Dell system withavx2
support on BTRFS filesystem that I set up Gentoo-based system on.Expected behavior
The application should start and run normally without this error with
intel-avx2
selection.Steps to reproduce:
This issue can likely be reproduced on BTRFS installation with CPU supporting
avx2
extension and usingwith-intel-avx2
configure option.Dogecoin Core version
1.14.6
Machine specs
Please note, the issue gets fixed if building Dogecoin Core without
intel-avx2
option on my system so, naturally, this option is the most likely cause of the problem.Thanks!
The text was updated successfully, but these errors were encountered: