[Issue 18864] Building 64-bit dmd on Windows results in a binary that crashes

2018-12-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864

Walter Bright  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution|--- |FIXED

--- Comment #10 from Walter Bright  ---
(In reply to kinke from comment #8)
> I think I found the culprit causing the sporadic segfaults:
> https://github.com/dlang/dmd/pull/8294

Since that PR was merged, I assume the bug was fixed and will close this.

In the future, when entitling PRs that address bugzilla issues, please use:

"fix Issue 18864 - Building 64-bit dmd on Windows results in a binary that
crashes"

so that merging the PR will automatically mark the issue as resolved.

--


[Issue 18864] Building 64-bit dmd on Windows results in a binary that crashes

2018-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864

--- Comment #9 from Atila Neves  ---
After some experiments, it seems that the release build of 64-bit dmd is the
one with problems. The debug build seems to work ok.

--


[Issue 18864] Building 64-bit dmd on Windows results in a binary that crashes

2018-06-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18864

Atila Neves  changed:

   What|Removed |Added

Summary|Building 64-bit dmd on  |Building 64-bit dmd on
   |Windows results in a debug  |Windows results in a binary
   |build. The release build|that crashes
   |doesn't work.   |

--