question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

com.facebook.react.JavaScript (17): EXC_BAD_ACCESS (code=1, address=0xda9bf7c08)

See original GitHub issue

Environment:

OS: macOS Sierra 10.12.6
Xcode: Xcode 9.2 Build version 9C40b
Node: 6.11.1
npm: 3.10.10
Watchman: 4.9.0
react-native-cli: 2.0.1

Description:

When I run my code the app gets crashes in this line context = [JSC_JSContext(contextRef) contextWithJSGlobalContextRef:contextRef] which is from /Users/mac1/Documents/test/project/node_modules/react-native/React/Executors/RCTJSCExecutor.mm. Can anyone help me with this issue

Crashlytics Log:

crashlytics_log.txt

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
MomenYassercommented, Sep 23, 2019

Guys i’m still have this issue, RN 60.5 image

3reactions
andresmtz98commented, Feb 21, 2019

Similar problem with release variant 😕. That happens once the app has been opened and i press any button or textinput

Same here, do you have resolved?

Sure. In my case, it was due the Podfile and manual dependencies. Make sure your dependencies are added once because if you have X module to add in Podfile and the same X dependency in Project build phases maybe throws that error.

Example: Note my Podfile and build phases whatsapp image 2019-02-12 at 09 13 52 whatsapp image 2019-02-12 at 09 18 00

Some dependencies were already added manually but i didn’t know (I didn’t understand a lot of this because i’m new with Pods :v)

Read more comments on GitHub >

github_iconTop Results From Across the Web

com.facebook.react.JavaScript (17): EXC_BAD_ACCESS ...
Description: When I run my code the app gets crashes in this line context = [JSC_JSContext(contextRef) contextWithJSGlobalContextRef:contextRef] ...
Read more >
React – A JavaScript library for building user interfaces
Design simple views for each state in your application, and React will efficiently update and render just the right components when your data...
Read more >
React JavaScript Tutorial in Visual Studio Code
React JavaScript tutorial showing IntelliSense, debugging, and code navigation support in the Visual Studio Code editor.
Read more >
React (JavaScript library) - Wikipedia
It is maintained by Meta (formerly Facebook) and a community of individual developers and companies. React can be used as a base in...
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