emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41444: closed ([PATCH] Fix guile-fibers resource leak)


From: GNU bug Tracking System
Subject: bug#41444: closed ([PATCH] Fix guile-fibers resource leak)
Date: Fri, 22 May 2020 19:40:02 +0000

Your message dated Fri, 22 May 2020 14:39:16 -0500
with message-id <address@hidden>
and subject line done
has caused the debbugs.gnu.org bug report #41444,
regarding [PATCH] Fix guile-fibers resource leak
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
41444: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41444
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Fix guile-fibers resource leak Date: Thu, 21 May 2020 20:52:38 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
This adds a patch to guile-fibers to fix a resource leak that caused
file descriptors to be opened and never closed with each invocation of
`run-fibers'.  This is presumably what was causing the tests to fail, as
guile will abort when it gets EMFILE while attempting to create a new
thread.  I've verified that it builds on my system, but it's only a
4-core machine, and the rate at which file descriptors leak scales with
the number of cores, so it's possible it would have built successfully
here regardless.  Could someone with access to a system with more cores
verify that it now builds properly there?

Hopefully a bug fix release will show up soon enough and we can get rid
of this.

- reepca

Attachment: 0001-gnu-guile-fibers-Add-patch-to-fix-resource-leak.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: done Date: Fri, 22 May 2020 14:39:16 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
closed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]