[Issue 14258] SIGSEGV in dpldocs

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


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

--- Comment #5 from Sönke Ludwig <sludwig at outerproduct.org> ---
The crash occurs because the proper termination conditions for recursive macro
calls are not implemented. I'll do that.

There could be an additional issue in the GC/array implementation, though, as I
would have expected an OutOfMemoryError instead of a segmentation fault (except
if the segfault is caused by a stack overflow).

--


More information about the Digitalmars-d-bugs mailing list