[Issue 15840] std.typecons.RefCounted segfaults when checking isInitialized, then segfaults GDB

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Mar 28 23:08:55 PDT 2016


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

cy <dlang at verge.info.tm> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from cy <dlang at verge.info.tm> ---
Neh, there was a null pointer dereference not being caught, that ended up
causing this problem. Accessing garbage data cast to a RefCounted.

--


More information about the Digitalmars-d-bugs mailing list