Thread 1: EXC_BAD_ACCESS (code=1, address=0x0) IOS

See original GitHub issue

Bug Report

Current behavior

Stream is created but App freezes and no connection happens

Steps to reproduce

OS : iOS 13.2.3 Xcode : Version 11.1 react-native : 61.2 react:16.9

Example Project

JUST THE BASIC VIDEO CHAT EXAMPLE https://github.com/opentok/opentok-react-native-samples/tree/master/BasicVideoChat

What is the current bug behavior?

Stream is created but App freezes and no connection happens

What is the expected correct behavior?

Connection between publisher and subscriber should be established Screenshot 2019-12-02 at 14 26 17

Relevant logs and/or screenshots

(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it’s very hard to read otherwise.)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:22 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
enricop89commented, Jun 27, 2022

This issue is two years old. Can you reproduce it with the latest version? If so, can you provide steps to reproduce? Thanks

0reactions
TalhaAhsancommented, Jul 19, 2022

Closing this issue as we haven’t received a response yet. Please open a new issue with further documentation like steps to reproduce if you continue to face this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

EXC_BAD_ACCESS (code=1, address=0x0) standard C ...
I keep getting this error: Thread 1: EXC_BAD_ACCESS (code=1, address=0x0). I've done some reading on this and believe it to be a memory...
Read more >
Error message help...Thread 1: EXC… - Apple Developer
Now it works on the simulator, but when I send it to my device to try and run it I get this error...
Read more >
Xcode: Thread 1: EXC_BAD_ACCESS (code=1, address=0x0 ...
This is a C++ problem not an Xcode problem. The error is telling you that you're trying to access a nullptr. When you...
Read more >
Why does my Xcode have this error, 'Thread 1 - Quora
This means that your program's thread 1 attempted a bad memory access. You attempted to access memory location 0x4 (which is also 4...
Read more >
Thread 1: EXC_BAD_ACCESS (code=1, address=0x0) with ...
**Platform(s) running Alamofire:iOS **macOS version running Xcode:none. I am using this helper to use ReachabilityManager and RxSwift.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found