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
TL;DR: -j default should be limited when running on a 32bit platform.
When building an armv7 distribution kernel 'natively' running full 32bit userspace on an arm64 machine with 160 CPU threads pahole reliably crashes when generating BTF for vmlinux. Of course, cross-compiling using 64bit toolchain, using reduced configuration targeted to a specific machine, or manually passing a -j argument are possible workarounds.
However, the default is for pahole to crash.
The text was updated successfully, but these errors were encountered:
TL;DR: -j default should be limited when running on a 32bit platform.
When building an armv7 distribution kernel 'natively' running full 32bit userspace on an arm64 machine with 160 CPU threads pahole reliably crashes when generating BTF for vmlinux. Of course, cross-compiling using 64bit toolchain, using reduced configuration targeted to a specific machine, or manually passing a -j argument are possible workarounds.
However, the default is for pahole to crash.
The text was updated successfully, but these errors were encountered: