Here is the simple test code: import std.array; import std.stdio; void main() { Appender!string sb; writeln(sb.toString()); // crash here }
@e10s created dlang/phobos pull request #7691 "Fix Issue 21256 - The toString() in Appender will crash the app" fixing this issue: - Fix Issue 21256 - The toString() in Appender will crash the app https://github.com/dlang/phobos/pull/7691
dlang/phobos pull request #7691 "Fix Issue 21256 - Segfault with Appender!string.init.toString()" was merged into stable: - 96e7f8e85aa92db5aa45973fcaa031f250375aaa by Kazuya Takahashi: Fix Issue 21256 - Segfault with Appender!string.init.toString() https://github.com/dlang/phobos/pull/7691
dlang/phobos pull request #7703 "merge stable" was merged into master: - f3c8d75a9ee5facf2d2f02b399c69843695f24c4 by Kazuya Takahashi: Fix Issue 21256 - Segfault with Appender!string.init.toString() https://github.com/dlang/phobos/pull/7703