-
Notifications
You must be signed in to change notification settings - Fork 25.1k
TextView on production nuking app with OverlappingFileLockException #37871
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
Needs: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Needs: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Platform: AndroidAndroid applications.Android applications.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Metadata
Metadata
Assignees
Labels
Needs: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Needs: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Platform: AndroidAndroid applications.Android applications.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Every some time, the app completely crashes on production and I get this from Sentry:
This was also happening on versions previous to 0.72 as well
React Native Version
0.72.0-rc.5
Output of
npx react-native infoSteps to reproduce
So Sentry very consistently reports this series of events when this exception happens:
But like, judging by the sequence and timing of these events, I think Sentry isn't really reporting properly? Like the user base is way too microscopic for this exact sequence of events at this exact timing to happen a couple times
Snack, code example, screenshot, or link to a repository
no idea