[zeromq-dev] Possible memory leak in zmq.Poller.fd_table

Jonathan Goldstein jonsgold at gmail.com
Sun Oct 6 15:32:40 CEST 2013


Hi,

My application froze, and in the heap dump I see over 32K entries
in zmq.Poller.fd_table (my assumption from the stack below is that
java.util.HashMap is actually the map fd_table).

A screenshot from IBM HeapAnalyzer:

[image: Inline image 1]

Someone else noticed the same problem:
https://github.com/zeromq/jeromq/issues/71

He also provided a fix:
https://github.com/kcarlson/jeromq/commit/b50edbe9a17fab3b82a8d887a770e372eb81cb8c

Is this fix available in a release of jeromq? If not, is it possible to
create a release with the fix?

Thanks,
Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20131006/df941a6b/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 29120 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20131006/df941a6b/attachment.png>


More information about the zeromq-dev mailing list