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 when using Voiceover #26546

Closed
YoungGA opened this issue Sep 24, 2019 · 5 comments
Closed

Crash when using Voiceover #26546

YoungGA opened this issue Sep 24, 2019 · 5 comments
Labels
Bug Needs: Author Feedback Needs: Issue Template This issue does not make use of the Issue Template, and may be missing necessary information. Newer Patch Available Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@YoungGA
Copy link

YoungGA commented Sep 24, 2019

Crash only when using Voiceover, good performance when shutting down

This only happens on XCode 11 and iOS 13

My Reat-native version is 0.59.8

void SendDelegateMessage(NSInvocation *): delegate (webView:resource:didFinishLoadingFromDataSource:) failed to return after waiting 10.000000 seconds. main run loop mode: kCFRunLoopDefaultMode

nw_connection_receive_internal_block_invoke [C26] Receive reply failed with error "Operation canceled"

Message from debugger: Terminated due to memory issue

This is the last content that appears in the console, then the program crashes

info
React Native Environment Info:
System:
OS: macOS 10.14.5
CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
Memory: 107.11 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.12.0 - /usr/local/bin/node
Yarn: 1.10.1 - /usr/local/bin/yarn
npm: 6.4.1 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 13.0, DriverKit 19.0, macOS 10.15, tvOS 13.0, watchOS 6.0
IDEs:
Xcode: 11.0/11A419c - /usr/bin/xcodebuild
npmPackages:
react: 16.8.3 => 16.8.3
react-native: 0.59.8 => 0.59.8
npmGlobalPackages:
react-native-cli: 2.0.1

@YoungGA YoungGA added the Bug label Sep 24, 2019
@react-native-bot
Copy link
Collaborator

Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety?

👉 Click here if you want to take another look at the Bug Report issue template.

@react-native-bot react-native-bot added Ran Commands One of our bots successfully processed a command. Resolution: Needs More Information labels Sep 24, 2019
@BeccaSheldon
Copy link

BeccaSheldon commented Sep 27, 2019

I'm also running into this with issue using Xcode 11, iOS 13.1, react 16.8.3, and react-native 0.59.9, only when building with react-native run-ios --device. If I build from Xcode, it works as expected with VoiceOver.

Edit: Actually it fails with Xcode when using the debug scheme and it builds with react-native when using the release configuration, so something about this setup and debug builds is off.

@YoungGA have you been able to get it working?

@bryanjclark
Copy link

Whenever I run in debug with VoiceOver enabled on a physical device, I'm seeing an EXC_BAD_ACCESS on perform_rebinding_with_section in RCTWebSocket > fishhook.c

This is preventing me from properly supporting VoiceOver in the Khan Academy app. Yikes!

This is in Xcode 11.1, building to iOS 13.1 on an iPhone XS, with react-native 0.59.9

@douglasmkim
Copy link

Has anyone gotten any solutions? I'm running VoiceOver on with Debug build configuration and hitting the same issue as @bryanjclark

@hramos hramos added Needs: Author Feedback Needs: Issue Template This issue does not make use of the Issue Template, and may be missing necessary information. Newer Patch Available and removed Resolution: Needs More Information labels Jan 18, 2020
@hramos
Copy link
Contributor

hramos commented Jan 21, 2020

Please make sure to fill in the issue template.

@hramos hramos closed this as completed Jan 21, 2020
@facebook facebook locked as resolved and limited conversation to collaborators Oct 3, 2021
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Oct 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Needs: Author Feedback Needs: Issue Template This issue does not make use of the Issue Template, and may be missing necessary information. Newer Patch Available Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

6 participants