Thread overview
[Issue 18052] LockingTextWriter is not thread safe
Dec 10, 2017
Walter Bright
Dec 10, 2017
Walter Bright
Dec 10, 2017
Walter Bright
Apr 02, 2018
Jack Stouffer
December 10, 2017
https://issues.dlang.org/show_bug.cgi?id=18052

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=13727

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=15768

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
http://www.digitalmars.com/d/archives/digitalmars/D/Invoking_writeln_from_a_lot_of_threads_running_concurrently_--_309051.html

--
April 02, 2018
https://issues.dlang.org/show_bug.cgi?id=18052

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jack@jackstouffer.com
         Resolution|---                         |INVALID

--- Comment #2 from Jack Stouffer <jack@jackstouffer.com> ---
According to
https://digitalmars.com/d/archives/digitalmars/D/Invoking_writeln_from_a_lot_of_threads_running_concurrently_--_309051.html#N309071
in that thread, this is an invalid bug.

--