D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 17292 - [REG 2.069] Windows: dmd causes "out of memory" when using less than 2GB of memory
Summary: [REG 2.069] Windows: dmd causes "out of memory" when using less than 2GB of m...
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All Windows
: P1 regression
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2017-04-02 08:21 UTC by Rainer Schuetze
Modified: 2017-08-07 13:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Rainer Schuetze 2017-04-02 08:21:23 UTC
Seeing spurious "out of memory" errors running tests by the auto tester, I noticed the LARGEADDRESSAWARE bit is no longer set for the released dmd.exe starting with 2.069.
This happened during the transition to the D frontend.
Comment 1 Rainer Schuetze 2017-04-02 08:26:12 UTC
https://github.com/dlang/dmd/pull/6668
Comment 2 github-bugzilla 2017-04-03 16:49:49 UTC
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/68b4523d4d2aec6074deeccecff838d7b0ae5751
fix issue 17292: add LFLAGS back to linker command lie

https://github.com/dlang/dmd/commit/880aeae15edb9735db441248bb5596fc8bc4424b
Merge pull request #6668 from rainers/issue17292

fix Issue 17292 - dmd.exe on windows no longer LARGEADDRESSAWARE
Comment 3 github-bugzilla 2017-04-09 17:57:05 UTC
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/68b4523d4d2aec6074deeccecff838d7b0ae5751
fix issue 17292: add LFLAGS back to linker command lie

https://github.com/dlang/dmd/commit/880aeae15edb9735db441248bb5596fc8bc4424b
Merge pull request #6668 from rainers/issue17292
Comment 4 github-bugzilla 2017-08-07 13:15:37 UTC
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/68b4523d4d2aec6074deeccecff838d7b0ae5751
fix issue 17292: add LFLAGS back to linker command lie

https://github.com/dlang/dmd/commit/880aeae15edb9735db441248bb5596fc8bc4424b
Merge pull request #6668 from rainers/issue17292