Array ops give sharing violation under Windows 7 64 bit?
Andrej Mitrovic
andrej.mitrovich at gmail.com
Sat Mar 24 14:08:04 PDT 2012
On 3/24/12, Walter Bright <newshound2 at digitalmars.com> wrote:
> Running the D test suite, I ran into a very strange problem.
I can reproduce the problem on Win7 x64. It doesn't seem to have
anything to do with DMD. This is my cc.bat:
dmd -c test.obj
link test.obj
test
link test.obj
But it's not Optlink's fault either. Unilink has the same issue:
dmd -c test.d
ulink test.obj
test.exe
ulink test.obj
C:\dev>cc.bat
C:\dev>dmd -c test.d
C:\dev>ulink test.obj
UniLink v1.07 [beta] (build 3.35)
C:\dev>test.exe
Success
C:\dev>ulink test.obj
UniLink v1.07 [beta] (build 3.35)
Fatal: Unable to create file 'test.exe' (program still running?)
It could be a Win7 x64 bug. If you'll give me 20 minutes I'll get a
hold of an x86 Win7 installation and see if I can reproduce the bug
there.
More information about the Digitalmars-d
mailing list