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

spurious error messages on shutdown #512

Open
rohany opened this issue Dec 9, 2022 · 3 comments
Open

spurious error messages on shutdown #512

rohany opened this issue Dec 9, 2022 · 3 comments
Assignees

Comments

@rohany
Copy link
Contributor

rohany commented Dec 9, 2022

I have an application that prints lots of messages like this on shutdown:

Exception ignored in: <function RegionField.__del__ at 0x203236ae5790>
Traceback (most recent call last):
  File "/autofs/nccs-svm1_home1/rohany/nvidia/legate.core/legate/core/store.py", line 126, in __del__
    self.detach_external_allocation(unordered=True, defer=True)
  File "/autofs/nccs-svm1_home1/rohany/nvidia/legate.core/legate/core/store.py", line 251, in detach_external_allocation
    attachment_manager.detach_external_allocation(
  File "/autofs/nccs-svm1_home1/rohany/nvidia/legate.core/legate/core/runtime.py", line 585, in detach_external_allocation
    self._remove_allocation(alloc)
  File "/autofs/nccs-svm1_home1/rohany/nvidia/legate.core/legate/core/runtime.py", line 570, in _remove_allocation
    self._remove_attachment(alloc)
  File "/autofs/nccs-svm1_home1/rohany/nvidia/legate.core/legate/core/runtime.py", line 565, in _remove_attachment
    raise RuntimeError("Unable to find attachment to remove")
RuntimeError: Unable to find attachment to remove
```.
@manopapad
Copy link
Contributor

manopapad commented Dec 9, 2022

Is this on a successful exit? We've seen this happen on failed executions, but it would always go away once we fixed the original failure.

@rohany
Copy link
Contributor Author

rohany commented Dec 9, 2022

Yes, it's on a successful exit.

@manopapad
Copy link
Contributor

OK, can I get a reproducer?

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

2 participants