JDK-6687820 : AF_UNIX pipe file doesn't get deleted on browser exit
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-04-12
  • Updated: 2010-09-08
  • Resolved: 2008-04-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10 b23Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Since the browser does not shutdown the server JVM
properly, the UnixDomainSocket finalize() doesn't get called,
neither any shutdown hooks.

Comments
EVALUATION see description
12-04-2008

SUGGESTED FIX We need the client JVM to remove the file, which is legit, since we have a 1:1 connection.
12-04-2008