Thread overview
[Issue 8175] New: aa.c assert(0)
May 31, 2012
simendsjo
May 31, 2012
Walter Bright
May 31, 2012
simendsjo
Nov 14, 2012
Don
May 31, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8175

           Summary: aa.c assert(0)
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: simendsjo@gmail.com


--- Comment #0 from simendsjo <simendsjo@gmail.com> 2012-05-31 10:15:22 PDT ---
dmd: backend/aa.c:423: void AArray::rehash_x(aaA*, aaA**, size_t): Assertion
`0' failed

Unfortunately, I cannot reproduce it.
This was using 2.060 head.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 31, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8175


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com


--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2012-05-31 12:40:44 PDT ---
Because of 64 bit ABI changes, be sure and recompile the library as well as dmd.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 31, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8175



--- Comment #2 from simendsjo <simendsjo@gmail.com> 2012-05-31 13:18:15 PDT ---
By "the library" you mean phobos? Whenever I update head, I do a full clean and rebuild of dmd, druntime and phobos, so that should not be the issue.

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


Don <clugdbug@yahoo.com.au> changed:

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


--- Comment #3 from Don <clugdbug@yahoo.com.au> 2012-11-14 02:41:08 PST ---
Almost certainly a bad build. Closing because there is no test case.

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