Skip to content
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 on touch: TypeError: Attempted to assign to readonly property in ResponderTouchHistoryStore.js #6885

Closed
maxdjohnson opened this issue Apr 8, 2016 · 4 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@maxdjohnson
Copy link
Contributor

We're seeing this mysterious crash in our production app. It happens seemingly at random, when the user drags in the app. I don't have a clean stack trace, but the error happens in the React codebase, here: https://github.com/facebook/react/blob/v0.14.7/src/renderers/shared/event/eventPlugins/ResponderTouchHistoryStore.js#L123
Looking at the code, I'm not sure how this could be happening - I suspect it could be a bug in JSC. Possibly related: https://bugs.webkit.org/show_bug.cgi?id=138038

Last seen in React Native 0.22, React 0.14.7, and iOS 9.3

@gre
Copy link
Contributor

gre commented Apr 13, 2016

we have seen this too (and at the EXACT location you pointed at).

using RN 0.22.2

@ide
Copy link
Contributor

ide commented Apr 13, 2016

That linked JSC bug sounds like it was fixed in time for iOS 9 so I don't think that's it.

@drtangible
Copy link
Contributor

drtangible commented Apr 14, 2016

We're seeing this as well, using RN 0.22.

Potentially related threads: facebook/react#6277, #5246

@maxdjohnson
Copy link
Contributor Author

Good catch @drtangible - going to close this out since it's believed to be fixed in RN 0.24

@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

6 participants