Thread overview
[Issue 10977] New: Segfault with __traits(hasMember, ...)
Sep 06, 2013
Jakob Ovrum
Sep 06, 2013
Henning Pohl
Nov 02, 2013
Kenji Hara
September 06, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10977

           Summary: Segfault with __traits(hasMember, ...)
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: jakobovrum@gmail.com


--- Comment #0 from Jakob Ovrum <jakobovrum@gmail.com> 2013-09-05 20:49:30 PDT ---
Code to reproduce segfault:

----
class Base(T)
{
    enum foo = __traits(hasMember, T, "bar");
}

class Derived : Base!Derived
{
}
----

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 06, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10977


Henning Pohl <henning@still-hidden.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |henning@still-hidden.de


--- Comment #1 from Henning Pohl <henning@still-hidden.de> 2013-09-06 07:55:58 PDT ---
Compiles using git head.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 02, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10977


Kenji Hara <k.hara.pg@gmail.com> changed:

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


--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2013-11-02 05:27:05 PDT ---
The ICE has been fixed in 2.064a, on issue 10616.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------