Thread overview
[Issue 15373] Segfault when using typeid on extern(C++) class with virtual functions
Jul 08, 2017
Vladimir Panteleev
Jul 10, 2017
anonymous4
Jul 29, 2018
Mike Franklin
July 08, 2017
https://issues.dlang.org/show_bug.cgi?id=15373

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid, C++

--
July 10, 2017
https://issues.dlang.org/show_bug.cgi?id=15373

--- Comment #1 from anonymous4 <dfj1esp02@sneakemail.com> ---
Also don't generate TypeInfo for C++ classes, it doesn't look useful.

--
July 29, 2018
https://issues.dlang.org/show_bug.cgi?id=15373

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |slavo5150@yahoo.com

--- Comment #2 from Mike Franklin <slavo5150@yahoo.com> ---
Attempted fix:  https://github.com/dlang/dmd/pull/8526

--
July 30, 2018
https://issues.dlang.org/show_bug.cgi?id=15373

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

https://github.com/dlang/dmd/commit/76d4781b8a26ed9655b190a9e18b8c030e24bc74 Fix Issue 15373 - Segfault when using typeid on extern(C++) class with virtual functions

https://github.com/dlang/dmd/commit/2de932606a7577aef3fc35a0e1f780b48abb097f Merge pull request #8526 from JinShil/fix_15373

Fix Issue 15373 - Segfault when using typeid on extern(C++) class with virtual
functions
merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>

--
July 30, 2018
https://issues.dlang.org/show_bug.cgi?id=15373

github-bugzilla@puremagic.com changed:

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

--