-
Notifications
You must be signed in to change notification settings - Fork 93
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
Flatpak-builder exited with code 137, but plenty of un-use memory. #389
Comments
I have a theory this is somehow linked to using The Avogadro2 manifest above uses I have seen this trying to build PulseEffects, which used And lately in EasyEffects I have found just adding @TheEvilSkeleton has also observed this trying to build Tenacity locally (also uses My system is in no way actually out of memory. For whatever reason, the Flathub builders never seem to have this problem. I'm curious if anyone has examples of this happening when not using On Fedora 34 Silverblue using zram defaults. Edit: now it seems I continue getting 137 in EasyEffects despite there being no |
Ok apparently this is all due to this, nothing to do with Workaround: I've been testing this briefly and it seems to work. @kevinsmia1939 does this solve the problem for you? |
I did not encounter this issue anymore because I change my hardware. So I could not test this again. |
I have encountered a similar issue with the current flatpak of Manuskript:
The work-around by @vchernin solves the issue but it's a really weird quirk to be honest and I think flatpak-builder should address that. Otherwise more developers will struggle with maintaining their flatpaks. Edit (to add some details of my system): flatpak-builder 1.2.0 Flatpak 1.12.2 |
Operating System: openSUSE Tumbleweed 20210425
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.81.0
Qt Version: 5.15.2
Kernel Version: 5.11.15-1-default
OS Type: 64-bit
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-3770 CPU @ 3.40GHz
Memory: 7.5 GiB of RAM
Swap file: 32 GiB
Graphics Processor: Mesa DRI Intel® HD Graphics 4000
flatpak-builder 1.0.12
Flatpak 1.11.1
I am building Avogadro2 on my local machine.
https://github.com/flathub/org.openchemistry.Avogadro2
I simply fork and clone all the files.
Build with
flatpak-builder --install --user build org.openchemistry.Avogadro2 --force-clean
During python3-numpy module, the error occurred.
I look around for this code 137 and found that it is cause by not enough memory, which OOM killer kill it.
But I look at htop all the time and memory never exceed 7.5 GiB.
I could build other project that use more memory, but not Avogadro2 for some reason.
I tried deleting .flatpak-builder and build folder, same error.
Why am I getting code 137? Does it mean OOM killer kill flatpak-builder? Why do it got kill when memory is not full?
The text was updated successfully, but these errors were encountered: