[Issue 23431] [REG master][ICE] Segmentation fault in Dsymbol::toParent() (this=0x0) at dmd/dsymbol.d:561
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 23 18:06:07 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23431
Iain Buclaw <ibuclaw at gdcproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ibuclaw at gdcproject.org
--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Reduced test:
// REQUIRED_ARGS: -lowmem
void test23421()
{
int a;
try
{
throw new Exception("test1");
a++;
}
finally
{
}
}
--
More information about the Digitalmars-d-bugs
mailing list