react-native: Android HeadlessJS Crash - Tried to finish non-existent task with id

Description

Hi there, I’ve seen this crash to happen much more since Android 12 and 96% Samsung devices.

I cannot reproduce and I do not use any library that uses Headless tasks.

Crashlytics: Fatal Exception: java.lang.AssertionError: Tried to finish non-existent task with id 1. at com.facebook.infer.annotation.Assertions.assertCondition(Assertions.java:88) at com.facebook.react.jstasks.HeadlessJsTaskContext.finishTask(HeadlessJsTaskContext.java:173) at com.facebook.react.jstasks.HeadlessJsTaskContext$3.run(HeadlessJsTaskContext.java:211) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:226) at android.os.Looper.loop(Looper.java:313) at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228) at java.lang.Thread.run(Thread.java:920)

Related https://github.com/facebook/react-native/issues/27597

Version

0.68.2

Output of npx react-native info

npx react-native info info Fetching system and libraries information… System: OS: Windows 10 10.0.22000 CPU: (16) x64 AMD Ryzen 7 3700X 8-Core Processor Memory: 10.64 GB / 31.92 GB Binaries: Node: 14.16.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.11 - ~\AppData\Roaming\npm\node_modules\yarn\bin\yarn.CMD npm: 6.14.11 - C:\Program Files\nodejs\npm.CMD Watchman: 20200816.222424.0 - C:\sites\tools\watchman\bin\watchman.EXE SDKs: Android SDK: Not Found Windows SDK: Not Found IDEs: Android Studio: Version 4.1.0.0 AI-201.8743.12.41.7199119 Visual Studio: Not Found Languages: Java: 11.0.14.1 - /cygdrive/c/Program Files/Eclipse Adoptium/jdk-11.0.14.101-hotspot/bin/javac npmPackages: @react-native-community/cli: Not Found react: ^17.0.2 => 17.0.2 react-native: ^0.68.2 => 0.68.2 react-native-windows: Not Found npmGlobalPackages: react-native: Not Found

Steps to reproduce

Cannot reproduce it.

Snack, code example, screenshot, or link to a repository

No response

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Reactions: 2
  • Comments: 23 (2 by maintainers)

Most upvoted comments

Having the same issue and I’m unable to reproduce the issue

facing this issue +1

Yap same issue continues on 0.69.5.

image

@kelset @cortinico any help please?