[Issue 6660] Problem with SSE registers in array ops

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 26 23:51:17 PDT 2011


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


Brad Roberts <braddr at puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |braddr at puremagic.com


--- Comment #1 from Brad Roberts <braddr at puremagic.com> 2011-09-26 23:50:42 PDT ---
Another data point...

In the auto tester where it's building each test with the sequence of different
parameter combinations, it used to fail every once in a while due to the same
error below.  Changing it to write to a different executable every time (I just
added a counter so it's testfoo_0.exe, testfoo_1.exe, etc..) completely fixed
that problem.  I have no recollection which tests were failing.. I thought it
was pretty random, but it might not have been.

My assumption is/was that windows isn't releasing the exclusive write lock on
the executable file synchronously with the exiting of the application.

Have you tried the same loop with an empty main?

-- 
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