Skip to content

[macos] "Too many open files" I/O Error #186

Description

@mitchmindtree

Originally reported by @cbfry

img_7900

screen shot 2018-12-02 at 2 16 35 pm

Hmmm it looks like both errors are related to this "too many open files" I/O error. This error sometimes happens on macos if there is some sort of file handle leak, e.g. if files are being repeatedly open for some reason but never closed.

Does the program crash immediately on startup? Or does it run for a little while? If it does run for a little while, the following would help a lot to identify the cause:

  1. While the program is running, open the mac Activity Monitor application.
  2. Select the audio_server process so that it is highlighted.
  3. Press the small i info icon near the top left of the screen.
  4. Switch to the "Open Files and Ports" tab which should show a list of all open files and ports in raw text.
  5. Copy all of the text in this box and post it here.

If you could follow these steps I can have a look through that text and see if there are any potential culprit files being repeatedly opened.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions