Bug #1966
Resource Handle clean up failed to remove resource from map
Start date:
16.02.2017
Due date:
% Done:
0%
Estimated time:
origin:
Description
... leading to a looping _getResourceHandleImplNonNull loop over the tick() clean up that does not remove the entry from the map.
This has been seen on a stuck process. It seems that there is situations, where the GC has determined that an object is unreachable that the weak ref resolves to null by the ref is not yet enqueued.
Updated by Henning Blohm almost 8 years ago
- Description updated (diff)
- Status changed from New to In Progress