Hi,

On 26/08/2018 17:47, Frédéric Chapoton wrote:
The patchbot report on sage+python3  for 8.4.b2 has still *many* (and I mean *_many_*) failing doctests. But it also stops badly in the way shown below, complaining that too many files are open. Could somebody investigate this issue, please ?
That probably means the doctesting framework is leaking file descriptors, ie: it opens each and every file but never closes them.

I would search:
(1) either a single piece of code which does all the opening and never closes anything during the whole run (the least likely scenario) (2) or a piece of code forking correct workers (ie: they would open+close correctly) but leaking them (so the closing part doesn't happen) (the most likely scenario).

Someone familiar with the code should probably have a look and would be more efficient at spotting the problem.

jpuydt on irc.debian.org

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to