Message152972
| Author |
jjardon |
| Recipients |
jjardon |
| Date |
2012年02月09日.18:24:07 |
| SpamBayes Score |
7.522483e-12 |
| Marked as misclassified |
No |
| Message-id |
<1328811848.71.0.527301304196.issue13978@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I have this little test case:
import multiprocessing
manager = multiprocessing.Manager()
del manager
and I get this:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/util.py", line 261, in _run_finalizers
finalizer()
File "/usr/lib/python2.7/multiprocessing/util.py", line 200, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/usr/lib/python2.7/shutil.py", line 249, in rmtree
onerror(os.remove, fullname, sys.exc_info())
File "/usr/lib/python2.7/shutil.py", line 247, in rmtree
os.remove(fullname)
OSError: [Errno 16] Device or resource busy: '/nfs/tmp/pymp-f7R9S6/.nfs00000000e039692f00000236'
(the TMDIR directory is in a nfs server) |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年02月09日 18:24:08 | jjardon | set | recipients:
+ jjardon |
| 2012年02月09日 18:24:08 | jjardon | set | messageid: <1328811848.71.0.527301304196.issue13978@psf.upfronthosting.co.za> |
| 2012年02月09日 18:24:08 | jjardon | link | issue13978 messages |
| 2012年02月09日 18:24:07 | jjardon | create |
|