digitalmars.D.bugs - [Issue 6008] New: gc disabled on freebsd/64
- d-bugmail puremagic.com (26/26) May 15 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6008
- d-bugmail puremagic.com (11/11) May 22 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6008
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 --- 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 15 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 --- *** 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: -------
May 22 2011