When spawning many processes, the runtime crashes when trying to call mprotect() to set up stack guards #540
Labels
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
documentation
Documentation related changes
Milestone
Please describe the bug
Extracted from #539:
When spawning many processes (e.g. 100 000), the runtime crashes when trying to
mprotect()
a memory region used as a guard page:Please list the exact steps necessary to reproduce the bug
Create
test.inko
with the following contents:Then run it using
inko run test.inko 100000
.Operating system
Fedora Silverblue 38
Inko version
main
Rust version
1.68.2
The text was updated successfully, but these errors were encountered: