Closed
Description
on Linux, libzmq is leaking file descriptors when fork+exec for lack of CLOEXEC flag.
See
https://github.com/zeromq/libzmq/blob/master/src/epoll.cpp#L51
https://github.com/zeromq/libzmq/blob/master/src/signaler.cpp#L384
On other platforms, a possible candidate is
https://github.com/zeromq/libzmq/blob/master/src/signaler.cpp#L640
Metadata
Metadata
Assignees
Labels
No labels