[Issue 14258] New: SIGSEGV in dpldocs
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Mar 7 19:13:42 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14258
Issue ID: 14258
Summary: SIGSEGV in dpldocs
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: websites
Assignee: sludwig at outerproduct.org
Reporter: thecybershadow at gmail.com
Created attachment 1481
--> https://issues.dlang.org/attachment.cgi?id=1481&action=edit
gdb log
When attempting to build the docs from a non-interactive shell, using a clean
checkout and environment, dpldocs get stuck and eats all RAM.
I get a different result (a SIGSEGV) if I run it under GDB in an interactive
shell. See attached log.
I'm guessing it gets stuck on a recursive template expansion, or something?
This has been happening for a few weeks now, I think, and is currently blocking
updating dlang.org/library/ (I've been procrastinating investigating/filing
this).
--
More information about the Digitalmars-d-bugs
mailing list