facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
117.14k stars 24.08k forks source link

App crashes on ARM emulator (and possibly for users of our production app) with signal 4 (SIGILL) #28308

Closed SuhairZain closed 3 years ago

SuhairZain commented 4 years ago

Description: A newly created RN app crashes as soon as it is opened on an emulator. Works fine on real device, but we've been getting crashes from our production app. So we think it might be related.

React Native version: System: OS: macOS 10.15.3 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 281.17 MB / 16.00 GB Shell: 5.7.1 - /usr/local/bin/zsh Binaries: Node: 13.9.0 - ~/.nvm/versions/node/v13.9.0/bin/node Yarn: 1.21.1 - /usr/local/bin/yarn npm: 6.13.7 - ~/.nvm/versions/node/v13.9.0/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1 Android SDK: API Levels: 17, 19, 23, 27, 28 Build Tools: 20.0.0, 23.0.2, 27.0.3, 28.0.3 System Images: android-18 | ARM EABI v7a, android-22 | Google APIs ARM EABI v7a, android-23 | ARM EABI v7a, android-24 | ARM EABI v7a, android-24 | Google APIs ARM EABI v7a IDEs: Android Studio: 3.6 AI-192.7142.36.36.6241897 Xcode: 11.3/11C29 - /usr/bin/xcodebuild npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5

Steps To Reproduce

  1. Create a new app using react-native init androidCrash
  2. Comment the initializeFlipper(this) line in MainApplication.java (flipper crashes for some reason).
  3. Create an arm emulator for Android 5.1 (API 22) on Android Studio, with or without Google APIs.
  4. Run on the emulator with yarn android

Expected Results

App runs without any issues

Android studio log:

