[Issue 17956] core.memory unittest failure (possibly glibc 2.26 specific)

2017-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17956

--- Comment #5 from github-bugzi...@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

--


[Issue 17956] core.memory unittest failure (possibly glibc 2.26 specific)

2017-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17956

--- Comment #4 from github-bugzi...@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 

--


[Issue 17956] core.memory unittest failure (possibly glibc 2.26 specific)

2017-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17956

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 17956] core.memory unittest failure (possibly glibc 2.26 specific)

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

--- Comment #3 from Seb  ---
> 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

--


[Issue 17956] core.memory unittest failure (possibly glibc 2.26 specific)

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

Seb  changed:

   What|Removed |Added

 CC||greensunn...@gmail.com

--- Comment #2 from Seb  ---
I can reproduce this on my machine with glibc 2.26-8 :/

--


[Issue 17956] core.memory unittest failure (possibly glibc 2.26 specific)

2017-10-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17956

Iain Buclaw  changed:

   What|Removed |Added

 CC||ibuc...@gdcproject.org

--- Comment #1 from Iain Buclaw  ---
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.

--