Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use correct resource_tracker #133

Open
mmckerns opened this issue Feb 15, 2023 · 1 comment
Open

use correct resource_tracker #133

mmckerns opened this issue Feb 15, 2023 · 1 comment

Comments

@mmckerns
Copy link
Member

when running the tests, a KeyError is often encountered... essentially, when a resource is meant to be deleted from the resource_tracker. It doesn't affect the tests, but it also shouldn't happen. It's thrown a good bit more in pypy, but also shows up in the python versions of multiprocess.

Traceback (most recent call last):
  File "/Users/mmckerns/lib/pypy-3.9/site-packages/multiprocess/resource_tracker.py", line 204, in main
    cache[rtype].remove(name)
KeyError: '/mp-r0ri_vew'

It's likely related to somehow the resource_tracker in multiprocess being used, along with the one in multiprocessing somewhere.

@mmckerns
Copy link
Member Author

Potentially related note:

''' #XXX: ensure correct resource_tracker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant