Thread overview
[Issue 17956] core.memory unittest failure (possibly glibc 2.26 specific)
Oct 31, 2017
Iain Buclaw
Dec 13, 2017
Seb
Dec 13, 2017
Seb
October 31, 2017
https://issues.dlang.org/show_bug.cgi?id=17956

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Someone from glibc maintainers added a security flag to the upstream bug report.

This seems to be at least an acknowledgement that its an external problem.

--
December 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17956

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--- Comment #2 from Seb <greensunny12@gmail.com> ---
I can reproduce this on my machine with glibc 2.26-8 :/

--
December 13, 2017
https://issues.dlang.org/show_bug.cgi?id=17956

--- Comment #3 from Seb <greensunny12@gmail.com> ---
> However this test should be fixed, pureMalloc(long.max-2) maybe?

Let's see what the auto-tester says:

https://github.com/dlang/druntime/pull/1991

--
December 15, 2017
https://issues.dlang.org/show_bug.cgi?id=17956

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/52d7e9475ab40a61054e79a1a7cec46d02bb1c81 Fix Issue 17956 - core.memory unittest failure (possibly glibc 2.26 specific)

https://github.com/dlang/druntime/commit/ff04e96da53da68b795496879382bf7bd4f74694 Merge pull request #1991 from wilzbach/fix-17956

Fix Issue 17956 - core.memory unittest failure (possibly glibc 2.26 s… merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>

--
December 15, 2017
https://issues.dlang.org/show_bug.cgi?id=17956

github-bugzilla@puremagic.com changed:

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

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17956

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/52d7e9475ab40a61054e79a1a7cec46d02bb1c81 Fix Issue 17956 - core.memory unittest failure (possibly glibc 2.26 specific)

https://github.com/dlang/druntime/commit/ff04e96da53da68b795496879382bf7bd4f74694 Merge pull request #1991 from wilzbach/fix-17956

--