You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because 1x "make -j 16" leads to lower load than 16x "make -j 1".
If "nproc" returns 16 on your machine the buildloop.sh script will be started 16 times.
I'm a Ryzen linux user and wanted to try and reproduce what you are seeing with segfaults.
However, I noticed in buildloop.sh, you are using make -j 1
I'm surprised this is happening with only one thread, most reported the errors when using make -j 16 (for ryzens with 8 cores)
The text was updated successfully, but these errors were encountered: