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

Crashed on iOS Production #6747

Open
1962449521 opened this issue Nov 22, 2024 · 1 comment
Open

Crashed on iOS Production #6747

1962449521 opened this issue Nov 22, 2024 · 1 comment
Labels
Missing repro This issue need minimum repro scenario Platform: iOS This issue is specific to iOS

Comments

@1962449521
Copy link

Description

Need to use Remanimated, but iOS crashes when switching users and destroying the engine.

Steps to reproduce

  1. Log in to the iOS App
  2. Log out, call RCTBridge invalidate
  3. Crash at the assertion in the destructor of JSCRuntime::~JSCRuntime():
  4. assert(objectCounter_ == 0 && "JSCRuntime destroyed with a dangling API object");

Snack or a link to a repository

Private Codes

Reanimated version

3.6.1

React Native version

0.73.1

Platforms

iOS

JavaScript runtime

JSC

Workflow

React Native

Architecture

Paper (Old Architecture)

Build type

Release app & production bundle

Device

Real device

Device model

iPhone 15(os version: 17.5.1)

Acknowledgements

Yes

@github-actions github-actions bot added the Platform: iOS This issue is specific to iOS label Nov 22, 2024
Copy link

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

@github-actions github-actions bot added the Missing repro This issue need minimum repro scenario label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing repro This issue need minimum repro scenario Platform: iOS This issue is specific to iOS
Projects
None yet
Development

No branches or pull requests

1 participant