[Issue 28] New: synchronized block causes memory corruption with cross compiler

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Tue Dec 11 15:51:05 PST 2012


http://gdcproject.org/bugzilla/show_bug.cgi?id=28

             Bug #: 28
           Summary: synchronized block causes memory corruption with cross
                    compiler
    Classification: Unclassified
           Product: GDC
           Version: development
          Platform: MIPS
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gdc
        AssignedTo: ibuclaw at gdcproject.org
        ReportedBy: code at dawg.eu


The size of the pthread_mutex_t used to lock the synchronized block is
determined on the host system. This is an issue of the dfrontend
(gcc/d/dfronted/statement.c) but gdc might require a different fix so I opened
this bug report.

The corresponding dmd bug.
http://d.puremagic.com/issues/show_bug.cgi?id=9144

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.


More information about the D.gnu mailing list