03-14 17:01:34.755 8168-8641/system_process I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.hermestrial/.MainActivity (has extras)} from uid 10013 on display 0
03-14 17:01:34.772 8168-8641/system_process V/WindowManager: addAppToken: AppWindowToken{3fe8cbbb token=Token{3a77b04a ActivityRecord{1dfe21b5 u0 com.hermestrial/.MainActivity t35}}} to stack=1 task=35 at 0
03-14 17:01:34.834 8168-8191/system_process V/WindowManager: Adding window Window{1efdfea2 u0 Starting com.hermestrial} at 2 of 7 (after Window{5083726 u0 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL})
03-14 17:01:34.961 642-693/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8294400
03-14 17:01:35.352 8168-8186/system_process W/ActivityManager: Activity pause timeout for ActivityRecord{29068801 u0 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL t22}
03-14 17:01:35.541 11796-11796/? I/art: Not late-enabling -Xcheck:jni (already on)
03-14 17:01:35.605 8168-8186/system_process I/ActivityManager: Start proc 11796:com.hermestrial/u0a59 for activity com.hermestrial/.MainActivity
03-14 17:01:35.613 8168-8476/system_process W/art: Long monitor contention event with owner method=void com.android.server.am.ActivityStack$ActivityStackHandler.handleMessage(android.os.Message) from ActivityStack.java:273 waiters=0 for 239ms
03-14 17:01:36.435 11796-11796/com.hermestrial D/SoLoader: init start
03-14 17:01:36.436 11796-11796/com.hermestrial D/SoLoader: adding system library source: /vendor/lib
03-14 17:01:36.437 11796-11796/com.hermestrial D/SoLoader: adding system library source: /system/lib
03-14 17:01:36.439 11796-11796/com.hermestrial D/SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.hermestrial-1/lib/arm flags = 0]
03-14 17:01:36.443 11796-11796/com.hermestrial D/SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/com.hermestrial/lib-main flags = 1]
03-14 17:01:36.503 11796-11796/com.hermestrial D/SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
03-14 17:01:36.503 11796-11796/com.hermestrial D/SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/vendor/lib flags = 2]
03-14 17:01:36.504 11796-11796/com.hermestrial D/SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.hermestrial-1/lib/arm flags = 0]
03-14 17:01:36.504 11796-11796/com.hermestrial D/SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/com.hermestrial/lib-main flags = 1]
03-14 17:01:36.528 11796-11796/com.hermestrial V/fb-UnpackingSoSource: locked dso store /data/data/com.hermestrial/lib-main
03-14 17:01:36.546 11796-11796/com.hermestrial I/fb-UnpackingSoSource: dso store is up-to-date: /data/data/com.hermestrial/lib-main
03-14 17:01:36.547 11796-11796/com.hermestrial V/fb-UnpackingSoSource: releasing dso store lock for /data/data/com.hermestrial/lib-main
03-14 17:01:36.547 11796-11796/com.hermestrial D/SoLoader: init finish: 4 SO sources prepared
03-14 17:01:36.547 11796-11796/com.hermestrial D/SoLoader: init exiting
03-14 17:01:36.895 8491-8491/com.google.android.googlequicksearchbox I/Choreographer: Skipped 44 frames!  The application may be doing too much work on its main thread.
03-14 17:01:37.064 8491-8702/com.google.android.googlequicksearchbox D/EGL_emulation: eglMakeCurrent: 0xa300a280: ver 2 0 (tinfo 0xb4aee5a0)
03-14 17:01:37.265 8776-11126/com.google.android.gms.persistent W/Icing: isOptedInForAppHistory: empty Account Name encountered
03-14 17:01:37.367 11796-11808/com.hermestrial I/art: Background sticky concurrent mark sweep GC freed 1980(193KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 846KB/1117KB, paused 416us total 148.890ms
03-14 17:01:37.377 11796-11796/com.hermestrial W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter androidx.vectordrawable.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
03-14 17:01:37.588 11796-11796/com.hermestrial D/SoLoader: About to load: libjscexecutor.so
03-14 17:01:37.590 11796-11796/com.hermestrial D/SoLoader: libjscexecutor.so not found on /data/data/com.hermestrial/lib-main
03-14 17:01:37.590 11796-11796/com.hermestrial D/SoLoader: libjscexecutor.so found on /data/app/com.hermestrial-1/lib/arm
03-14 17:01:37.590 11796-11796/com.hermestrial D/SoLoader: Not resolving dependencies for libjscexecutor.so
03-14 17:01:37.592 11796-11796/com.hermestrial W/linker: libjscexecutor.so: unused DT entry: type 0x6ffffffe arg 0x14dd0
03-14 17:01:37.592 11796-11796/com.hermestrial W/linker: libjscexecutor.so: unused DT entry: type 0x6fffffff arg 0x3
03-14 17:01:37.600 11796-11796/com.hermestrial W/linker: libfb.so: unused DT entry: type 0x6ffffffe arg 0xe680
03-14 17:01:37.600 11796-11796/com.hermestrial W/linker: libfb.so: unused DT entry: type 0x6fffffff arg 0x2
03-14 17:01:37.601 11796-11796/com.hermestrial W/linker: libreactnativejni.so: unused DT entry: type 0x6ffffffe arg 0x6dc50
03-14 17:01:37.601 11796-11796/com.hermestrial W/linker: libreactnativejni.so: unused DT entry: type 0x6fffffff arg 0x3
03-14 17:01:37.602 11796-11796/com.hermestrial W/linker: libjsc.so: unused DT entry: type 0x6ffffffe arg 0x28924
03-14 17:01:37.602 11796-11796/com.hermestrial W/linker: libjsc.so: unused DT entry: type 0x6fffffff arg 0x3
03-14 17:01:37.607 11796-11796/com.hermestrial W/linker: libjsinspector.so: unused DT entry: type 0x6ffffffe arg 0x3350
03-14 17:01:37.607 11796-11796/com.hermestrial W/linker: libjsinspector.so: unused DT entry: type 0x6fffffff arg 0x3
03-14 17:01:37.608 11796-11796/com.hermestrial W/linker: libfolly_json.so: unused DT entry: type 0x6ffffffe arg 0x2a6c8
03-14 17:01:37.608 11796-11796/com.hermestrial W/linker: libfolly_json.so: unused DT entry: type 0x6fffffff arg 0x3
03-14 17:01:37.609 11796-11796/com.hermestrial W/linker: libglog.so: unused DT entry: type 0x6ffffffe arg 0x6490
03-14 17:01:37.609 11796-11796/com.hermestrial W/linker: libglog.so: unused DT entry: type 0x6fffffff arg 0x2
03-14 17:01:37.610 11796-11796/com.hermestrial W/linker: libc++_shared.so: unused DT entry: type 0x6ffffffe arg 0x2bb84
03-14 17:01:37.610 11796-11796/com.hermestrial W/linker: libc++_shared.so: unused DT entry: type 0x6fffffff arg 0x2
03-14 17:01:37.621 11796-11796/com.hermestrial W/linker: libglog_init.so: unused DT entry: type 0x6ffffffe arg 0xe44
03-14 17:01:37.621 11796-11796/com.hermestrial W/linker: libglog_init.so: unused DT entry: type 0x6fffffff arg 0x2
03-14 17:01:37.629 11796-11796/com.hermestrial W/linker: libyoga.so: unused DT entry: type 0x6ffffffe arg 0x4788
03-14 17:01:37.629 11796-11796/com.hermestrial W/linker: libyoga.so: unused DT entry: type 0x6fffffff arg 0x3
03-14 17:01:37.811 11796-11796/com.hermestrial D/JavaScriptCore.Version: 245459.0.0
03-14 17:01:37.845 11796-11796/com.hermestrial D/SoLoader: Loaded: libjscexecutor.so
03-14 17:01:37.848 11796-11796/com.hermestrial D/ReactNative: ReactInstanceManager.ctor()
03-14 17:01:37.848 11796-11796/com.hermestrial D/SoLoader: init exiting
03-14 17:01:38.095 11796-11808/com.hermestrial I/art: Background partial concurrent mark sweep GC freed 791(58KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 1035KB/2MB, paused 1.667ms total 169.038ms
03-14 17:01:38.302 8168-8243/system_process D/TaskPersister: removeObsoleteFile: deleting file=34_task.xml
03-14 17:01:38.559 11796-11796/com.hermestrial D/ReactNative: ReactInstanceManager.createReactContextInBackground()
03-14 17:01:38.559 11796-11796/com.hermestrial D/ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner()
03-14 17:01:39.589 11796-11796/com.hermestrial I/art: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>
03-14 17:01:39.590 11796-11796/com.hermestrial I/art: Rejecting re-init on previously-failed class java.lang.Class<androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerWrapper>
03-14 17:01:39.776 11796-11824/com.hermestrial D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
03-14 17:01:39.793 11796-11796/com.hermestrial D/Atlas: Validating map...
03-14 17:01:39.814 8168-8182/system_process V/WindowManager: Adding window Window{2553ccb4 u0 com.hermestrial/com.hermestrial.MainActivity} at 2 of 8 (before Window{1efdfea2 u0 Starting com.hermestrial})
03-14 17:01:39.892 11796-11796/com.hermestrial W/unknown:ReactNative: Packager connection already open, nooping.
03-14 17:01:40.031 11796-11824/com.hermestrial I/OpenGLRenderer: Initialized EGL, version 1.4
03-14 17:01:40.032 11796-11824/com.hermestrial W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
03-14 17:01:40.050 11796-11824/com.hermestrial D/EGL_emulation: eglCreateContext: 0xb4acbf40: maj 2 min 0 rcv 2
03-14 17:01:40.058 11796-11824/com.hermestrial D/EGL_emulation: eglMakeCurrent: 0xb4acbf40: ver 2 0 (tinfo 0xb4acd5c0)
03-14 17:01:40.080 11796-11824/com.hermestrial D/OpenGLRenderer: Enabling debug mode 0
03-14 17:01:40.104 11796-11824/com.hermestrial D/EGL_emulation: eglMakeCurrent: 0xb4acbf40: ver 2 0 (tinfo 0xb4acd5c0)
03-14 17:01:40.329 11796-11808/com.hermestrial I/art: Background sticky concurrent mark sweep GC freed 5942(342KB) AllocSpace objects, 1(16KB) LOS objects, 21% free, 1617KB/2MB, paused 2.294ms total 171.736ms
03-14 17:01:40.450 8168-8226/system_process V/WindowManager: Adding window Window{3e475452 u0 PopupWindow:18cb45d5} at 3 of 9 (after Window{2553ccb4 u0 com.hermestrial/com.hermestrial.MainActivity})
03-14 17:01:40.460 8168-8641/system_process I/WindowManager: Switching to real app window: Window{2553ccb4 u0 com.hermestrial/com.hermestrial.MainActivity}
03-14 17:01:40.652 11796-11818/com.hermestrial D/SoLoader: About to load: libreactnativejni.so
03-14 17:01:40.663 11796-11818/com.hermestrial D/SoLoader: libreactnativejni.so not found on /data/data/com.hermestrial/lib-main
03-14 17:01:40.663 11796-11818/com.hermestrial D/SoLoader: libreactnativejni.so found on /data/app/com.hermestrial-1/lib/arm
03-14 17:01:40.663 11796-11818/com.hermestrial D/SoLoader: Not resolving dependencies for libreactnativejni.so
03-14 17:01:40.745 11796-11818/com.hermestrial D/SoLoader: Loaded: libreactnativejni.so
03-14 17:01:40.747 11796-11818/com.hermestrial D/SoLoader: About to load: libfb.so
03-14 17:01:40.748 11796-11818/com.hermestrial D/SoLoader: libfb.so not found on /data/data/com.hermestrial/lib-main
03-14 17:01:40.748 11796-11818/com.hermestrial D/SoLoader: libfb.so found on /data/app/com.hermestrial-1/lib/arm
03-14 17:01:40.748 11796-11818/com.hermestrial D/SoLoader: Not resolving dependencies for libfb.so
03-14 17:01:40.790 11796-11818/com.hermestrial D/SoLoader: About to load: libfb.so
03-14 17:01:40.791 11796-11818/com.hermestrial D/SoLoader: libfb.so not found on /data/data/com.hermestrial/lib-main
03-14 17:01:40.791 11796-11818/com.hermestrial D/SoLoader: libfb.so found on /data/app/com.hermestrial-1/lib/arm
03-14 17:01:40.791 11796-11818/com.hermestrial D/SoLoader: Not resolving dependencies for libfb.so
03-14 17:01:40.797 11796-11818/com.hermestrial I/art: Thread[16,tid=11818,WaitingForJniOnLoad,Thread*=0xb4ae8000,peer=0x12d9e460,"OkHttp http://10.0.2.2:8081/..."] recursive attempt to load library "/data/app/com.hermestrial-1/lib/arm/libfb.so"
03-14 17:01:40.797 11796-11818/com.hermestrial D/SoLoader: Loaded: libfb.so
03-14 17:01:40.800 11796-11818/com.hermestrial D/SoLoader: Loaded: libfb.so
03-14 17:01:40.818 11796-11824/com.hermestrial D/EGL_emulation: eglMakeCurrent: 0xb4acbf40: ver 2 0 (tinfo 0xb4acd5c0)
03-14 17:01:41.135 8168-8191/system_process I/ActivityManager: Displayed com.hermestrial/.MainActivity: +5s780ms
03-14 17:01:41.959 11796-11824/com.hermestrial D/EGL_emulation: eglMakeCurrent: 0xb4acbf40: ver 2 0 (tinfo 0xb4acd5c0)
03-14 17:01:41.997 11796-11796/com.hermestrial D/ReactNative: ReactInstanceManager.onJSBundleLoadedFromServer()
03-14 17:01:42.007 11796-11796/com.hermestrial D/ReactNative: ReactInstanceManager.recreateReactContextInBackground()
03-14 17:01:42.007 11796-11796/com.hermestrial D/ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread()
03-14 17:01:42.027 11796-11827/com.hermestrial D/ReactNative: ReactInstanceManager.createReactContext()
03-14 17:01:42.105 11796-11827/com.hermestrial D/ReactNative: Initializing React Xplat Bridge.
03-14 17:01:42.127 11796-11827/com.hermestrial D/ReactNative: Initializing React Xplat Bridge before initializeBridge

    --------- beginning of crash
03-14 17:01:42.141 11796-11828/com.hermestrial A/libc: Fatal signal 4 (SIGILL), code 1, fault addr 0xa4ce15e4 in tid 11828 (mqt_js)
03-14 17:01:42.183 11796-11808/com.hermestrial I/art: Background sticky concurrent mark sweep GC freed 3883(204KB) AllocSpace objects, 0(0B) LOS objects, 10% free, 1841KB/2MB, paused 10.478ms total 101.762ms
03-14 17:01:42.286 647-647/? I/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
03-14 17:01:42.291 647-647/? I/DEBUG: Build fingerprint: 'Android/sdk_google_phone_armv7/generic:5.1.1/LMY48X/5525941:userdebug/test-keys'
03-14 17:01:42.296 647-647/? I/DEBUG: Revision: '0'
03-14 17:01:42.301 647-647/? I/DEBUG: ABI: 'arm'
03-14 17:01:42.305 647-647/? I/DEBUG: pid: 11796, tid: 11828, name: mqt_js  >>> com.hermestrial <<<
03-14 17:01:42.309 647-647/? I/DEBUG: signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0xa4ce15e4
03-14 17:01:42.360 647-647/? I/DEBUG:     r0 a4ce16d0  r1 a4ce1750  r2 00000001  r3 00000000
03-14 17:01:42.364 647-647/? I/DEBUG:     r4 a4ef4384  r5 afa24650  r6 a2fff700  r7 a2fff6f0
03-14 17:01:42.368 647-647/? I/DEBUG:     r8 a4ce15e1  r9 b4b916dc  sl b4b916d4  fp b4a55d10
03-14 17:01:42.371 647-647/? I/DEBUG:     ip afa21e9c  sp a2fff6e0  lr af9f62e1  pc a4ce15e4  cpsr 60000170
03-14 17:01:42.378 647-647/? I/DEBUG: backtrace:
03-14 17:01:42.380 647-647/? I/DEBUG:     #00 pc 004865e4  /data/app/com.hermestrial-1/lib/arm/libjsc.so (_ZNSt6__ndk117__call_once_proxyINS_5tupleIJOZN3WTF12_GLOBAL__N_127sharedRandomNumberGeneratorEvE3$_0EEEEEvPv+3)
03-14 17:01:42.384 647-647/? I/DEBUG:     #01 pc 000602df  /data/app/com.hermestrial-1/lib/arm/libc++_shared.so (std::__ndk1::__call_once(unsigned long volatile&, void*, void (*)(void*))+74)
03-14 17:01:42.388 647-647/? I/DEBUG:     #02 pc 004860c9  /data/app/com.hermestrial-1/lib/arm/libjsc.so (WTF::cryptographicallyRandomNumber()+48)
03-14 17:01:42.392 647-647/? I/DEBUG:     #03 pc 00490207  /data/app/com.hermestrial-1/lib/arm/libjsc.so (_ZNSt6__ndk117__call_once_proxyINS_5tupleIJOZN3WTF19initializeThreadingEvE3$_1EEEEEvPv+2)
03-14 17:01:42.396 647-647/? I/DEBUG:     #04 pc 000602df  /data/app/com.hermestrial-1/lib/arm/libc++_shared.so (std::__ndk1::__call_once(unsigned long volatile&, void*, void (*)(void*))+74)
03-14 17:01:42.400 647-647/? I/DEBUG:     #05 pc 0048f60f  /data/app/com.hermestrial-1/lib/arm/libjsc.so (WTF::initializeThreading()+38)
03-14 17:01:42.403 647-647/? I/DEBUG:     #06 pc 00315c53  /data/app/com.hermestrial-1/lib/arm/libjsc.so (_ZNSt6__ndk117__call_once_proxyINS_5tupleIJOZN3JSC19initializeThreadingEvE3$_0EEEEEvPv+2)
03-14 17:01:42.405 647-647/? I/DEBUG:     #07 pc 000602df  /data/app/com.hermestrial-1/lib/arm/libc++_shared.so (std::__ndk1::__call_once(unsigned long volatile&, void*, void (*)(void*))+74)
03-14 17:01:42.407 647-647/? I/DEBUG:     #08 pc 00314293  /data/app/com.hermestrial-1/lib/arm/libjsc.so (JSC::initializeThreading()+38)
03-14 17:01:42.410 647-647/? I/DEBUG:     #09 pc 00069e57  /data/app/com.hermestrial-1/lib/arm/libjsc.so (JSGlobalContextCreateInGroup+10)
03-14 17:01:42.411 647-647/? I/DEBUG:     #10 pc 000213d1  /data/app/com.hermestrial-1/lib/arm/libjscexecutor.so (facebook::jsc::JSCRuntime::JSCRuntime()+16)
03-14 17:01:42.414 647-647/? I/DEBUG:     #11 pc 00023893  /data/app/com.hermestrial-1/lib/arm/libjscexecutor.so (facebook::jsc::makeJSCRuntime()+14)
03-14 17:01:42.417 647-647/? I/DEBUG:     #12 pc 0001ab6f  /data/app/com.hermestrial-1/lib/arm/libjscexecutor.so
03-14 17:01:42.423 647-647/? I/DEBUG:     #13 pc 000aa26f  /data/app/com.hermestrial-1/lib/arm/libreactnativejni.so (facebook::react::NativeToJsBridge::NativeToJsBridge(facebook::react::JSExecutorFactory*, std::__ndk1::shared_ptr<facebook::react::ModuleRegistry>, std::__ndk1::shared_ptr<facebook::react::MessageQueueThread>, std::__ndk1::shared_ptr<facebook::react::InstanceCallback>)+146)
03-14 17:01:42.429 647-647/? I/DEBUG:     #14 pc 000a501f  /data/app/com.hermestrial-1/lib/arm/libreactnativejni.so
03-14 17:01:42.434 647-647/? I/DEBUG:     #15 pc 00088d17  /data/app/com.hermestrial-1/lib/arm/libreactnativejni.so
03-14 17:01:42.440 647-647/? I/DEBUG:     #16 pc 000877e3  /data/app/com.hermestrial-1/lib/arm/libreactnativejni.so
03-14 17:01:42.445 647-647/? I/DEBUG:     #17 pc 0007ce47  /data/app/com.hermestrial-1/lib/arm/libreactnativejni.so (_ZN8facebook3jni6detail13MethodWrapperIMNS_5react15JNativeRunnableEFvvEXadL_ZNS4_3runEvEES4_vJEE8dispatchENS0_9alias_refIPNS1_8JTypeForINS0_11HybridClassIS4_NS3_8RunnableEE8JavaPartESB_vE11_javaobjectEEE+10)
03-14 17:01:42.453 647-647/? I/DEBUG:     #18 pc 0007ce81  /data/app/com.hermestrial-1/lib/arm/libreactnativejni.so (_ZN8facebook3jni6detail17WrapForVoidReturnIPFvNS0_9alias_refIPNS1_8JTypeForINS0_11HybridClassINS_5react15JNativeRunnableENS6_8RunnableEE8JavaPartES8_vE11_javaobjectEEEEXadL_ZNS1_13MethodWrapperIMS7_FvvEXadL_ZNS7_3runEvEES7_vJEE8dispatchESE_EEvJSD_EE4callEOSD_+20)
03-14 17:01:42.455 647-647/? I/DEBUG:     #19 pc 0007cdf7  /data/app/com.hermestrial-1/lib/arm/libreactnativejni.so (_ZN8facebook3jni6detail15FunctionWrapperIPFvNS0_9alias_refIPNS1_8JTypeForINS0_11HybridClassINS_5react15JNativeRunnableENS6_8RunnableEE8JavaPartES8_vE11_javaobjectEEEEXadL_ZNS1_13MethodWrapperIMS7_FvvEXadL_ZNS7_3runEvEES7_vJEE8dispatchESE_EESD_vJEE4callEP7_JNIEnvP8_jobject+30)
03-14 17:01:42.460 647-647/? I/DEBUG:     #20 pc 00150ec7  /data/dalvik-cache/arm/data@app@com.hermestrial-1@base.apk@classes.dex
safaiyeh commented 4 years ago

Yup I experienced this as well on the latest 0.62 template.

stale[bot] commented 3 years ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

stale[bot] commented 3 years ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.