February 22, 2023
https://issues.dlang.org/show_bug.cgi?id=23731

          Issue ID: 23731
           Summary: [REG2.102] Throwing within finalizers causes
                    InvalidMemoryOperationError on Windows
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: regression
          Priority: P1
         Component: druntime
          Assignee: nobody@puremagic.com
          Reporter: kinke@gmx.net

Testcase: https://github.com/dlang/dmd/blob/v2.102.0/druntime/test/allocations/src/alloc_from_assert.d (skipped by DMD on Windows)

Analysis starting from: https://github.com/dlang/dmd/pull/14710#issuecomment-1437447865

--