Actions
Bug #1759
closedFile Descriptors leak
Start date:
03/21/2013
Due date:
% Done:
0%
Estimated time:
Description
SocketNotifierImpl misses the destructor ence the two
contained sockets are not closed.
To check it try to make a the following code:
while (true) {
Wt::Test::WTestEnvironment myEnvironment;
Wt::WApplication myApp(myEnvironment);
}
you will see that at a certain point your host terminates
the FD.
Updated by Wim Dumon over 11 years ago
- Status changed from New to Resolved
Thank you, fix will be in git soon.
Wim.
Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to Closed
Actions