DMD returns -1073741819 despite success

A. Jung webmaster at aj-productions.de
Tue Apr 7 02:36:33 PDT 2009


Unknown W. Brackets Wrote:
> Try it from the command line.

DMD 2.016:

D:\test2>batmake
D:\test2>dmd.exe  -g -debug    -IC:\dmd\src\phobos  -c hello.d -ofobj\debug\hello.obj
D:\test2>echo 0
0
D:\test2>dmd.exe bin\debug\test2.exe  obj\debug\hello.obj   phobos.lib
D:\test2>echo 0
0"


DMD 2.017:

"D:\test2>batmake
D:\test2>dmd.exe  -g -debug    -IC:\dmd\src\phobos  -c hello.d -ofobj\debug\hello.obj
D:\test2>echo 0
0
D:\test2>dmd.exe bin\debug\test2.exe  obj\debug\hello.obj   phobos.lib
D:\test2>echo -1073741819
-1073741819"

This has nothing to do with Codeblocks or directory structure.
I suspect, this is probably related to the new mulithreading feature of DMD. I am running an "Intel(R) Core(TM)2 Quad CPU".

Next, I'll try DMD2.017 with LINK2.016.


More information about the Digitalmars-d-bugs mailing list