This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
LLVM memory error crash on 2.0 #8290
Comments
There are two issues here.
|
Here is a backtrace from a test failure |
The test failure might be unrelated. Steven found a race condition which there is a PR (#8305) up to fix. However, I think the original issue reported here is probably something different. |
And Steven found another race condition, fixed by EOSIO/fc#125, which should fix the original reported problem on this issue. |
Resolved by #8311 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A few times now on Jungle running nodeos 2.0.0-rc2 (B1 packaged version) we have had nodeos crash with just this in the log:
LLVM ERROR: out of memory
Just before the crash our monitoring reports normal memory usage for the nodeos process (4-5GB with ~25GB free) so it doesn't seem to be a memory exhaustion issue. On the last crash we managed to get a core dump and here is a full backtrace:
gdb.log
The text was updated successfully, but these errors were encountered: