We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generating locales (this might take a while)... en_US.UTF-8...E2024-09-14T11:32:01.377376:blink/memorymalloc.c:974:28327 mmap(virt=40143b1000, size=4096, flags=0x1, fd=4, offset=0xfd47000) crisis: ENOMEM unrecoverable mmap() crisis: see log for further details done Generation complete. *** update-locale: Error: invalid locale settings: LANG=en_US.UTF-8
Install a distribution with proot-distro with blink as emulator
export PROOT_DISTRO_X64_EMULATOR=BLINK DISTRO_ARCH=x86_64 proot-distro install debian
No response
The text was updated successfully, but these errors were encountered:
ENOMEM error means that there is not enough space or memory to be allocated.
Sorry, something went wrong.
Not necessary related to the lack of memory.
Actually this is a known issue of blink on Android: jart/blink#165
Use of QEMU user-mode is preferred. The last test I did shows that QEMU has higher performance than blink: termux/termux-packages#18573 (comment).
No branches or pull requests
Problem description
Generating locales (this might take a while)...
en_US.UTF-8...E2024-09-14T11:32:01.377376:blink/memorymalloc.c:974:28327 mmap(virt=40143b1000, size=4096, flags=0x1, fd=4, offset=0xfd47000) crisis: ENOMEM
unrecoverable mmap() crisis: see log for further details
done
Generation complete.
*** update-locale: Error: invalid locale settings: LANG=en_US.UTF-8
What steps will reproduce the bug?
Install a distribution with proot-distro with blink as emulator
export PROOT_DISTRO_X64_EMULATOR=BLINK DISTRO_ARCH=x86_64 proot-distro install debian
What is the expected behavior?
No response
The text was updated successfully, but these errors were encountered: