Thread overview
[Issue 24309] Memory allocation failed on Azure pipeline
Jan 02
Dlang Bot
Jan 03
Dlang Bot
Jan 04
Dlang Bot
Jan 04
Dlang Bot
Jan 04
Dlang Bot
Feb 04
Dlang Bot
January 02
https://issues.dlang.org/show_bug.cgi?id=24309

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/dmd pull request #15983 "trying to fix Issue 24309 - Memory allocation failed on Azure pipeline" mentioning this issue:

- trying to fix Issue 24309 - Memory allocation failed on Azure pipeline

  exception stack no longer uses the GC, so we don't have to suppress it
  also add file and line information of the call site, not emplace

https://github.com/dlang/dmd/pull/15983

--
January 03
https://issues.dlang.org/show_bug.cgi?id=24309

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15983 "trying to fix Issue 24309 - Memory allocation failed on Azure pipeline" was merged into master:

- 6617bab57490c8f840d6781f825c7a025580ad92 by Rainer Schuetze:
  investigate Issue 24309 - Memory allocation failed on Azure pipeline

  exception stack no longer uses the GC, so we don't have to suppress it
  also add file and line information of the call site, not emplace

https://github.com/dlang/dmd/pull/15983

--
January 04
https://issues.dlang.org/show_bug.cgi?id=24309

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/dmd pull request #15997 "fix issue 24309 - Memory allocation failed on Azure pipeline" fixing this issue:

- fix issue 24309 - Memory allocation failed on Azure pipeline

  only run GC test that requires 4 GB of memory if that's available as *free*
physical memory

https://github.com/dlang/dmd/pull/15997

--
January 04
https://issues.dlang.org/show_bug.cgi?id=24309

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15997 "fix issue 24309 - Memory allocation failed on Azure pipeline" was merged into stable:

- cd637ed96c4d80017108839e832f1a51ef9afe1c by Rainer Schuetze:
  fix issue 24309 - Memory allocation failed on Azure pipeline

  only run GC test that requires 4 GB of memory if that's available as *free*
physical memory

https://github.com/dlang/dmd/pull/15997

--
January 04
https://issues.dlang.org/show_bug.cgi?id=24309

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15998 "Merge stable" was merged into master:

- e1d15127bc29424956677d8266b4daa7a32837ed by Rainer Schuetze:
  fix issue 24309 - Memory allocation failed on Azure pipeline

  only run GC test that requires 4 GB of memory if that's available as *free*
physical memory

https://github.com/dlang/dmd/pull/15998

--
February 04
https://issues.dlang.org/show_bug.cgi?id=24309

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16146 "Fix issue 24309 - Memory allocation failed on Azure pipeline" was merged into master:

- 1bc3393b02648c71fcb3318de7c3ac10d7a742cf by Rainer Schuetze:
  Fix Bugzilla issue 24309 - Memory allocation failed on Azure pipeline

  ignore spurious out-of-memory errors, the test is about something else

https://github.com/dlang/dmd/pull/16146

--