-
Notifications
You must be signed in to change notification settings - Fork 78
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
Error with analyze dump memory #49
Comments
Hello @Shkarbatov , I have been able to reproduce the problem.
may be invalid if the character after the I have a test use case reproducing the issue and I will work on fixing it. Thanks ! |
Yes, problem in controle character - it is tab character. |
Hey @Shkarbatov , I've committed a fix and released a 1.0.1 version. If that's possible for you, can you check it again ? Thank you! |
Check it - fixed. |
Thanks @Shkarbatov for your answer! |
Hi! Trying to make memory dump:
Then run analyzer and receive an error:
In memory dump I have next item:
Why dump create this "1| ":"0x7f31be24dca0" ?
This is not valid json.
Second question:
It is not, what I see here: https://github.com/BitOne/php-meminfo/blob/master/doc/hunting_down_memory_leaks.md#4-finding-references-to-the-leaked-object
How to understand with this output like you write in your example:
I think you need to add parameter -v in example:
The text was updated successfully, but these errors were encountered: