Another easy diagnostic: look at /proc/$PID/fd/* and see which 
file(-descriptors) are open.


On Monday, August 27, 2018 at 7:21:45 AM UTC+2, Snark wrote:
>
> 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