[Issue 23805] Runtime segmentation fault when destructor access function frame

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 24 12:13:03 UTC 2023


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

--- Comment #1 from Mathias LANG <pro.mathias.lang at gmail.com> ---
As Steven Schveighoffer pointed out, this is because the context pointer is
`null`. So we should probably disable `.init` for nested structures, or find a
way to prevent this mistake.

--


More information about the Digitalmars-d-bugs mailing list