[Issue 2833] DMD returns -1073741819 on Intel Quadcore
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 13 01:40:32 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2833
------- Comment #5 from webmaster at aj-productions.de 2009-04-13 03:40 -------
(In reply to comment #1)
> (WTF it's completely unnecessary to put
> all these corporate trademark tags in a bug report ;)
I was just giving the full CPU name string from the genuine(TM) Windows Control
panel.
(In reply to comment #4)
> IIRC oplink is threaded and might have CPU count detection so it might have a
> bug for >2 cores. It's old enough that it might never have been tested on 4
> cores.
When I link using "link.exe" instead of "dmd.exe", it returns 0, so the origin
of the problem is in "dmd.exe".
dmd.exe -g -debug -IC:\dmd\src\phobos -c hello.d -ofobj\debug\hello.obj
echo %errorlevel%
link.exe obj\debug\hello.obj
echo %errorlevel%
(both return 0)
--
More information about the Digitalmars-d-bugs
mailing list