-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
trap invalid opcode / illegal instruction (core dumped) #6220
Comments
Could you try running |
Before that can you open it in a debugger and print the stacktrace?
I believe we build dist binaries with RUSTFLAGS=native so it depends on the CI runners' CPU |
oh? I don't think we should do that |
Is the backtrace of gdb what you're looking for?
|
awesome, this helped narrow it down to blst, which conditions on the platform Let's introduce a |
PR here: ethereum/c-kzg-4844#389 |
This issue is stale because it has been open for 21 days with no activity. |
Describe the bug
When starting reth on an Intel i5-4278U it crashes du to an invalid opcode. Is the CPU too old?
Here's how the start looks like:
dmesg:
Steps to reproduce
Node logs
No response
Platform(s)
Linux (x86)
What version/commit are you on?
alpha16
What database version are you on?
(default)
What type of node are you running?
Full via --full flag
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: