June 23, 2016 [Issue 13727] std.stdio.File not thread-safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13727 Jack Stouffer <jack@jackstouffer.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jack@jackstouffer.com --- Comment #10 from Jack Stouffer <jack@jackstouffer.com> --- See also: https://issues.dlang.org/show_bug.cgi?id=15768 -- |
June 30, 2016 [Issue 13727] std.stdio.File not thread-safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13727 ZombineDev <petar.p.kirov@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |safe CC| |petar.p.kirov@gmail.com -- |
July 18, 2016 [Issue 13727] std.stdio.File not thread-safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13727 det <2krnk@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |2krnk@gmx.net -- |
December 10, 2017 [Issue 13727] std.stdio.File not thread-safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13727 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=18052 -- |
February 21, 2018 [Issue 13727] std.stdio.File not thread-safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13727 Steven Schveighoffer <schveiguy@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=18483 -- |
March 12, 2018 [Issue 13727] std.stdio.File not thread-safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13727 --- Comment #11 from Walter Bright <bugzilla@digitalmars.com> --- (In reply to Vladimir Panteleev from comment #8) > https://github.com/DigitalMars/dmc/pull/2 (access required) This was pulled. -- |
March 12, 2018 [Issue 13727] std.stdio.File not thread-safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13727 --- Comment #12 from Steven Schveighoffer <schveiguy@yahoo.com> --- (In reply to Walter Bright from comment #11) > (In reply to Vladimir Panteleev from comment #8) > > https://github.com/DigitalMars/dmc/pull/2 (access required) > > This was pulled. issue 18483 is related and was still showing there are threading issues recently. This was pulled in May 2016, so I'm assuming dmd release has been updated with new snn.lib? In any case, there are still threading issues. Not sure whether they are all related. See also: http://bugzilla.digitalmars.com/issues/show_bug.cgi?id=327 -- |
March 13, 2018 [Issue 13727] std.stdio.File not thread-safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13727 --- Comment #13 from Walter Bright <bugzilla@digitalmars.com> --- (In reply to Steven Schveighoffer from comment #12) > This was pulled in May 2016, so I'm assuming dmd release has been updated with new snn.lib? The test case passes, so yes. > In any case, there are still threading issues. Not > sure whether they are all related. In order to keep this open, it needs specifics. -- |
March 13, 2018 [Issue 13727] std.stdio.File not thread-safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13727 --- Comment #14 from Steven Schveighoffer <schveiguy@yahoo.com> --- It seems to be passing more frequently, but still seems to have issues: https://auto-tester.puremagic.com/show-run.ghtml?projectid=1&runid=3072904&isPull=true Logged output: Test runnable/test13727.d failed. The logged output: ..\generated\windows\release\32\dmd.exe -conf= -m32 -Irunnable -odtest_results\runnable -oftest_results\runnable\test13727_0.exe runnable\test13727.d -map nul.map test_results\runnable\test13727_0.exe ..\generated\windows\release\32\dmd.exe -conf= -m32 -Irunnable -inline -odtest_results\runnable -oftest_results\runnable\test13727_1.exe runnable\test13727.d -map nul.map test_results\runnable\test13727_1.exe ..\generated\windows\release\32\dmd.exe -conf= -m32 -Irunnable -release -odtest_results\runnable -oftest_results\runnable\test13727_2.exe runnable\test13727.d -map nul.map test_results\runnable\test13727_2.exe ..\generated\windows\release\32\dmd.exe -conf= -m32 -Irunnable -inline -release -odtest_results\runnable -oftest_results\runnable\test13727_3.exe runnable\test13727.d -map nul.map test_results\runnable\test13727_3.exe ..\generated\windows\release\32\dmd.exe -conf= -m32 -Irunnable -g -odtest_results\runnable -oftest_results\runnable\test13727_4.exe runnable\test13727.d -map nul.map test_results\runnable\test13727_4.exe std.exception.ErrnoException@std\stdio.d(576): Could not close file `runnable/extra-files/extra13727.txt' (No error) ---------------- 0x0040805C in @safe bool std.exception.errnoEnforce!(bool, "std\stdio.d", 576u).errnoEnforce(bool, lazy immutable(char)[]) 0x00403BCB in @safe void std.stdio.File.detach() 0x004025CD in void std.parallelism.ParallelForeach!(immutable(char)[][]).ParallelForeach.opApply(scope int delegate(ref immutable(char)[])).doIt() at C:\cygwin\home\braddr\sandbox\at-client\pull-3072904-Win_32\dmd\test\..\..\phobos\std\parallelism.d-mixin-4007(4053) 0x0040CFB1 in void std.parallelism.run!(void delegate()).run(void delegate()) 0x00404C24 in void std.parallelism.TaskPool.executeWorkLoop() 0x00431934 in __threadstartex 0x77124A77 in RtlGetAppContainerNamedObjectPath 0x77124A47 in RtlGetAppContainerNamedObjectPath -- |
March 13, 2018 [Issue 13727] std.stdio.File not thread-safe | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13727 --- Comment #15 from Steven Schveighoffer <schveiguy@yahoo.com> --- (In reply to Steven Schveighoffer from comment #14) > It seems to be passing more frequently, but still seems to have issues: I take it back, it seems this is the only time the Win32 test has run since you reopened. So seems not to be fixed. -- |
Copyright © 1999-2021 by the D Language Foundation