-
Notifications
You must be signed in to change notification settings - Fork 959
Random crashes on Flipper-Folly iOS #2577
Comments
Same issue here and another colleague too 😕 |
Does the same thing happens if you run the |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
I'm seeing this on Flipper 0.133.1 - @arnauddorgans did you find a solution? |
I’ve found this issue is very intermittent at launch, is this the same case for you @regularberry ? |
Yep, not consistent @lblasa |
No, we don't use flipper anymore due to this issue |
I think the issue itself comes from Glog. The version used for Flipper seems to be quite behind. I'm in the process of updating it so maybe that will finally fix this issue. |
A new version of Flipper-Glog has just been released: It is based off from v0.5.0 which is the latest. I believe it may solve the issue. |
I've updated DoubleConversion to 3.2.0 and Glog to 0.5.0.3 and haven't seen this issue pop up yet 🙌 - thanks @lblasa ! |
Nevermind, spoke too soon. We see it happen during UI test runs. |
@regularberry I think this may have been properly fixed now. Could you please try the newer Flipper-Glog version? Flipper-Glog v0.5.0.4 Multi-threading config settings were not properly set. |
@lblasa I'll check it out, thanks for the update! |
@lblasa We haven't seen this issue in a while with the latest Glog 👍 Thanks for fixing this! |
🐛 Bug Report
Since Xcode 12.5 we have a lot of crashes on our iOS app due to Flipper-Folly.
It happens randomly but a lot of times (every 4 runs)
Environment
Any iOS versions
Flipper version: 0.94.1 (still crash I 0.96.1)
Podfile:
The text was updated successfully, but these errors were encountered: