← Back to index
|
Original Bugzilla link
Bug 14634 – dmd crashes without any input
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
Windows
Creation time
2015-05-31T11:50:00Z
Last change time
2015-06-17T21:05:34Z
Keywords
ice
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2015-05-31T11:50:44Z
Create this simple sc.ini file in current directory: [Environment] LIB="a" LIB="b" and run dmd without any options: > dmd crash happens. Introduced in:
https://github.com/D-Programming-Language/dmd/pull/4679
Comment #1
by bugzilla — 2015-06-01T00:12:34Z
https://github.com/D-Programming-Language/dmd/pull/4702
Comment #2
by github-bugzilla — 2015-06-01T01:19:23Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/ec2de31b1dea7d5dd55c55cf6162fd07186385c8
fix Issue 14634 - dmd crashes without any input
https://github.com/D-Programming-Language/dmd/commit/2f4e62eb0f920bcbdbaf16b0d35f952a15e9ab07
Merge pull request #4702 from WalterBright/fix14634 fix Issue 14634 - dmd crashes without any input
Comment #3
by github-bugzilla — 2015-06-01T02:32:11Z
Commit pushed to dmd-1.x at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/f2a212a10aef978bc43c7eccb132186688cdaaeb
Merge pull request #4702 from WalterBright/fix14634 fix Issue 14634 - dmd crashes without any input
Comment #4
by github-bugzilla — 2015-06-17T21:05:34Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/ec2de31b1dea7d5dd55c55cf6162fd07186385c8
fix Issue 14634 - dmd crashes without any input
https://github.com/D-Programming-Language/dmd/commit/2f4e62eb0f920bcbdbaf16b0d35f952a15e9ab07
Merge pull request #4702 from WalterBright/fix14634