-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
crash when displaying the leaks details #52
Comments
why is this happening? |
How do you initialize LifetimeTracker. In my project I initialize sdk from Obj-c. After initialization from Swift it doesn't crash anymore. With this initialization it crashes in infinite loop
With this initialization it doesn't
|
I use this line of code : |
Another try, it was not dependant on language but when initialization is called. In my case i crashes before |
what do you think about this initialisation?
i am not calling |
You can try snooze initialization a little bit. If works for me.
|
Nope, still crashes |
Weird, then I don't know. You must wait for authors to look at crash. You can fork repository and try to simulate crash in Example project (I tried that without success). |
Ok, thanks a lot for trying |
I'm running into the same issue, did you ever track down what was going on? |
In my case I'm getting the same error (apparent stack overflow) as a workaround I have configured the lib to use the bubble overlay and not that bar. |
For some reason the app crashes when trying to present the details of memory leaks by pressing the "i" button
Why is this happening? am i doing something wrong?
edit:
i changed the version to 1.6 and now it happens when i'm trying to display the leaks
The text was updated successfully, but these errors were encountered: