D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 20985 - std.socket random failures due to environment socket.d(1004)
Summary: std.socket random failures due to environment socket.d(1004)
Status: RESOLVED DUPLICATE of issue 21114
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: x86_64 FreeBSD
: P1 normal
Assignee: No Owner
URL:
Keywords: TestSuite
Depends on:
Blocks:
 
Reported: 2020-06-27 20:40 UTC by Walter Bright
Modified: 2020-08-05 09:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Walter Bright 2020-06-27 20:40:24 UTC
--- std.socket(999) test fails depending on environment ---
 (core.exception.AssertError@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])
Comment 1 Walter Bright 2020-08-05 09:34:46 UTC

*** This issue has been marked as a duplicate of issue 21114 ***