Skip to content

CppException: Cannot set property 'startTime' of undefined #6299

Open
@andreialecu

Description

Description

This seems to be a new issue, we haven't seen it logged before.

Probably caused by #6143

Just bumped to 3.14.0 and published an update and seeing these logged in Sentry:

com.facebook.jni.CppException: Cannot set property 'startTime' of undefined

TypeError: Cannot set property 'startTime' of undefined
    at manageStateFrameCallback (JavaScript:1:1614)
    at anonymous (JavaScript:1:116)
    at apply (native)
    at anonymous (JavaScript:1:112)
    at forEach (native)
    at anonymous (JavaScript:1:79)
    at com.swmansion.reanimated.AndroidUIScheduler.triggerUI(AndroidUIScheduler.java)
    at com.swmansion.reanimated.AndroidUIScheduler$1.run(AndroidUIScheduler.java:24)
    at com.swmansion.reanimated.AndroidUIScheduler$2.runGuarded(AndroidUIScheduler.java:43)
    at com.facebook.react.bridge.GuardedRunnable.run(GuardedRunnable.java:29)
    at android.os.Handler.handleCallback(Handler.java:938)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:233)
    at android.app.ActivityThread.main(ActivityThread.java:8030)
    at java.lang.reflect.Method.invoke(Method.java)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978)

Steps to reproduce

  1. not sure of a repro yet, just reporting this for awareness currently

Snack or a link to a repository

https://snack.expo.io/

Reanimated version

3.14.0

React Native version

0.74.2

Platforms

Android

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

No response

Acknowledgements

Yes

Metadata

Assignees

Labels

Missing reproThis issue need minimum repro scenarioPlatform: AndroidThis issue is specific to Android

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions