www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 20984] New: Heisenbug: FreeBSD64 Phobos random test suite

https://issues.dlang.org/show_bug.cgi?id=20984

          Issue ID: 20984
           Summary: Heisenbug: FreeBSD64 Phobos random test suite failure
                    in std/process
           Product: D
           Version: D2
          Hardware: x86_64
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: bugzilla digitalmars.com

A dump of the log:

--------------------------------------
****** FAIL release64 std.process
core.exception.AssertError std/process.d(1651): Assertion failure
----------------
??:? _d_assertp [0x804fae3a1]
??:? void std.process.__unittest_L1605_C9().testFiles(std.process.Config)
[0x80351b2ff]
??:? void std.process.__unittest_L1605_C9() [0x80351aa92]
??:? void std.process.__modtest() [0x803540c70]
??:? int test_runner.testAll().__foreachbody1(object.ModuleInfo*) [0x40177c]
??:? core.runtime.UnitTestResult test_runner.tester() [0x4016a1]
??:? core.runtime.UnitTestResult test_runner.tester() [0x40157b]
??:? runModuleUnitTests [0x804faf205]
??:? void rt.dmain2._d_run_main2(char[][], ulong, extern (C) int
function(char[][])*).runAll() [0x804fdd81c]
??:? void rt.dmain2._d_run_main2(char[][], ulong, extern (C) int
function(char[][])*).tryExec(scope void delegate()) [0x804fdd7a8]
??:? _d_run_main2 [0x804fdd710]
??:? _d_run_main [0x804fdd48d]
??:? _Dmain [0x401971]
gmake[1]: *** [posix.mak:401: unittest/std/process.run] Error 1

--
Jun 27 2020