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

Android crashes playing simple spinner animation (FORTIFY: pthread_mutex_lock called on a destroyed mutex) #243

Open
OzymandiasTheGreat opened this issue May 17, 2024 · 0 comments

Comments

@OzymandiasTheGreat
Copy link

OzymandiasTheGreat commented May 17, 2024

Description

Displaying a simple spinner animation on android causes a crash about half the time.
No errors on JS side, logcat logs FORTIFY: pthread_mutex_lock called on a destroyed mutex.
It's been working fine for months, only started crashing and crashing a lot in the past week.

Provide a Repro

<Rive
  style={{ width: 64, height: 64 }}
  resourceName="app_animations"
  artboardName="activity-indicator"
/>

Source .riv/.rev file

I don't have the rights to share the source .riv.

Expected behavior

Screenshots

Device & Versions (please complete the following information)

  • Device: Pixel 6a, also getting reports of this happening a lot on Miui devices
  • OS: Android 14
  • NPM Version: 10.2.5

Additional context

The crashes started with rive-react-native version 7.0.2 and are still occurring on 7.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant