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

          Issue ID: 21996
           Summary: -checkaction=context triggers
                    InvalidMemoryOperationError in finalizer
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: [email protected]
          Reporter: [email protected]

checkaction=context allocates from the GC to create the formatted assert
message. This may cause an InvalidMemoryOperationError when called from a
destructor during GC finalization.

--

Reply via email to