[Issue 14258] SIGSEGV in dpldocs

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Mar 10 05:46:43 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14258

--- Comment #8 from Vladimir Panteleev <thecybershadow at gmail.com> ---
On Linux, what usually happens upon attempting to commit (write to) a page that
has been overcommitted (COW of a zero page), when there are no free pages and
no pages to swap or reclaim, the OOM killer is invoked and the most
memory-hungry process dies with a SIGSEGV.

--


More information about the Digitalmars-d-bugs mailing list