Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to 0.4.33--receiving error: "Too many open files (os error 24)" #2155

Closed
joelouthan opened this issue Aug 4, 2023 · 2 comments · Fixed by #2157
Closed

Updated to 0.4.33--receiving error: "Too many open files (os error 24)" #2155

joelouthan opened this issue Aug 4, 2023 · 2 comments · Fixed by #2157
Labels
C-bug Category: A bug, incorrect or unintended behavior

Comments

@joelouthan
Copy link

Problem

Hello!

I just got the notice of the v0.4.33 update so I updated on my local machine.

When I went to run the local instance mdbook clean && mdbook serve, I received an error mdbook clean && mdbook serve.

Here is a link to the file in question: /Users/jlouthan/Projects/Books/theologicus/src/confession-1689/1689-02-3-the-triune-God.md

Note: This is the link to the previous commit. I did see some footnote issues in that particular chapter and cleaned up some links. But v0.4.33 still gave the same error after I cleaned up that particular file.

Steps

  1. Updated mdbook to v0.4.33
  2. Ran local instance: mdbook clean && mdbook serve
  3. Receive error:
2023-08-04 08:26:04 [INFO] (mdbook::book): Book building has started
Warning: The mdbook-toc preprocessor was built against version 0.4.32 of mdbook, but we're being called from version 0.4.33
2023-08-04 08:26:04 [INFO] (mdbook::book): Running the html backend
2023-08-04 08:26:10 [WARN] (mdbook::renderer::html_handlebars::search): searchindex.json is very large (16546566 bytes)
2023-08-04 08:26:10 [INFO] (mdbook::cmd::serve): Serving on: http://localhost:3000
2023-08-04 08:26:10 [INFO] (warp::server): Server::run; addr=[::1]:3000
2023-08-04 08:26:10 [INFO] (warp::server): listening on http://[::1]:3000
2023-08-04 08:26:10 [ERROR] (mdbook::cmd::watch): Error while watching "/Users/jlouthan/Projects/Books/theologicus/src":
    Error { kind: Generic("Too many open files (os error 24) about [\"/Users/jlouthan/Projects/Books/theologicus/src/confession-1689/1689-02-3-the-triune-God.md\"]"), paths: [] }

Possible Solution(s)

No response

Notes

No response

Version

0.4.33
@joelouthan joelouthan added the C-bug Category: A bug, incorrect or unintended behavior label Aug 4, 2023
@ehuss
Copy link
Contributor

ehuss commented Aug 4, 2023

Thanks for the report! What platform is it running on?

@joelouthan
Copy link
Author

joelouthan commented Aug 4, 2023

My apologizes: macOS 13.4.1 (c) (22F770820d)

I have not pushed this prod (Linux)

Let me know if you need anything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: A bug, incorrect or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants