[Issue 3114] New: optlink failing on multicore machines

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 30 01:31:52 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3114

           Summary: optlink failing on multicore machines
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optlink
        AssignedTo: nobody at puremagic.com
        ReportedBy: bugzilla at digitalmars.com


Optlink simply doesn't work on multicore. The multithreading code in it was
developed for a single core machine, and multicore is different.

I was able to fix it by running the command:

   imagecfg -a 0x1 \dm\bin\link.exe

imagecfg.exe is downloadable from the internet. This command patches the
executable so it only runs on one core.

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


More information about the Digitalmars-d-bugs mailing list