[Bug 2955] Resource leak in IPC subsystem

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu May 12 16:05:30 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2955

--- Comment #7 from Severin Gehwolf <sgehwolf at redhat.com> ---
(In reply to Elliott Baron from comment #1)
> Alternatively, we could use the approach you mentioned of using a separate
> connection for each send operation. I don't believe any additional API is
> needed to make this work. I think the following should be sufficient:
> > ClientIPCService ipcService = ClientIPCServiceFactory.getIPCService(ipcConfig);
> > ByteChannel channel = ipcService.connectToServer(socketName);
> > channel.write(...);
> > channel.close();

I believe patch in comment 6 would do this, but it does not fix the resource
leak. Thoughts?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160512/7ca84c21/attachment.html>


More information about the distro-pkg-dev mailing list