Comment #0 by dlang-bugzilla — 2015-09-12T17:48:03Z
E.g.:
----
import std.regex;
static reFloatingPoint = ctRegex!`[0-9]+\.[0-9]+`;
void main() {}
----
When run from dlang.org (click "Edit" under any example, paste code, click "Run"), it results in:
Compilation output (255: Unknown signal 255)
unable to fork: Cannot allocate memory
However, it runs fine on dpaste.dzfl.pl.
This is blocking e.g. the floating-point example on dlang.org.
Comment #1 by dlang-bugzilla — 2015-09-28T08:36:31Z
*** Issue 15101 has been marked as a duplicate of this issue. ***
Comment #2 by jansen.gerald — 2015-11-06T21:56:53Z
Seems okay now: Result -- No output --.
But ... floating-point example on dlang.org still crashes.
Comment #3 by jansen.gerald — 2015-11-10T15:04:33Z
(In reply to Gerald Jansen from comment #2)
> But ... floating-point example on dlang.org still crashes.
Please see Issue 12210#c12.