Actions
Bug #1759
closed
GM
File Descriptors leak
Bug #1759:
File 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.
WD Updated by Wim Dumon over 13 years ago
- Status changed from New to Resolved
Thank you, fix will be in git soon.
Wim.
KD Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions