Thread overview
[Issue 19923] ICE: typesem.d(3809): Assertion failure with .classinfo
May 30, 2019
Iain Buclaw
Jun 01, 2019
Dlang Bot
Jun 02, 2019
Dlang Bot
Jun 09, 2019
Dlang Bot
May 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19923

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Variant of issue 19922

--
June 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19923

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #9941 "fix Issue 19922/19923 - ICE: using typeid() or .classinfo without TypeInfo_Class" fixing this issue:

- fix Issue 19923 - ICE: typesem.d(3809): Assertion failure with .classinfo

https://github.com/dlang/dmd/pull/9941

--
June 02, 2019
https://issues.dlang.org/show_bug.cgi?id=19923

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9941 "fix Issue 19922/19923 - ICE: using typeid() or .classinfo without TypeInfo_Class" was merged into stable:

- 6b23d70eb5a6fadf8a5e66abfb7144f313128774 by Iain Buclaw:
  fix Issue 19923 - ICE: typesem.d(3809): Assertion failure with .classinfo

https://github.com/dlang/dmd/pull/9941

--
June 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19923

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10004 "[dmd-cxx] fix Issue 19922/19923 - 19922 - ICE: Segmentation fault with typeid()" was merged into dmd-cxx:

- 3eee5b966b5a3170c7c76b6a6fd2f031f8d5c0f4 by Iain Buclaw:
  fix Issue 19923 - ICE: typesem.d(3809): Assertion failure with .classinfo

https://github.com/dlang/dmd/pull/10004

--