Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1248176

The compiler leaks file descriptors in .zip-file land.

    • 1.1
    • sparc
    • solaris_2.5
    • Not verified

      The compiler leaks file descriptors in .zip-file land.

      The JavaTests Harness uses the compiler is a slightly non-standard
      way, but invoking the compiler directly and repeatedly.

      Eventually it crashes because it runs out of file descriptors.
      Running java under "truss" reveals that the compiler opens
      the classes.zip file but never closes it. The result is a steady
      leak of file-descriptors.

      [Tim, 6/12/96:] Moving owner to dac, as this is almost certainly
      a problem in zip code, not the compiler proper.

            dconnellsunw David Connelly (Inactive)
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: