Closed MatthieuPoullin closed 6 years ago
Hello,
Thanks for the detailed report, we're having a look.
Hello,
In which context did you get this error? is it just when you start a discussion and receive the automated messages? why would it contain viewWillDisappear
then, isn't it when you close the chat?
Can you reproduce the issue easily? is it the same in the emulator or another device?
Do you have anything hooked to the dimeloChatWillDisappear
notification?
Hello, We have got this error on the first installation of the app (most of the time) when the user receive the automated message. This issue does not happen in the emulator, only in physical device and all crashlytics reports comes from 10.3.2 os version. All reports comes from devices with ram free with less than 5%.
Hope it helps.
Thanks.
Thanks for the precision, if you have several crash reports would you mind sharing them too? unless the stack trace is exactly the same? Are these reports coming from real users? if so how do you know when it happens?
Hello,
Reports are the same. These reports comes from the final client internal testing.
Here is the complete stack trace: issue_1_crash.txt
Thanks.
Hello, did you find something about this issue ?
Thanks.
@MatthieuPoullin we haven't managed to reproduce the issue nor find any obvious culprit yet, sorry.
Ok we still haven't managed to reproduce the issue but tried a fix on a part of the code which might be the culprit. We'll release this soon. Will you be able to update the app and let us know if you get any crash on the new version?
Yes sure !
Hello, we just released 1.7.3
which contains a fix for this issue. Please update and let us know if you have any occurrence on the new version !
@jarthod i'm facing the same issue in another app. Could you briefly describe what was the cause of that crash?
Hi @666tos ,
could you say us which version of our SDK do you use ?
@waelbenabdallah i'm not using your SDK, but i have similar issue in my own app: EXC_BAD_ACCESS KERN_INVALID_ADDRESS crash on devices with low RAM
@666tos in our case it was a timer object on which we called a method whereas the object could sometime be nil
so we fixed it by protecting the call with an if
statement. But this is a very generic error there's no universal solution you need to read the backtrace.
Hello,
We have got some crash when the Dimelo Bot answer to the user. It seems that the error pop from [DimeloChatViewController viewWillDisappear:]
Here is the Crashlytics report:
We use the last version of the SDK.
Can you help us?
Thanks.