This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients neologix, skrah, trent, vstinner
Date 2012-08-24.10:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM0-+6w+H-1pQgtD_PEkcK8Gb9JrSEAR8A7THXzpMX-qNg@mail.gmail.com>
In-reply-to <1345738839.66.0.851706440072.issue15765@psf.upfronthosting.co.za>
Content
This doesn't look thread-related:
"""
load: 0.50  cmd: python 10630 [runnable] 0.27u 13.07s 46% 10976k
load: 0.87  cmd: python 10630 [runnable] 0.27u 94.24s 98% 10976k
"""

See the huge system time?
This probably means that the kernel is struggling with path name
resolution, although that's surprising because 4099 is a reasonable
limit.
Do you have something like strace or truss on NetBSD?
The first thing to try could be to lower the limit, and see what
happens, but it's really likely a FS scalibility limit you're hitting
(altough, once again, that's really surprising given the reasonable
limit). Are you running those under VMs?
History
Date User Action Args
2012-08-24 10:13:18neologixsetrecipients: + neologix, vstinner, trent, skrah
2012-08-24 10:13:17neologixlinkissue15765 messages
2012-08-24 10:13:16neologixcreate