-
Notifications
You must be signed in to change notification settings - Fork 954
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
Constant crashing with 0.171.1 upon reload #4242
Comments
I guess it happens a lot on You can see below what an absolute nightmare this makes debugging React Native. Basically, we can't. Entire days are wasted like this - note the roughly one crash PER MINUTE. This is the "better" version |
For me, 0.171.1 does nothing at all. It loads and shows a blank white screen (WIndows 11). |
Same here, Windows 10, blank screen. |
@nibblesnbits @firegate you'll have better luck if you make a new issue for that particular bug. |
{"app_name":"nomad","timestamp":"2022-10-26 16:41:00.00 +0300","app_version":"1.0","slice_uuid":"66dbe2c3-f184-3604-aacf-0b722ec5c3a6","build_version":"1","platform":7,"bundleID":"com.nomad.debug","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.0 (22A380)","roots_installed":0,"name":"nomad","incident_id":"95547A23-C216-4F7C-B8BF-B1022E4FB416"}
], ] |
🐛 Bug Report
After pausing execution for any amount of time, reloading the app crashes with this error:
SamplingProfiler should be destroyed on the same thread it is created'
Also reported at: facebook/react-native#35030
To Reproduce
Pause your app in Hermes Debugger for anywhere from a millisecond up. Now reload the app. It will crash, whether execution is paused before resuming or not.
This occurs whether experimental web server is enabled or not. This does not occur with Flipper 0.166.0.
Environment
Android SDK 31 - Ubuntu 22.04 - Flipper 0.171.1
The text was updated successfully, but these errors were encountered: