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: nob...@puremagic.com
        ReportedBy: bra...@puremagic.com


--- Comment #0 from Brad Roberts <bra...@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: -------

Reply via email to