[Issue 15917] std.concurrency module destructor causes useless creation of new MessageBox

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15917 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/9d575fa33970da793a07cd7ebcccb4d1c13735fa Fix issue 15917 - std.concurrency module destructor

[Issue 15939] New: GC.collect causes deadlock in multi-threaded environment

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15939 Issue ID: 15939 Summary: GC.collect causes deadlock in multi-threaded environment Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 15549] [ndslice] byElement is broken for packed slices

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15549 Илья Ярошенко changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 14137] std.socket.getAddressInfo breaks @safety

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14137 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/c35d4aa26efd0907ccb48d7406dffc50f470971c Fix issue 14137: std.socket.getAddressInfo breaks @safe

[Issue 15926] Peculiar behavior of 'inout'

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15926 --- Comment #3 from Sobirari Muhomori --- https://github.com/dlang/phobos/pull/3520 - somewhat related pull to improve concept checks. --

[Issue 13698] ICE(e2ir.c) on on simd call

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13698 Walter Bright changed: What|Removed |Added CC|

[Issue 15939] GC.collect causes deadlock in multi-threaded environment

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15939 --- Comment #1 from Aleksei Preobrazhenskii --- I wasn't able to reproduce the issue using simpler code using GC operations only. I noticed that nanosleep is a syscall which should be interrupted by GC signal. So, probably

[Issue 15919] [ndslice] Undetected spell miss in selection.reshape()

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15919 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15938] New: ctor doesn't initialize fields when struct is static immutable

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15938 Issue ID: 15938 Summary: ctor doesn't initialize fields when struct is static immutable Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 15938] ctor doesn't initialize fields when struct is static immutable

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15938 Mathias Lang changed: What|Removed |Added CC|

[Issue 14511] Profiler does not work with multithreaded programs

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14511 jj75...@gmail.com changed: What|Removed |Added CC||jj75...@gmail.com --- Comment #5 from

[Issue 14511] Profiler does not work with multithreaded programs

2016-04-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14511 jj75...@gmail.com changed: What|Removed |Added Severity|normal |major --