-
Notifications
You must be signed in to change notification settings - Fork 4k
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
SnapshotException: SnapshotImpl_Error_ObjectNotFound #110
Comments
Can you upload the heap dump and share the link here? |
Sorry the heap dump for this crash is in /dev/null... but the next one is yours :-) |
Seems like a heap dump parsing bug. The Interestingly, MAT can do the job just find. Seems like a bug in the old MAT implementation. |
Here's how I reproduce it: c92a778 I need to look into this more, this will require digging into the core MAT mechanics. |
i reproduce it too
link to dump |
same here |
it's a race condition when the weak reference is still there but the 'object' has been properly gc'd before the heap dump |
#157 fixes this |
Hoping to see a fix for this soon so that we can re-implement |
@SecUpwN As I pointed out in the follow up comment, it's actually not easy. You're more than welcome to checkout the heap dump parsing code and fix this bug. |
We'll very likely need to change our heap dump parser anyway, see #160. |
Will be fixed by #219 |
+1 |
I also met this issue |
Please update. |
I got the following error and was asked to report it here(?):
The text was updated successfully, but these errors were encountered: