[Issue 20985] New: std.socket random failures due to environment socket.d(1004)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 27 20:40:24 UTC 2020


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

          Issue ID: 20985
           Summary: std.socket random failures due to environment
                    socket.d(1004)
           Product: D
           Version: D2
          Hardware: x86_64
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: bugzilla at digitalmars.com

--- std.socket(999) test fails depending on environment ---
 (core.exception.AssertError at std/socket.d(1004): Assertion failure
----------------
??:? onAssertError [0x8054158c0]
??:? _d_assertp [0x805415b5a]
??:? @safe void std.socket.__unittest_L997_C7().__lambda1() [0x8036c89c2]
??:? @trusted void std.socket.softUnittest(void delegate() @safe, int)
[0x8036c6f71]
??:? @safe void std.socket.__unittest_L997_C7() [0x8036c884e]
??:? void std.socket.__modtest() [0x8036e92e1]
../druntime/src/test_runner.d:73 int
test_runner.testAll().__foreachbody1(object.ModuleInfo*) [0x4019c3]
../druntime/src/test_runner.d:44 core.runtime.UnitTestResult
test_runner.tester() [0x4018cf]
../druntime/src/test_runner.d:25 core.runtime.UnitTestResult
test_runner.tester() [0x401707]
??:? runModuleUnitTests [0x805416a76]
??:? void rt.dmain2._d_run_main2(char[][], ulong, extern (C) int
function(char[][])*).runAll() [0x805445859]
??:? void rt.dmain2._d_run_main2(char[][], ulong, extern (C) int
function(char[][])*).tryExec(scope void delegate()) [0x8054457d4]
??:? _d_run_main2 [0x80544573b]
??:? _d_run_main [0x80544546a]
../druntime/import/core/internal/entrypoint.d:29 _Dmain [0x401c0d])

--


More information about the Digitalmars-d-bugs mailing list