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

Gecko build hangs #1035

Open
llewelld opened this issue Oct 12, 2023 · 1 comment
Open

Gecko build hangs #1035

llewelld opened this issue Oct 12, 2023 · 1 comment

Comments

@llewelld
Copy link
Member

When building gecko with more than one process (i.e. setting -j<n> in the spedfile where <n> is greater than 1) allows the speed of the build to be improved.

However, it also results in the build sporadically hanging. Not every time, but quite often. Enough to make it more convenient (for me at least) to build with just a single process.

When building with a single process the hanging doesn't seem to happen at all.

The frequency of hangs seems to also depend on the target architecture.

It would be great to establish the underlying reason for this and fix it.

@voidanix
Copy link

You can consistently reproduce the hang with multiple jobs by stopping the sfdk build process with a CTRL-C.

FWIW, even when setting multiple jobs in the gecko-dev RPM spec, it seems that most of the compilation is done on one single core anyways.

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

2 participants