May 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6008

           Summary: gc disabled on freebsd/64
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: FreeBSD
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: braddr@puremagic.com


--- Comment #0 from Brad Roberts <braddr@puremagic.com> 2011-05-15 12:49:25 PDT ---
Something is missing or broken causing the gc to fail.  A quick fix is currently in place to just use the stub gc, which is obviously inadequate.

From druntime's posix.mak:

ifeq ($(OS)$(MODEL),freebsd64)
GC_MODULES = gcstub/gc
else
GC_MODULES = gc/gc gc/gcalloc gc/gcbits gc/gcstats gc/gcx
endif

It's entirely possible that the problem lies in either dmd or druntime.  For now, filed against dmd.

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


Brad Roberts <braddr@puremagic.com> changed:

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


--- Comment #1 from Brad Roberts <braddr@puremagic.com> 2011-05-22 22:19:37 PDT ---
*** This issue has been marked as a duplicate of issue 5484 ***

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