Skip to content
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

pahole crashes on 32bit with large number of CPUs #54

Open
hramrach opened this issue Aug 20, 2024 · 0 comments
Open

pahole crashes on 32bit with large number of CPUs #54

hramrach opened this issue Aug 20, 2024 · 0 comments

Comments

@hramrach
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant