July 10, 2017 [Issue 15770] SocketSet.add OutOfMemoryError on Posix | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15770 Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> --- I can't reproduce this: /////////////////////////// test.d ////////////////////////// import std.socket; void main() { auto ss = new SocketSet; auto s = new TcpSocket; ss.add(s); // succeeds ss.add(TcpSocket.init); // segmentation fault as expected } ///////////////////////////////////////////////////////////// Please reopen if you can provide a reproducible test case. -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply