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

com.facebook.jni.CppException: bad_weak_ptr #23

Open
alekseynemiro opened this issue Aug 9, 2023 · 1 comment
Open

com.facebook.jni.CppException: bad_weak_ptr #23

alekseynemiro opened this issue Aug 9, 2023 · 1 comment
Labels
2` bug 🐞 Something isn't working 3` minor 4` v1.0 Affects v1.0
Milestone

Comments

@alekseynemiro
Copy link
Owner

The error occurs during automatic testing in the Google Console.

Exception com.facebook.jni.CppException: bad_weak_ptr
  at com.swmansion.reanimated.Scheduler.triggerUI
  at com.swmansion.reanimated.Scheduler$1.run (Scheduler.java:24)
  at com.swmansion.reanimated.Scheduler$2.runGuarded (Scheduler.java:43)
  at com.facebook.react.bridge.GuardedRunnable.run (GuardedRunnable.java:30)
  at android.os.Handler.handleCallback (Handler.java:938)
  at android.os.Handler.dispatchMessage (Handler.java:99)
  at androidx.test.espresso.base.Interrogator.loopAndInterrogate (Interrogator.java:10)
  at androidx.test.espresso.base.UiControllerImpl.loopUntil (UiControllerImpl.java:7)
  at androidx.test.espresso.base.UiControllerImpl.loopUntil (UiControllerImpl.java:1)
  at androidx.test.espresso.base.UiControllerImpl.loopMainThreadForAtLeast (UiControllerImpl.java:7)
  at androidx.test.espresso.action.Tap$1.sendTap (Tap.java:4)
  at androidx.test.espresso.action.GeneralClickAction.perform (GeneralClickAction.java:4)
  at androidx.test.espresso.ViewInteraction$SingleExecutionViewAction.perform (ViewInteraction.java:2)
  at androidx.test.espresso.ViewInteraction.doPerform (ViewInteraction.java:23)
  at androidx.test.espresso.ViewInteraction.-$$Nest$mdoPerform
  at androidx.test.espresso.ViewInteraction$1.call (ViewInteraction.java:6)
  at androidx.test.espresso.ViewInteraction$1.call (ViewInteraction.java:1)
  at java.util.concurrent.FutureTask.run (FutureTask.java:266)
  at android.os.Handler.handleCallback (Handler.java:938)
  at android.os.Handler.dispatchMessage (Handler.java:99)
  at android.os.Looper.loop (Looper.java:223)
  at android.app.ActivityThread.main (ActivityThread.java:7664)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:592)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:947)

Steps to reproduce the behavior

Can't eproduce.

Video

video.mp4

Affected versions

  • v1.0 (build: 20230808)

Device (please complete the following information):

  • Google Pixel 5, Android 11 (SDK 30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2` bug 🐞 Something isn't working 3` minor 4` v1.0 Affects v1.0
Projects
None yet
Development

No branches or pull requests

1 participant