'Too many open files' crash in web server

  • Done
  • quality assurance status badge
Details
2 participants
  • Arun Isaac
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal

Debbugs page

Maxim Cournoyer wrote 11 months ago
(address . bug-mumi@gnu.org)
87le5yxp45.fsf@gmail.com
Hi,

Mumi has crashed on the berlin machine with the following in
/var/log/mumi.log:

Toggle snippet (27 lines)
2024-03-31 12:38:23 GET In mumi/web/server.scm:
2024-03-31 12:38:23 33:24 2 (handler #<<request> method: GET uri: #<<uri> scheme: …> …)
2024-03-31 12:38:23 In mumi/web/controller.scm:
2024-03-31 12:38:23 228:31 1 (_ _)
2024-03-31 12:38:23 In unknown file:
2024-03-31 12:38:23 0 (make-stack #t)
2024-03-31 12:38:23 In mumi/web/server.scm:
2024-03-31 12:38:23 33:24 2 (handler #<<request> method: GET uri: #<<uri> scheme: …> …)
2024-03-31 12:38:23 In mumi/web/controller.scm:
2024-03-31 12:38:23 228:31 1 (_ _)
2024-03-31 12:38:23 In unknown file:
2024-03-31 12:38:23 0 (make-stack #t)
2024-03-31 12:38:23 Uncaught exception in task:
2024-03-31 12:38:23 In fibers.scm:
2024-03-31 12:38:23 172:8 4 (_)
2024-03-31 12:38:23 In fibers/web/server.scm:
2024-03-31 12:38:23 224:12 3 (socket-loop #<input-output: socket 10> #<procedure 7fa…>)
2024-03-31 12:38:23 In ice-9/suspendable-ports.scm:
2024-03-31 12:38:23 733:12 2 (_ #<input-output: socket 10> _)
2024-03-31 12:38:23 In unknown file:
2024-03-31 12:38:23 1 (accept #<input-output: socket 10> 526336)
2024-03-31 12:38:23 In ice-9/boot-9.scm:
2024-03-31 12:38:23 1685:16 0 (raise-exception _ #:continuable? _)
2024-03-31 12:38:23 ice-9/boot-9.scm:1685:16: In procedure raise-exception:
2024-03-31 12:38:23 In procedure accept: Too many open files

I had to restart it.

--
Thanks,
Maxim
Arun Isaac wrote 11 months ago
(name . guix-sysadmin)(address . guix-sysadmin@gnu.org)
874jbqfkkr.fsf@systemreboot.net
Toggle quote (8 lines)
> --8<---------------cut here---------------end--------------->8---
> …
> 2024-03-31 12:38:23 ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> 2024-03-31 12:38:23 In procedure accept: Too many open files
> --8<---------------cut here---------------end--------------->8---
>
> I had to restart it.

This happened again with mumi. I just restarted it.
Arun Isaac wrote 2 days ago
Re: 'Too many open files' crash in web server
(address . 70110-done@debbugs.gnu.org)
87cyeoriq3.fsf@systemreboot.net
I believe this is a duplicate of #60226. Closing for the same reason.
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 70110@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70110
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help