Thread overview
[Issue 19282] hashOf segfaults for non-null C++ objects
[Issue 19282] hashOf segfaults for non-null C++ objects and interfaces
Oct 01, 2018
Nathan S.
[Issue 19282] hashOf segfaults for non-null C++ objects that don't inherit from object.Object
Oct 01, 2018
Nathan S.
Oct 01, 2018
Nathan S.
October 01, 2018
https://issues.dlang.org/show_bug.cgi?id=19282

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
Pull request: https://github.com/dlang/druntime/pull/2318

--
October 01, 2018
https://issues.dlang.org/show_bug.cgi?id=19282

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|hashOf segfaults for        |hashOf segfaults for
                   |non-null C++ objects and    |non-null C++ objects that
                   |interfaces                  |don't inherit from
                   |                            |object.Object

--
October 01, 2018
https://issues.dlang.org/show_bug.cgi?id=19282

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|hashOf segfaults for        |hashOf segfaults for
                   |non-null C++ objects that   |non-null C++ objects
                   |don't inherit from          |
                   |object.Object               |

--
October 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19282

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/702e0c1720d59479e669ef38800238ef070166d7 Fix Issue 19282 - hashOf segfaults for non-null C++ objects

https://github.com/dlang/druntime/commit/565690adbbbf57fc8ee29a6d8556f14008143008 Merge pull request #2318 from n8sh/issue-19282

Fix Issue 19282 - hashOf segfaults for non-null C++ objects merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>

--
October 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19282

github-bugzilla@puremagic.com changed:

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

--