software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.83k stars 1.29k forks source link

bug: crashing on Android debug build with RN 0.75 #6415

Open Rexogamer opened 1 month ago

Rexogamer commented 1 month ago

Description

using the latest RN 0.75 RC with Reanimated 3.15.0, I get the following results:

crash log from logcat
``` 08-13 22:35:04.649 14683 15974 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x30 in tid 15974 (mqt_js), pid 14683 (.rnracrashrepro) 08-13 22:35:04.725 15982 15982 E crash_dump64: failed to get the guest state header for thread 14683: Bad address 08-13 22:35:04.729 15982 15982 E crash_dump64: failed to get the guest state header for thread 14686: Bad address 08-13 22:35:04.729 15982 15982 E crash_dump64: failed to get the guest state header for thread 14687: Bad address 08-13 22:35:04.730 15982 15982 E crash_dump64: failed to get the guest state header for thread 14688: Bad address 08-13 22:35:04.730 15982 15982 E crash_dump64: failed to get the guest state header for thread 14689: Bad address 08-13 22:35:04.731 15982 15982 E crash_dump64: failed to get the guest state header for thread 14691: Bad address 08-13 22:35:04.731 15982 15982 E crash_dump64: failed to get the guest state header for thread 14692: Bad address 08-13 22:35:04.731 15982 15982 E crash_dump64: failed to get the guest state header for thread 14693: Bad address 08-13 22:35:04.731 15982 15982 E crash_dump64: failed to get the guest state header for thread 14694: Bad address 08-13 22:35:04.731 15982 15982 E crash_dump64: failed to get the guest state header for thread 14695: Bad address 08-13 22:35:04.732 15982 15982 E crash_dump64: failed to get the guest state header for thread 14696: Bad address 08-13 22:35:04.732 15982 15982 E crash_dump64: failed to get the guest state header for thread 14697: Bad address 08-13 22:35:04.732 15982 15982 E crash_dump64: failed to get the guest state header for thread 14698: Bad address 08-13 22:35:04.732 15982 15982 E crash_dump64: failed to get the guest state header for thread 14700: Bad address 08-13 22:35:04.733 15982 15982 E crash_dump64: failed to get the guest state header for thread 14704: Bad address 08-13 22:35:04.733 15982 15982 E crash_dump64: failed to get the guest state header for thread 14709: Bad address 08-13 22:35:04.733 15982 15982 E crash_dump64: failed to get the guest state header for thread 14710: Bad address 08-13 22:35:04.733 15982 15982 E crash_dump64: failed to get the guest state header for thread 14725: Bad address 08-13 22:35:04.734 15982 15982 E crash_dump64: failed to get the guest state header for thread 14729: Bad address 08-13 22:35:04.734 15982 15982 E crash_dump64: failed to get the guest state header for thread 14732: Bad address 08-13 22:35:04.734 15982 15982 E crash_dump64: failed to get the guest state header for thread 14735: Bad address 08-13 22:35:04.734 15982 15982 E crash_dump64: failed to get the guest state header for thread 14736: Bad address 08-13 22:35:04.735 15982 15982 E crash_dump64: failed to get the guest state header for thread 14741: Bad address 08-13 22:35:04.735 15982 15982 E crash_dump64: failed to get the guest state header for thread 14783: Bad address 08-13 22:35:04.735 15982 15982 E crash_dump64: failed to get the guest state header for thread 14786: Bad address 08-13 22:35:04.735 15982 15982 E crash_dump64: failed to get the guest state header for thread 14787: Bad address 08-13 22:35:04.736 15982 15982 E crash_dump64: failed to get the guest state header for thread 14928: Bad address 08-13 22:35:04.736 15982 15982 E crash_dump64: failed to get the guest state header for thread 14939: Bad address 08-13 22:35:04.736 15982 15982 E crash_dump64: failed to get the guest state header for thread 14960: Bad address 08-13 22:35:04.736 15982 15982 E crash_dump64: failed to get the guest state header for thread 14961: Bad address 08-13 22:35:04.736 15982 15982 E crash_dump64: failed to get the guest state header for thread 14962: Bad address 08-13 22:35:04.736 15982 15982 E crash_dump64: failed to get the guest state header for thread 14966: Bad address 08-13 22:35:04.737 15982 15982 E crash_dump64: failed to get the guest state header for thread 14967: Bad address 08-13 22:35:04.737 15982 15982 E crash_dump64: failed to get the guest state header for thread 15018: Bad address 08-13 22:35:04.738 15982 15982 E crash_dump64: failed to get the guest state header for thread 15442: Bad address 08-13 22:35:04.738 15982 15982 E crash_dump64: failed to get the guest state header for thread 15443: Bad address 08-13 22:35:04.738 15982 15982 E crash_dump64: failed to get the guest state header for thread 15526: Bad address 08-13 22:35:04.739 15982 15982 E crash_dump64: failed to get the guest state header for thread 15578: Bad address 08-13 22:35:04.739 15982 15982 E crash_dump64: failed to get the guest state header for thread 15579: Bad address 08-13 22:35:04.739 15982 15982 E crash_dump64: failed to get the guest state header for thread 15750: Bad address 08-13 22:35:04.739 15982 15982 E crash_dump64: failed to get the guest state header for thread 15847: Bad address 08-13 22:35:04.739 15982 15982 E crash_dump64: failed to get the guest state header for thread 15871: Bad address 08-13 22:35:04.741 15982 15982 E crash_dump64: failed to get the guest state header for thread 15896: Bad address 08-13 22:35:04.741 15982 15982 E crash_dump64: failed to get the guest state header for thread 15912: Bad address 08-13 22:35:04.742 15982 15982 E crash_dump64: failed to get the guest state header for thread 15974: Bad address 08-13 22:35:04.742 15982 15982 E crash_dump64: failed to get the guest state header for thread 15976: Bad address 08-13 22:35:04.742 15982 15982 E crash_dump64: failed to get the guest state header for thread 15977: Bad address 08-13 22:35:04.742 15982 15982 E crash_dump64: failed to get the guest state header for thread 15979: Bad address 08-13 22:35:05.491 15982 15982 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 08-13 22:35:05.491 15982 15982 F DEBUG : Build fingerprint: 'google/panther_beta/panther:15/AP31.240617.010/12136053:user/release-keys' 08-13 22:35:05.491 15982 15982 F DEBUG : Revision: 'MP1.0' 08-13 22:35:05.491 15982 15982 F DEBUG : ABI: 'arm64' 08-13 22:35:05.491 15982 15982 F DEBUG : Timestamp: 2024-08-13 22:35:04.831442212+0100 08-13 22:35:05.491 15982 15982 F DEBUG : Process uptime: 909s 08-13 22:35:05.491 15982 15982 F DEBUG : Cmdline: com.rnracrashrepro 08-13 22:35:05.491 15982 15982 F DEBUG : pid: 14683, tid: 15974, name: mqt_js >>> com.rnracrashrepro <<< 08-13 22:35:05.491 15982 15982 F DEBUG : uid: 10012 08-13 22:35:05.491 15982 15982 F DEBUG : tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE) 08-13 22:35:05.491 15982 15982 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0000000000000030 08-13 22:35:05.491 15982 15982 F DEBUG : Cause: null pointer dereference 08-13 22:35:05.491 15982 15982 F DEBUG : x0 b4000077613357a0 x1 0000000000000010 x2 b4000078112aa6c8 x3 0000000000000000 08-13 22:35:05.491 15982 15982 F DEBUG : x4 0000000000000000 x5 0000000000000000 x6 00000035d7fc518a x7 0000000000000000 08-13 22:35:05.491 15982 15982 F DEBUG : x8 0000000000000010 x9 90385c622afc5f7b x10 b4000078112bd8c8 x11 0000000000080000 08-13 22:35:05.491 15982 15982 F DEBUG : x12 0000000000000000 x13 0000000000000004 x14 0000000000000001 x15 00000035d78161cc 08-13 22:35:05.491 15982 15982 F DEBUG : x16 00000075211f0fc0 x17 000000763fa276d8 x18 0000007527c28000 x19 0000000000000003 08-13 22:35:05.491 15982 15982 F DEBUG : x20 b4000076c1281250 x21 b4000077413128c0 x22 000000763f552008 x23 000000763f551f10 08-13 22:35:05.491 15982 15982 F DEBUG : x24 000000763f554a80 x25 000000763f551f10 x26 000000763f759640 x27 0007000000000000 08-13 22:35:05.491 15982 15982 F DEBUG : x28 fff8ffffffffffff x29 000000763f5513c0 08-13 22:35:05.491 15982 15982 F DEBUG : lr 000000763fa27708 sp 000000763f5513a0 pc 000000763fa2b950 pst 0000000060001000 08-13 22:35:05.491 15982 15982 F DEBUG : 96 total frames 08-13 22:35:05.491 15982 15982 F DEBUG : backtrace: 08-13 22:35:05.491 15982 15982 F DEBUG : #00 pc 00000000001d4950 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreanimated.so (offset 0x2544000) (BuildId: 31586af1894159f9b81fc76f76d892ce20e2d819) 08-13 22:35:05.491 15982 15982 F DEBUG : #01 pc 00000000001d0704 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreanimated.so (offset 0x2544000) (std::__ndk1::function::function(std::__ndk1::function const&)+44) (BuildId: 31586af1894159f9b81fc76f76d892ce20e2d819) 08-13 22:35:05.491 15982 15982 F DEBUG : #02 pc 00000000000fcd9c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libworklets.so (offset 0x2e44000) (reanimated::ShareableHostFunction::ShareableHostFunction(facebook::jsi::Runtime&, facebook::jsi::Function)+224) (BuildId: 93008db4af1d8d84a94833eeb8a3d981d2fbbc35) 08-13 22:35:05.491 15982 15982 F DEBUG : #03 pc 00000000000fcbe8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libworklets.so (offset 0x2e44000) (BuildId: 93008db4af1d8d84a94833eeb8a3d981d2fbbc35) 08-13 22:35:05.491 15982 15982 F DEBUG : #04 pc 00000000000fc894 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libworklets.so (offset 0x2e44000) (void std::__ndk1::allocator_traits>::construct[abi:v170000](std::__ndk1::allocator&, reanimated::ShareableHostFunction*, facebook::jsi::Runtime&, facebook::jsi::Function&&)+56) (BuildId: 93008db4af1d8d84a94833eeb8a3d981d2fbbc35) 08-13 22:35:05.491 15982 15982 F DEBUG : #05 pc 00000000000fc35c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libworklets.so (offset 0x2e44000) (std::__ndk1::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v170000](std::__ndk1::allocator, facebook::jsi::Runtime&, facebook::jsi::Function&&)+136) (BuildId: 93008db4af1d8d84a94833eeb8a3d981d2fbbc35) 08-13 22:35:05.491 15982 15982 F DEBUG : #06 pc 00000000000fc11c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libworklets.so (offset 0x2e44000) (BuildId: 93008db4af1d8d84a94833eeb8a3d981d2fbbc35) 08-13 22:35:05.491 15982 15982 F DEBUG : #07 pc 00000000000e75c8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libworklets.so (offset 0x2e44000) (BuildId: 93008db4af1d8d84a94833eeb8a3d981d2fbbc35) 08-13 22:35:05.491 15982 15982 F DEBUG : #08 pc 00000000000e673c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libworklets.so (offset 0x2e44000) (reanimated::makeShareableClone(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&, facebook::jsi::Value const&)+556) (BuildId: 93008db4af1d8d84a94833eeb8a3d981d2fbbc35) 08-13 22:35:05.491 15982 15982 F DEBUG : #09 pc 00000000001a00d8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreanimated.so (offset 0x2544000) (reanimated::NativeReanimatedModule::makeShareableClone(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&, facebook::jsi::Value const&)+68) (BuildId: 31586af1894159f9b81fc76f76d892ce20e2d819) 08-13 22:35:05.491 15982 15982 F DEBUG : #10 pc 00000000001cae94 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreanimated.so (offset 0x2544000) (BuildId: 31586af1894159f9b81fc76f76d892ce20e2d819) 08-13 22:35:05.491 15982 15982 F DEBUG : #11 pc 0000000000288fdc /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreanimated.so (offset 0x2544000) (BuildId: 31586af1894159f9b81fc76f76d892ce20e2d819) 08-13 22:35:05.491 15982 15982 F DEBUG : #12 pc 0000000000288f64 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreanimated.so (offset 0x2544000) (BuildId: 31586af1894159f9b81fc76f76d892ce20e2d819) 08-13 22:35:05.491 15982 15982 F DEBUG : #13 pc 0000000000288e90 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreanimated.so (offset 0x2544000) (BuildId: 31586af1894159f9b81fc76f76d892ce20e2d819) 08-13 22:35:05.491 15982 15982 F DEBUG : #14 pc 0000000000288e1c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreanimated.so (offset 0x2544000) (BuildId: 31586af1894159f9b81fc76f76d892ce20e2d819) 08-13 22:35:05.491 15982 15982 F DEBUG : #15 pc 0000000000287440 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreanimated.so (offset 0x2544000) (BuildId: 31586af1894159f9b81fc76f76d892ce20e2d819) 08-13 22:35:05.491 15982 15982 F DEBUG : #16 pc 00000000000984ac /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #17 pc 00000000000983fc /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (std::__ndk1::function::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const+72) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #18 pc 00000000000983a4 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (facebook::jsi::DecoratedHostFunction::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+84) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #19 pc 0000000000098340 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #20 pc 00000000000982c8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (facebook::jsi::Value std::__ndk1::__invoke_void_return_wrapper::__call(facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+60) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #21 pc 000000000009827c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #22 pc 00000000000971c0 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (std::__ndk1::__function::__func, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+64) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #23 pc 00000000000e81f4 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #24 pc 0000000000164ec0 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #25 pc 0000000000183ca0 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #26 pc 00000000001831d4 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #27 pc 00000000001651c8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #28 pc 0000000000163bac /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #29 pc 000000000022bf54 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #30 pc 0000000000164ec0 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #31 pc 0000000000183ca0 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #32 pc 00000000001831d4 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #33 pc 00000000001651c8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #34 pc 0000000000164a1c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #35 pc 00000000000e0398 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes.so (offset 0xf88000) (BuildId: 20f1e9a6bb7b1a57aed89847b81e68e91b22d721) 08-13 22:35:05.491 15982 15982 F DEBUG : #36 pc 0000000000095528 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (facebook::jsi::RuntimeDecorator::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+72) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #37 pc 0000000000093624 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #38 pc 00000000000a2494 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (facebook::jsi::Value facebook::jsi::Function::call, std::__ndk1::allocator> const&, std::__ndk1::basic_string, std::__ndk1::allocator> const&, facebook::jsi::Value>(facebook::jsi::Runtime&, std::__ndk1::basic_string, std::__ndk1::allocator> const&, std::__ndk1::basic_string, std::__ndk1::allocator> const&, facebook::jsi::Value&&) const+236) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #39 pc 00000000000a22f4 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #40 pc 000000000008a854 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #41 pc 000000000008a804 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (std::__ndk1::function::operator()() const+20) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #42 pc 00000000000821f8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (facebook::react::JSIExecutor::defaultTimeoutInvoker(std::__ndk1::function const&, std::__ndk1::function, std::__ndk1::allocator> ()>)+20) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #43 pc 00000000000884b4 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #44 pc 000000000008842c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (void std::__ndk1::__invoke_void_return_wrapper::__call const&, std::__ndk1::function, std::__ndk1::allocator> ()>), std::__ndk1::function const&, std::__ndk1::function, std::__ndk1::allocator> ()>>(void (*&)(std::__ndk1::function const&, std::__ndk1::function, std::__ndk1::allocator> ()>), std::__ndk1::function const&, std::__ndk1::function, std::__ndk1::allocator> ()>&&)+36) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #45 pc 00000000000883f8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #46 pc 0000000000087490 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (std::__ndk1::__function::__func const&, std::__ndk1::function, std::__ndk1::allocator> ()>), std::__ndk1::allocator const&, std::__ndk1::function, std::__ndk1::allocator> ()>)>, void (std::__ndk1::function const&, std::__ndk1::function, std::__ndk1::allocator> ()>)>::operator()(std::__ndk1::function const&, std::__ndk1::function, std::__ndk1::allocator> ()>&&)+40) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #47 pc 000000000009f024 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (facebook::react::JSIExecutor::callFunction(std::__ndk1::basic_string, std::__ndk1::allocator> const&, std::__ndk1::basic_string, std::__ndk1::allocator> const&, folly::dynamic const&)+472) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #48 pc 00000000002e14d8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #49 pc 00000000002e123c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #50 pc 00000000002e11e8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #51 pc 00000000002e11bc /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #52 pc 00000000002e015c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #53 pc 00000000002eabc0 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #54 pc 00000000002eab24 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (std::__ndk1::function::operator()(facebook::react::JSExecutor*) const+44) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #55 pc 00000000002eaae4 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #56 pc 00000000002eaa7c /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #57 pc 00000000002eaa34 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #58 pc 00000000002eaa10 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #59 pc 00000000002e9900 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #60 pc 000000000008a854 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #61 pc 000000000008a804 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libhermes_executor.so (offset 0x1304000) (std::__ndk1::function::operator()() const+20) (BuildId: eeed392b84dfccab) 08-13 22:35:05.491 15982 15982 F DEBUG : #62 pc 000000000023f278 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #63 pc 000000000023f210 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #64 pc 000000000023f1c8 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #65 pc 000000000023f1a4 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #66 pc 000000000023e240 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libreactnativejni.so (offset 0x21f4000) (BuildId: ce48a9642ede61ed) 08-13 22:35:05.491 15982 15982 F DEBUG : #67 pc 0000000000019804 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libfbjni.so (offset 0xce4000) (facebook::jni::detail::MethodWrapper::dispatch(facebook::jni::alias_ref::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>)+72) (BuildId: a22242831a7971267de570e06121acb588ce64cd) 08-13 22:35:05.491 15982 15982 F DEBUG : #68 pc 0000000000019744 /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk!libfbjni.so (offset 0xce4000) (facebook::jni::detail::FunctionWrapper::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>), facebook::jni::detail::JTypeFor::JavaPart, facebook::jni::JRunnable, void>::_javaobject*, void>::call(_JNIEnv*, _jobject*, void (*)(facebook::jni::alias_ref::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>))+60) (BuildId: a22242831a7971267de570e06121acb588ce64cd) 08-13 22:35:05.491 15982 15982 F DEBUG : #69 pc 0000000000379170 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.491 15982 15982 F DEBUG : #70 pc 0000000002279204 /memfd:jit-cache (deleted) (offset 0x2000000) (android.os.Handler.handleCallback+132) 08-13 22:35:05.491 15982 15982 F DEBUG : #71 pc 0000000002052b20 /memfd:jit-cache (deleted) (offset 0x2000000) (android.os.Handler.dispatchMessage+128) 08-13 22:35:05.491 15982 15982 F DEBUG : #72 pc 0000000000362974 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.491 15982 15982 F DEBUG : #73 pc 000000000035be90 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1928) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.491 15982 15982 F DEBUG : #74 pc 000000000076dbbc /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+12208) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.491 15982 15982 F DEBUG : #75 pc 000000000037b7d8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.491 15982 15982 F DEBUG : #76 pc 00000000002d9758 [anon:dalvik-classes.dex extracted in memory from /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk] 08-13 22:35:05.491 15982 15982 F DEBUG : #77 pc 000000000034d71c /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+1932) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.491 15982 15982 F DEBUG : #78 pc 0000000000379298 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.491 15982 15982 F DEBUG : #79 pc 00000000020515f4 /memfd:jit-cache (deleted) (offset 0x2000000) (android.os.Looper.loopOnce+1140) 08-13 22:35:05.491 15982 15982 F DEBUG : #80 pc 00000000020504fc /memfd:jit-cache (deleted) (offset 0x2000000) (android.os.Looper.loop+252) 08-13 22:35:05.491 15982 15982 F DEBUG : #81 pc 0000000000362c40 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #82 pc 000000000035bf08 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2048) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #83 pc 000000000076dbbc /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+12208) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #84 pc 000000000037b7d8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #85 pc 00000000002d989c [anon:dalvik-classes.dex extracted in memory from /data/app/~~DxwL0kyj-Z28idagPhykJw==/com.rnracrashrepro-R7AAQ12lv1TGY_XluG3oAQ==/base.apk] 08-13 22:35:05.492 15982 15982 F DEBUG : #86 pc 000000000034d71c /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+1932) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #87 pc 0000000000379298 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #88 pc 00000000020046a8 /memfd:jit-cache (deleted) (offset 0x2000000) (java.lang.Thread.run+136) 08-13 22:35:05.492 15982 15982 F DEBUG : #89 pc 0000000000362974 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #90 pc 000000000034e064 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+132) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #91 pc 0000000000943258 /apex/com.android.art/lib64/libart.so (art::detail::ShortyTraits<(char)86>::Type art::ArtMethod::InvokeInstance<(char)86>(art::Thread*, art::ObjPtr, art::detail::ShortyTraits<>::Type...)+60) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #92 pc 000000000063b1c8 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1344) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #93 pc 000000000063ac78 /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallbackWithUffdGc(void*)+8) (BuildId: 31eac738ce2c7ea2458e525c9212337b) 08-13 22:35:05.492 15982 15982 F DEBUG : #94 pc 000000000006f718 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+200) (BuildId: a923caae2e75861e7a06a23f740068a5) 08-13 22:35:05.492 15982 15982 F DEBUG : #95 pc 0000000000060e00 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: a923caae2e75861e7a06a23f740068a5) ```

Steps to reproduce

  1. clone the repro repo
  2. install deps, start Metro and run the app
  3. observe that the debug build with the dev bundle works fine
  4. open the dev menu and switch to the prod bundle, then reload
  5. observe how the app quickly crashes
  6. comment out the Reanimated code (you can leave the import as-is), then reload
  7. observe that the app runs normally

Snack or a link to a repository

https://github.com/Rexogamer/RNRACrashRepro

Reanimated version

3.15.0

React Native version

0.75.0-rc.7

Platforms

Android

JavaScript runtime

Hermes

Workflow

None

Architecture

Reproducible on both

Build type

See description

Device

Real device

Device model

Google Pixel 7 (Android 15 Beta 4.1)

Acknowledgements

Yes

leogaletti commented 4 weeks ago

Same problem here in RN 0.75.1.

node_modules/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/ReactNativeUtils.java:17: error: cannot find symbol return ((ReactViewBackgroundDrawable) background).getFullBorderRadius(); ^ symbol: method getFullBorderRadius() location: class ReactViewBackgroundDrawable

node_modules/react-native-reanimated/android/src/reactNativeVersionPatch/ReanimatedUIManager/latest/com/swmansion/reanimated/layoutReanimation/ReanimatedUIManager.java:141: error: cannot find symbol super.measureLayoutRelativeToParent(tag, errorCallback, successCallback); ^ symbol: method measureLayoutRelativeToParent(int,Callback,Callback)

node_modules/react-native-reanimated/android/src/reactNativeVersionPatch/ReanimatedUIManager/latest/com/swmansion/reanimated/layoutReanimation/ReanimatedUIManager.java:201: error: cannot find symbol super.showPopupMenu(reactTag, items, error, success); ^ symbol: method showPopupMenu(int,ReadableArray,Callback,Callback)

node_modules/react-native-reanimated/android/src/reactNativeVersionPatch/ReanimatedUIManager/latest/com/swmansion/reanimated/layoutReanimation/ReanimatedUIManager.java:206: error: cannot find symbol super.dismissPopupMenu(); ^ symbol: method dismissPopupMenu()

klydra commented 3 weeks ago

Same problem here in RN 0.75.1.

node_modules/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/ReactNativeUtils.java:17: error: cannot find symbol return ((ReactViewBackgroundDrawable) background).getFullBorderRadius(); ^ symbol: method getFullBorderRadius() location: class ReactViewBackgroundDrawable

node_modules/react-native-reanimated/android/src/reactNativeVersionPatch/ReanimatedUIManager/latest/com/swmansion/reanimated/layoutReanimation/ReanimatedUIManager.java:141: error: cannot find symbol super.measureLayoutRelativeToParent(tag, errorCallback, successCallback); ^ symbol: method measureLayoutRelativeToParent(int,Callback,Callback)

node_modules/react-native-reanimated/android/src/reactNativeVersionPatch/ReanimatedUIManager/latest/com/swmansion/reanimated/layoutReanimation/ReanimatedUIManager.java:201: error: cannot find symbol super.showPopupMenu(reactTag, items, error, success); ^ symbol: method showPopupMenu(int,ReadableArray,Callback,Callback)

node_modules/react-native-reanimated/android/src/reactNativeVersionPatch/ReanimatedUIManager/latest/com/swmansion/reanimated/layoutReanimation/ReanimatedUIManager.java:206: error: cannot find symbol super.dismissPopupMenu(); ^ symbol: method dismissPopupMenu()

Same here

YuriOlepir commented 3 weeks ago

Same here 0.75.1

binle commented 3 weeks ago

I got the same error. (https://github.com/software-mansion/react-native-reanimated/pull/6420) Look like this PR will fix it, but it was create 3 days ago and there is not any action with it. I'm waiting new version for fix error for start new project, I don't want to downgrade RN and then upgrade after.

cancit commented 3 weeks ago

I faced this with React Native 0.75.2 in debug builds in a project with multiple product flavors. Updating the app/build.gradle file as follow helped fixing debug builds:

react {
    /* Variants */
    //   The list of variants to that are debuggable. For those we're going to
    //   skip the bundling of the JS bundle and the assets. By default is just 'debug'.
    //   If you add flavors like lite, prod, etc. you'll have to list your debuggableVariants.
    debuggableVariants = ["developmentDebug", "releaseDebug"]
bestoferanda commented 3 weeks ago

any update on this ? using "react-native": "0.75.2", "react-native-reanimated": "^3.15.0",

app is working fine when we run on the device or emulator. when creating debug build or prod build and try to run the app it will crash

appfr3d commented 3 weeks ago

As @binle says, it is fixed in #6420 and will be included in version 3.16.0 While you wait, you could always try out a nightly build of the package: https://www.npmjs.com/package/react-native-reanimated?activeTab=versions

I tried out this nightly build and the error is gone "react-native-reanimated": "3.16.0-nightly-20240822-5e23716c7"

r-bytes commented 2 weeks ago

@appfr3d thanks for the suggestion! I had a similar issue, the app worked fine in dev mode on an emulator but a production build kept crashing. The nightly build got me one step further but I ended up with a new error about randomValues.

Anyway this worked for my app:

"react-native-reanimated": "3.10.1",
"react-native-get-random-values": "1.11.0",
JadEl-Houssami commented 2 weeks ago

The nightly builds are working for me on iOS and Android. Is there an ETA for a release of 3.16.0?

EmilJunker commented 2 weeks ago

The nightly build does not resolve the problem for me. The app still crashes immediately after launch (but only when it's a standalone APK, not when it's connected to the PC with Metro bundler running).

This is what I'm using:

"react-native": "0.75.2",
"react-native-reanimated": "^3.16.0-nightly-20240829-827a19a3b",

Here are the logs from adb logcat. Looks pretty similar to what the OP posted:

--------- beginning of crash
08-30 13:19:12.186 16171 16254 F libc    : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x30 in tid 16254 (mqt_js), pid 16171 (.vmzberlin.spat)
08-30 13:19:12.247 16270 16270 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto
08-30 13:19:12.247   860   860 I tombstoned: received crash request for pid 16254
08-30 13:19:12.248 16270 16270 I crash_dump64: performing dump of process 16171 (target tid = 16254)
08-30 13:19:12.279  5227  5275 I Finsky:background: [47] loq.run(233): Stats for Executor: bgExecutor pxh@20c7e4e[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 92]
08-30 13:19:12.294  5227  5275 I Finsky:background: [47] loq.run(233): Stats for Executor: LightweightExecutor pxh@c21bb6f[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 30]
08-30 13:19:12.396  5227  5275 I Finsky:background: [47] loq.run(233): Stats for Executor: BlockingExecutor pxh@852d07c[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 16]
08-30 13:19:12.443 16270 16270 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
08-30 13:19:12.443 16270 16270 F DEBUG   : Build fingerprint: 'samsung/r9qxeea/r9q:14/UP1A.231005.007/G990BXXS9GXF3:user/release-keys'
08-30 13:19:12.443 16270 16270 F DEBUG   : Revision: '10'
08-30 13:19:12.443 16270 16270 F DEBUG   : ABI: 'arm64'
08-30 13:19:12.443 16270 16270 F DEBUG   : Processor: '7'
08-30 13:19:12.443 16270 16270 F DEBUG   : Timestamp: 2024-08-30 13:19:12.255099804+0200
08-30 13:19:12.443 16270 16270 F DEBUG   : Process uptime: 6s
08-30 13:19:12.443 16270 16270 F DEBUG   : Cmdline: com.vmzberlin.spat
08-30 13:19:12.443 16270 16270 F DEBUG   : pid: 16171, tid: 16254, name: mqt_js  >>> com.vmzberlin.spat <<<
08-30 13:19:12.443 16270 16270 F DEBUG   : uid: 10434
08-30 13:19:12.443 16270 16270 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0000000000000030
08-30 13:19:12.443 16270 16270 F DEBUG   : Cause: null pointer dereference
08-30 13:19:12.443 16270 16270 F DEBUG   :     x0  b400007cdafb9860  x1  0000000000000010  x2  b400007c0ac9def8  x3  0000000000000000
08-30 13:19:12.443 16270 16270 F DEBUG   :     x4  0000000000000000  x5  0000000000000000  x6  00000026918b2da2  x7  0000000000000000
08-30 13:19:12.443 16270 16270 F DEBUG   :     x8  0000000000000010  x9  cb9050d8bcde7115  x10 b400007c0ac95558  x11 0000000000000007
08-30 13:19:12.443 16270 16270 F DEBUG   :     x12 0000000000000000  x13 000000000000000f  x14 0000000000000001  x15 0000002691b2c868
08-30 13:19:12.443 16270 16270 F DEBUG   :     x16 0000007b385f6630  x17 0000007b372b7360  x18 0000007b4034a000  x19 0000000000000003
08-30 13:19:12.443 16270 16270 F DEBUG   :     x20 b400007d3ac96450  x21 b400007d6ad7c410  x22 0000007b45e87328  x23 0000007b45e87230
08-30 13:19:12.443 16270 16270 F DEBUG   :     x24 0000007b45e8c000  x25 0000007b45e87230  x26 0000007b45a7f868  x27 0007000000000000
08-30 13:19:12.443 16270 16270 F DEBUG   :     x28 fff8ffffffffffff  x29 0000007b45e866e0
08-30 13:19:12.443 16270 16270 F DEBUG   :     lr  0000007b372b7390  sp  0000007b45e866c0  pc  0000007b372bb508  pst 0000000060001000
08-30 13:19:12.443 16270 16270 F DEBUG   : 122 total frames
08-30 13:19:12.443 16270 16270 F DEBUG   : backtrace:
08-30 13:19:12.443 16270 16270 F DEBUG   :       #00 pc 00000000001d6508  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreanimated.so (offset 0xcc18000) (BuildId: 35b0f472db1cc3b31f1ddf8dacf1c58394c38a36)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #01 pc 00000000001d238c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreanimated.so (offset 0xcc18000) (std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::function(std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)> const&)+44) (BuildId: 35b0f472db1cc3b31f1ddf8dacf1c58394c38a36)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #02 pc 00000000000f4fbc  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libworklets.so (offset 0x31d8000) (reanimated::ShareableHostFunction::ShareableHostFunction(facebook::jsi::Runtime&, facebook::jsi::Function)+224) (BuildId: 3600cf77532cf92681b513bc4477cc6003cf79c7)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #03 pc 00000000000f4e08  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libworklets.so (offset 0x31d8000) (BuildId: 3600cf77532cf92681b513bc4477cc6003cf79c7)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #04 pc 00000000000f4ab4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libworklets.so (offset 0x31d8000) (void std::__ndk1::allocator_traits<std::__ndk1::allocator<reanimated::ShareableHostFunction> >::construct[abi:v170000]<reanimated::ShareableHostFunction, facebook::jsi::Runtime&, facebook::jsi::Function, void, void>(std::__ndk1::allocator<reanimated::ShareableHostFunction>&, reanimated::ShareableHostFunction*, facebook::jsi::Runtime&, facebook::jsi::Function&&)+56) (BuildId: 3600cf77532cf92681b513bc4477cc6003cf79c7)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #05 pc 00000000000f457c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libworklets.so (offset 0x31d8000) (std::__ndk1::__shared_ptr_emplace<reanimated::ShareableHostFunction, std::__ndk1::allocator<reanimated::ShareableHostFunction> >::__shared_ptr_emplace[abi:v170000]<facebook::jsi::Runtime&, facebook::jsi::Function>(std::__ndk1::allocator<reanimated::ShareableHostFunction>, facebook::jsi::Runtime&, facebook::jsi::Function&&)+136) (BuildId: 3600cf77532cf92681b513bc4477cc6003cf79c7)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #06 pc 00000000000f433c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libworklets.so (offset 0x31d8000) (BuildId: 3600cf77532cf92681b513bc4477cc6003cf79c7)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #07 pc 00000000000df7e8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libworklets.so (offset 0x31d8000) (BuildId: 3600cf77532cf92681b513bc4477cc6003cf79c7)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #08 pc 00000000000de95c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libworklets.so (offset 0x31d8000) (reanimated::makeShareableClone(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&, facebook::jsi::Value const&)+556) (BuildId: 3600cf77532cf92681b513bc4477cc6003cf79c7)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #09 pc 00000000001a247c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreanimated.so (offset 0xcc18000) (reanimated::NativeReanimatedModule::makeShareableClone(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&, facebook::jsi::Value const&)+68) (BuildId: 35b0f472db1cc3b31f1ddf8dacf1c58394c38a36)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #10 pc 00000000001cd238  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreanimated.so (offset 0xcc18000) (BuildId: 35b0f472db1cc3b31f1ddf8dacf1c58394c38a36)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #11 pc 000000000028e728  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreanimated.so (offset 0xcc18000) (BuildId: 35b0f472db1cc3b31f1ddf8dacf1c58394c38a36)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #12 pc 000000000028e6b0  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreanimated.so (offset 0xcc18000) (BuildId: 35b0f472db1cc3b31f1ddf8dacf1c58394c38a36)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #13 pc 000000000028e5dc  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreanimated.so (offset 0xcc18000) (BuildId: 35b0f472db1cc3b31f1ddf8dacf1c58394c38a36)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #14 pc 000000000028e568  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreanimated.so (offset 0xcc18000) (BuildId: 35b0f472db1cc3b31f1ddf8dacf1c58394c38a36)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #15 pc 000000000028cb8c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreanimated.so (offset 0xcc18000) (BuildId: 35b0f472db1cc3b31f1ddf8dacf1c58394c38a36)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #16 pc 00000000000984ac  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (BuildId: d825fe5498c31818)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #17 pc 00000000000983fc  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const+72) (BuildId: d825fe5498c31818)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #18 pc 00000000000983a4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (facebook::jsi::DecoratedHostFunction::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+84) (BuildId: d825fe5498c31818)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #19 pc 0000000000098340  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (BuildId: d825fe5498c31818)
08-30 13:19:12.443 16270 16270 F DEBUG   :       #20 pc 00000000000982c8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (facebook::jsi::Value std::__ndk1::__invoke_void_return_wrapper<facebook::jsi::Value, false>::__call<facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+60) (BuildId: d825fe5498c31818)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #21 pc 000000000009827c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (BuildId: d825fe5498c31818)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #22 pc 00000000000971c0  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (std::__ndk1::__function::__func<facebook::jsi::DecoratedHostFunction, std::__ndk1::allocator<facebook::jsi::DecoratedHostFunction>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+64) (BuildId: d825fe5498c31818)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #23 pc 00000000000e81f4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #24 pc 0000000000164ec0  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #25 pc 0000000000183ca0  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #26 pc 00000000001831d4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #27 pc 00000000001651c8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #28 pc 0000000000163164  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #29 pc 000000000019d05c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #30 pc 0000000000185d28  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #31 pc 00000000001831d4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #32 pc 00000000001651c8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #33 pc 0000000000164a1c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #34 pc 0000000000183cbc  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #35 pc 00000000001831d4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #36 pc 0000000000165cb4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #37 pc 00000000001ff9ac  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #38 pc 0000000000164ec0  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #39 pc 0000000000183ca0  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #40 pc 00000000001831d4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #41 pc 00000000001651c8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #42 pc 0000000000163bac  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #43 pc 000000000022bf54  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #44 pc 0000000000164ec0  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #45 pc 0000000000183ca0  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #46 pc 00000000001831d4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #47 pc 00000000001651c8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #48 pc 0000000000164a1c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #49 pc 0000000000183cbc  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #50 pc 00000000001831d4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #51 pc 00000000001651c8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #52 pc 0000000000164a1c  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #53 pc 00000000000e0398  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes.so (offset 0x1330000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #54 pc 0000000000095528  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (facebook::jsi::RuntimeDecorator<facebook::jsi::Runtime, facebook::jsi::Runtime>::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+72) (BuildId: d825fe5498c31818)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #55 pc 0000000000093624  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (BuildId: d825fe5498c31818)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #56 pc 000000000009f7b4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (facebook::react::JSIExecutor::invokeCallback(double, folly::dynamic const&)+200) (BuildId: d825fe5498c31818)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #57 pc 00000000002f7174  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #58 pc 00000000002f7028  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #59 pc 00000000002f6fd4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #60 pc 00000000002f6fa8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #61 pc 00000000002f5fe8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #62 pc 00000000002fed88  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #63 pc 00000000002fecec  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (std::__ndk1::function<void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*) const+44) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #64 pc 00000000002fecac  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #65 pc 00000000002fec44  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #66 pc 00000000002febfc  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #67 pc 00000000002febd8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #68 pc 00000000002fdac8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #69 pc 000000000008a854  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (BuildId: d825fe5498c31818)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #70 pc 000000000008a804  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libhermes_executor.so (offset 0x16ac000) (std::__ndk1::function<void ()>::operator()() const+20) (BuildId: d825fe5498c31818)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #71 pc 00000000002566c8  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #72 pc 0000000000256660  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #73 pc 0000000000256618  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #74 pc 00000000002565f4  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #75 pc 0000000000255690  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libreactnativejni.so (offset 0x2e5c000) (BuildId: 171e8ebe63f120cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #76 pc 0000000000019804  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libfbjni.so (offset 0x108c000) (facebook::jni::detail::MethodWrapper<void (facebook::jni::JNativeRunnable::*)(), &(facebook::jni::JNativeRunnable::run()), facebook::jni::JNativeRunnable, void>::dispatch(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>)+72) (BuildId: a22242831a7971267de570e06121acb588ce64cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #77 pc 0000000000019744  /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk!libfbjni.so (offset 0x108c000) (facebook::jni::detail::FunctionWrapper<void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>), facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*, void>::call(_JNIEnv*, _jobject*, void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>))+60) (BuildId: a22242831a7971267de570e06121acb588ce64cd)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #78 pc 0000000000351230  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #79 pc 000000000033a7a4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #80 pc 0000000000510a3c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1976) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #81 pc 0000000000491368  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+4772) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #82 pc 00000000003539d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #83 pc 00000000002048e4  /system/framework/framework.jar (android.os.Handler.handleCallback+0)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #84 pc 000000000036daec  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.18012138979834229341)+232) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #85 pc 0000000000511708  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #86 pc 0000000000490828  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+1892) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #87 pc 00000000003539d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #88 pc 000000000020472c  /system/framework/framework.jar (android.os.Handler.dispatchMessage+0)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #89 pc 000000000036daec  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.18012138979834229341)+232) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #90 pc 0000000000511708  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #91 pc 0000000000490828  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+1892) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #92 pc 00000000003539d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #93 pc 000000000035593c  [anon:dalvik-classes.dex extracted in memory from /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk] (com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage+0)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #94 pc 000000000036daec  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.18012138979834229341)+232) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #95 pc 0000000000511708  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #96 pc 00000000004904b8  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+1012) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #97 pc 00000000003539d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.444 16270 16270 F DEBUG   :       #98 pc 0000000000238a8c  /system/framework/framework.jar (android.os.Looper.loopOnce+0)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #99 pc 000000000036daec  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.18012138979834229341)+232) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #100 pc 0000000000511708  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #101 pc 0000000000490828  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+1892) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #102 pc 00000000003539d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #103 pc 00000000002392c8  /system/framework/framework.jar (android.os.Looper.loop+0)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #104 pc 000000000036daec  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.18012138979834229341)+232) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #105 pc 0000000000511708  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #106 pc 0000000000490828  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+1892) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #107 pc 00000000003539d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #108 pc 0000000000355a80  [anon:dalvik-classes.dex extracted in memory from /data/app/~~qYphi8mi6etYiXs_ZSNndQ==/com.vmzberlin.spat-I8_Yv7HllR8wNfJhP7KgiA==/base.apk] (com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run+0)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #109 pc 000000000036daec  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.18012138979834229341)+232) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #110 pc 0000000000511708  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #111 pc 0000000000491368  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+4772) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #112 pc 00000000003539d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #113 pc 000000000010eaf0  /apex/com.android.art/javalib/core-oj.jar (java.lang.Thread.run+0)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #114 pc 000000000036daec  /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.18012138979834229341)+232) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #115 pc 000000000036d3e4  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #116 pc 0000000000351368  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #117 pc 000000000033a7a4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #118 pc 000000000023a01c  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+144) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #119 pc 0000000000539108  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1600) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #120 pc 00000000000c3774  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208) (BuildId: 915f3092e188c08142d3ac57b655fbd7)
08-30 13:19:12.445 16270 16270 F DEBUG   :       #121 pc 000000000005d044  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+68) (BuildId: 915f3092e188c08142d3ac57b655fbd7)
Hao-yiwen commented 1 week ago

expo 51sdk of 0.75.2, same question

EmilJunker commented 1 week ago

I have created another repro app project that shows this issue is still there even with the latest nightly build.

My repro app is more or less identical to the RNRACrashRepro from the OP, but it uses the latest stable version of react-native 0.75.2 and the latest nightly build of react-native-reanimated 3.16.0-nightly-20240901-4f5b96af3

I was also able to verify once more that the crash only happens with a prod bundle and not with a dev bundle.

https://github.com/EmilJunker/RNRACrashRepro

See the Readme for instructions to reproduce the crash and for the logs from adb logcat.

WKampel commented 1 week ago

I get the same when trying to create a development build.

JustJoostNL commented 5 days ago

Can confirm that it is still not working with "react-native-reanimated": "3.16.0-nightly-20240907-6e9ea3695" and "react-native": "0.75.2".

On iOS here and still crashing.

scythelt commented 4 days ago

Bumping down from 75.2 -> 75.1 works for me

EmilJunker commented 4 days ago

Bumping down from 75.2 -> 75.1 works for me

I can't confirm this. The combination "react-native": "0.75.1" and "react-native-reanimated": "^3.15.1" still crashes for me. The same goes for using "react-native-reanimated": "^3.16.0-nightly-20240908-4a99693f1"

Here are the crash logs from adb logcat. Same as always:

--------- beginning of crash
09-09 11:17:25.367 21504 21564 F libc    : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x30 in tid 21564 (mqt_js), pid 21504 (.vmzberlin.spat)
09-09 11:17:25.427 21589 21589 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto
09-09 11:17:25.428   861   861 I tombstoned: received crash request for pid 21564
09-09 11:17:25.429 21589 21589 I crash_dump64: performing dump of process 21504 (target tid = 21564)
09-09 11:17:25.491  3073  3598 D BtGatt.GattService: onScanResult to scannerId: 6- eventType=0x1a, addressType=1, address=XX:XX:XX:XX:1B:FC, primaryPhy=1, secondaryPhy=0, advertisingSid=0xff, txPower=127, rssi=-51, periodicAdvInt=0x0
09-09 11:17:25.545   805   805 D io_stats: !@   8,0 r 537554 24443188 w 79084 1037884 d 51269 96340052 f 0 0 iot 118348 0 th 0 0 0 pt 0 inp 0 0 179.939
09-09 11:17:25.636 21589 21589 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-09 11:17:25.637 21589 21589 F DEBUG   : Build fingerprint: 'samsung/r9qxeea/r9q:14/UP1A.231005.007/G990BXXU9GXH2:user/release-keys'
09-09 11:17:25.637 21589 21589 F DEBUG   : Revision: '10'
09-09 11:17:25.637 21589 21589 F DEBUG   : ABI: 'arm64'
09-09 11:17:25.637 21589 21589 F DEBUG   : Processor: '7'
09-09 11:17:25.637 21589 21589 F DEBUG   : Timestamp: 2024-09-09 11:17:25.434478535+0200
09-09 11:17:25.637 21589 21589 F DEBUG   : Process uptime: 3s
09-09 11:17:25.637 21589 21589 F DEBUG   : Cmdline: com.vmzberlin.spat
09-09 11:17:25.637 21589 21589 F DEBUG   : pid: 21504, tid: 21564, name: mqt_js  >>> com.vmzberlin.spat <<<
09-09 11:17:25.637 21589 21589 F DEBUG   : uid: 10434
09-09 11:17:25.637 21589 21589 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0000000000000030
09-09 11:17:25.637 21589 21589 F DEBUG   : Cause: null pointer dereference
09-09 11:17:25.637 21589 21589 F DEBUG   :     x0  b40000764a5bb7e0  x1  0000000000000010  x2  b40000768a298f38  x3  0000000000000000
09-09 11:17:25.637 21589 21589 F DEBUG   :     x4  0000000000000000  x5  0000000000000000  x6  00000022100b472a  x7  0000000000000000
09-09 11:17:25.637 21589 21589 F DEBUG   :     x8  0000000000000010  x9  a01c0cfd0b101ea3  x10 b40000768a2a0668  x11 0000000000000007
09-09 11:17:25.637 21589 21589 F DEBUG   :     x12 0000000000000000  x13 0000000000000009  x14 0000000000000001  x15 000000221032c850
09-09 11:17:25.637 21589 21589 F DEBUG   :     x16 00000073e69cf010  x17 00000073e4bfc718  x18 00000073f0b10000  x19 0000000000000003
09-09 11:17:25.637 21589 21589 F DEBUG   :     x20 b4000074ea290310  x21 b4000075aa3768d0  x22 00000073f6597878  x23 00000073f6597780
09-09 11:17:25.637 21589 21589 F DEBUG   :     x24 00000073f659b000  x25 00000073f6597780  x26 00000073f618e868  x27 0007000000000000
09-09 11:17:25.637 21589 21589 F DEBUG   :     x28 fff8ffffffffffff  x29 00000073f6596c30
09-09 11:17:25.637 21589 21589 F DEBUG   :     lr  00000073e4bfc748  sp  00000073f6596c10  pc  00000073e4c00990  pst 0000000060001000
09-09 11:17:25.637 21589 21589 F DEBUG   : 104 total frames
09-09 11:17:25.637 21589 21589 F DEBUG   : backtrace:
09-09 11:17:25.637 21589 21589 F DEBUG   :       #00 pc 00000000001d4990  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreanimated.so (offset 0x31a4000) (BuildId: 8afce2b73d428ca124765616100a96ed14619b95)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #01 pc 00000000001d0744  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreanimated.so (offset 0x31a4000) (std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::function(std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)> const&)+44) (BuildId: 8afce2b73d428ca124765616100a96ed14619b95)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #02 pc 00000000000fcdec  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libworklets.so (offset 0x3ad0000) (reanimated::ShareableHostFunction::ShareableHostFunction(facebook::jsi::Runtime&, facebook::jsi::Function)+224) (BuildId: 12072297bc860d24737aa310023e1634817b4723)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #03 pc 00000000000fcc38  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libworklets.so (offset 0x3ad0000) (BuildId: 12072297bc860d24737aa310023e1634817b4723)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #04 pc 00000000000fc8e4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libworklets.so (offset 0x3ad0000) (void std::__ndk1::allocator_traits<std::__ndk1::allocator<reanimated::ShareableHostFunction> >::construct[abi:v170000]<reanimated::ShareableHostFunction, facebook::jsi::Runtime&, facebook::jsi::Function, void, void>(std::__ndk1::allocator<reanimated::ShareableHostFunction>&, reanimated::ShareableHostFunction*, facebook::jsi::Runtime&, facebook::jsi::Function&&)+56) (BuildId: 12072297bc860d24737aa310023e1634817b4723)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #05 pc 00000000000fc3ac  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libworklets.so (offset 0x3ad0000) (std::__ndk1::__shared_ptr_emplace<reanimated::ShareableHostFunction, std::__ndk1::allocator<reanimated::ShareableHostFunction> >::__shared_ptr_emplace[abi:v170000]<facebook::jsi::Runtime&, facebook::jsi::Function>(std::__ndk1::allocator<reanimated::ShareableHostFunction>, facebook::jsi::Runtime&, facebook::jsi::Function&&)+136) (BuildId: 12072297bc860d24737aa310023e1634817b4723)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #06 pc 00000000000fc16c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libworklets.so (offset 0x3ad0000) (BuildId: 12072297bc860d24737aa310023e1634817b4723)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #07 pc 00000000000e7618  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libworklets.so (offset 0x3ad0000) (BuildId: 12072297bc860d24737aa310023e1634817b4723)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #08 pc 00000000000e678c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libworklets.so (offset 0x3ad0000) (reanimated::makeShareableClone(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&, facebook::jsi::Value const&)+556) (BuildId: 12072297bc860d24737aa310023e1634817b4723)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #09 pc 00000000001a0118  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreanimated.so (offset 0x31a4000) (reanimated::NativeReanimatedModule::makeShareableClone(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&, facebook::jsi::Value const&)+68) (BuildId: 8afce2b73d428ca124765616100a96ed14619b95)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #10 pc 00000000001caed4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreanimated.so (offset 0x31a4000) (BuildId: 8afce2b73d428ca124765616100a96ed14619b95)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #11 pc 000000000028901c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreanimated.so (offset 0x31a4000) (BuildId: 8afce2b73d428ca124765616100a96ed14619b95)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #12 pc 0000000000288fa4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreanimated.so (offset 0x31a4000) (BuildId: 8afce2b73d428ca124765616100a96ed14619b95)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #13 pc 0000000000288ed0  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreanimated.so (offset 0x31a4000) (BuildId: 8afce2b73d428ca124765616100a96ed14619b95)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #14 pc 0000000000288e5c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreanimated.so (offset 0x31a4000) (BuildId: 8afce2b73d428ca124765616100a96ed14619b95)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #15 pc 0000000000287480  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreanimated.so (offset 0x31a4000) (BuildId: 8afce2b73d428ca124765616100a96ed14619b95)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #16 pc 00000000000984ac  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (BuildId: eeed392b84dfccab)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #17 pc 00000000000983fc  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const+72) (BuildId: eeed392b84dfccab)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #18 pc 00000000000983a4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (facebook::jsi::DecoratedHostFunction::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+84) (BuildId: eeed392b84dfccab)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #19 pc 0000000000098340  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (BuildId: eeed392b84dfccab)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #20 pc 00000000000982c8  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (facebook::jsi::Value std::__ndk1::__invoke_void_return_wrapper<facebook::jsi::Value, false>::__call<facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+60) (BuildId: eeed392b84dfccab)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #21 pc 000000000009827c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (BuildId: eeed392b84dfccab)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #22 pc 00000000000971c0  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (std::__ndk1::__function::__func<facebook::jsi::DecoratedHostFunction, std::__ndk1::allocator<facebook::jsi::DecoratedHostFunction>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+64) (BuildId: eeed392b84dfccab)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #23 pc 00000000000e81f4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #24 pc 0000000000164ec0  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #25 pc 0000000000183ca0  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #26 pc 00000000001831d4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #27 pc 00000000001651c8  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #28 pc 0000000000163164  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #29 pc 000000000019d05c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #30 pc 0000000000185d28  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #31 pc 00000000001831d4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #32 pc 00000000001651c8  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #33 pc 0000000000164a1c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #34 pc 0000000000183cbc  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #35 pc 00000000001831d4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #36 pc 0000000000165cb4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #37 pc 00000000001ff9ac  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.637 21589 21589 F DEBUG   :       #38 pc 0000000000164ec0  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #39 pc 0000000000183ca0  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #40 pc 00000000001831d4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #41 pc 00000000001651c8  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #42 pc 0000000000163bac  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #43 pc 000000000022bf54  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #44 pc 0000000000164ec0  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #45 pc 0000000000183ca0  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #46 pc 00000000001831d4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #47 pc 00000000001651c8  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #48 pc 0000000000164a1c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #49 pc 0000000000183cbc  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #50 pc 00000000001831d4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #51 pc 00000000001651c8  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #52 pc 0000000000164a1c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #53 pc 00000000000e0398  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes.so (offset 0x1330000) (BuildId: c134b94f45700962b69937692408764027c1f72a)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #54 pc 0000000000095528  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (facebook::jsi::RuntimeDecorator<facebook::jsi::Runtime, facebook::jsi::Runtime>::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+72) (BuildId: eeed392b84dfccab)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #55 pc 0000000000093624  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (BuildId: eeed392b84dfccab)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #56 pc 000000000009f7b4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (facebook::react::JSIExecutor::invokeCallback(double, folly::dynamic const&)+200) (BuildId: eeed392b84dfccab)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #57 pc 00000000002e2fac  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #58 pc 00000000002e2e60  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #59 pc 00000000002e2e0c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #60 pc 00000000002e2de0  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #61 pc 00000000002e1e20  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #62 pc 00000000002eabc0  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #63 pc 00000000002eab24  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (std::__ndk1::function<void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*) const+44) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #64 pc 00000000002eaae4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #65 pc 00000000002eaa7c  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #66 pc 00000000002eaa34  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #67 pc 00000000002eaa10  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #68 pc 00000000002e9900  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #69 pc 000000000008a854  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (BuildId: eeed392b84dfccab)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #70 pc 000000000008a804  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libhermes_executor.so (offset 0x16ac000) (std::__ndk1::function<void ()>::operator()() const+20) (BuildId: eeed392b84dfccab)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #71 pc 000000000023f278  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #72 pc 000000000023f210  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #73 pc 000000000023f1c8  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #74 pc 000000000023f1a4  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #75 pc 000000000023e240  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libreactnativejni.so (offset 0x2e54000) (BuildId: ce48a9642ede61ed)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #76 pc 0000000000019804  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libfbjni.so (offset 0x108c000) (facebook::jni::detail::MethodWrapper<void (facebook::jni::JNativeRunnable::*)(), &(facebook::jni::JNativeRunnable::run()), facebook::jni::JNativeRunnable, void>::dispatch(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>)+72) (BuildId: a22242831a7971267de570e06121acb588ce64cd)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #77 pc 0000000000019744  /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk!libfbjni.so (offset 0x108c000) (facebook::jni::detail::FunctionWrapper<void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>), facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*, void>::call(_JNIEnv*, _jobject*, void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>))+60) (BuildId: a22242831a7971267de570e06121acb588ce64cd)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #78 pc 0000000000378f70  /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #79 pc 0000000002387d7c  /memfd:jit-cache (deleted) (offset 0x2000000) (android.os.Handler.handleCallback+140)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #80 pc 0000000002089608  /memfd:jit-cache (deleted) (offset 0x2000000) (android.os.Handler.dispatchMessage+136)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #81 pc 0000000000362774  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #82 pc 000000000035bd1c  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1928) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #83 pc 000000000076df08  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #84 pc 000000000037b5d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #85 pc 0000000000355848  [anon:dalvik-classes.dex extracted in memory from /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk] (com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage+0)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #86 pc 000000000034d5a8  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+1932) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #87 pc 0000000000379098  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #88 pc 0000000002087d54  /memfd:jit-cache (deleted) (offset 0x2000000) (android.os.Looper.loopOnce+1204)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #89 pc 0000000002086d64  /memfd:jit-cache (deleted) (offset 0x2000000) (android.os.Looper.loop+532)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #90 pc 0000000000362a40  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #91 pc 000000000035bd94  /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall<false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+2048) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #92 pc 000000000076df08  /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp<false>(art::interpreter::SwitchImplContext*)+12208) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #93 pc 000000000037b5d8  /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #94 pc 000000000035598c  [anon:dalvik-classes.dex extracted in memory from /data/app/~~SeLtb8J5P3d_isIyCQvzoQ==/com.vmzberlin.spat-hj_sH1qi2eUt3f83AQrDkQ==/base.apk] (com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run+0)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #95 pc 000000000034d5a8  /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+1932) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #96 pc 0000000000379098  /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #97 pc 00000000020087a0  /memfd:jit-cache (deleted) (offset 0x2000000) (java.lang.Thread.run+144)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #98 pc 0000000000362774  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #99 pc 000000000034def0  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+132) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #100 pc 0000000000943da8  /apex/com.android.art/lib64/libart.so (_ZN3art9ArtMethod14InvokeInstanceILc86ETpTncJEEENS_6detail12ShortyTraitsIXT_EE4TypeEPNS_6ThreadENS_6ObjPtrINS_6mirror6ObjectEEEDpNS3_IXT0_EE4TypeE+60) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #101 pc 000000000063eb68  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1344) (BuildId: 7300f6c36a74cc43266451736b120528)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #102 pc 00000000000c3774  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208) (BuildId: 915f3092e188c08142d3ac57b655fbd7)
09-09 11:17:25.638 21589 21589 F DEBUG   :       #103 pc 000000000005d044  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+68) (BuildId: 915f3092e188c08142d3ac57b655fbd7)
lukailun commented 2 days ago

Same here. Only crash on debug mode.

mikhail-shekhtman commented 2 days ago

same crash for Android 11 on Android 14 it seems to work fine. "react-native-reanimated": "^3.15.1", "react-native": "0.75.2",

2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #00 pc 00000000001d4990  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreanimated.so (offset 0x6590000) (BuildId: f6e013cc91c153609f79d3937109b7e6d388e6b9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #01 pc 00000000001d0744  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreanimated.so (offset 0x6590000) (std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::function(std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)> const&)+44) (BuildId: f6e013cc91c153609f79d3937109b7e6d388e6b9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #02 pc 00000000000fcddc  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libworklets.so (offset 0x37b8000) (reanimated::ShareableHostFunction::ShareableHostFunction(facebook::jsi::Runtime&, facebook::jsi::Function)+224) (BuildId: d1bb81ecbab3115a5bf9844bf5eb90d8eb7834a9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #03 pc 00000000000fcc28  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libworklets.so (offset 0x37b8000) (BuildId: d1bb81ecbab3115a5bf9844bf5eb90d8eb7834a9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #04 pc 00000000000fc8d4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libworklets.so (offset 0x37b8000) (void std::__ndk1::allocator_traits<std::__ndk1::allocator<reanimated::ShareableHostFunction> >::construct[abi:v170000]<reanimated::ShareableHostFunction, facebook::jsi::Runtime&, facebook::jsi::Function, void, void>(std::__ndk1::allocator<reanimated::ShareableHostFunction>&, reanimated::ShareableHostFunction*, facebook::jsi::Runtime&, facebook::jsi::Function&&)+56) (BuildId: d1bb81ecbab3115a5bf9844bf5eb90d8eb7834a9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #05 pc 00000000000fc39c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libworklets.so (offset 0x37b8000) (std::__ndk1::__shared_ptr_emplace<reanimated::ShareableHostFunction, std::__ndk1::allocator<reanimated::ShareableHostFunction> >::__shared_ptr_emplace[abi:v170000]<facebook::jsi::Runtime&, facebook::jsi::Function>(std::__ndk1::allocator<reanimated::ShareableHostFunction>, facebook::jsi::Runtime&, facebook::jsi::Function&&)+136) (BuildId: d1bb81ecbab3115a5bf9844bf5eb90d8eb7834a9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #06 pc 00000000000fc15c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libworklets.so (offset 0x37b8000) (BuildId: d1bb81ecbab3115a5bf9844bf5eb90d8eb7834a9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #07 pc 00000000000e7608  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libworklets.so (offset 0x37b8000) (BuildId: d1bb81ecbab3115a5bf9844bf5eb90d8eb7834a9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #08 pc 00000000000e677c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libworklets.so (offset 0x37b8000) (reanimated::makeShareableClone(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&, facebook::jsi::Value const&)+556) (BuildId: d1bb81ecbab3115a5bf9844bf5eb90d8eb7834a9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #09 pc 00000000001a0118  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreanimated.so (offset 0x6590000) (reanimated::NativeReanimatedModule::makeShareableClone(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&, facebook::jsi::Value const&)+68) (BuildId: f6e013cc91c153609f79d3937109b7e6d388e6b9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #10 pc 00000000001caed4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreanimated.so (offset 0x6590000) (BuildId: f6e013cc91c153609f79d3937109b7e6d388e6b9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #11 pc 000000000028901c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreanimated.so (offset 0x6590000) (BuildId: f6e013cc91c153609f79d3937109b7e6d388e6b9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #12 pc 0000000000288fa4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreanimated.so (offset 0x6590000) (BuildId: f6e013cc91c153609f79d3937109b7e6d388e6b9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #13 pc 0000000000288ed0  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreanimated.so (offset 0x6590000) (BuildId: f6e013cc91c153609f79d3937109b7e6d388e6b9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #14 pc 0000000000288e5c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreanimated.so (offset 0x6590000) (BuildId: f6e013cc91c153609f79d3937109b7e6d388e6b9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #15 pc 0000000000287480  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreanimated.so (offset 0x6590000) (BuildId: f6e013cc91c153609f79d3937109b7e6d388e6b9)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #16 pc 00000000000984ac  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #17 pc 00000000000983fc  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const+72) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #18 pc 00000000000983a4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (facebook::jsi::DecoratedHostFunction::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+84) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #19 pc 0000000000098340  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #20 pc 00000000000982c8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (facebook::jsi::Value std::__ndk1::__invoke_void_return_wrapper<facebook::jsi::Value, false>::__call<facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+60) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #21 pc 000000000009827c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #22 pc 00000000000971c0  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (std::__ndk1::__function::__func<facebook::jsi::DecoratedHostFunction, std::__ndk1::allocator<facebook::jsi::DecoratedHostFunction>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&)+64) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #23 pc 00000000000e81f4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #24 pc 0000000000164ec0  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #25 pc 0000000000183ca0  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #26 pc 00000000001831d4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #27 pc 00000000001651c8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #28 pc 0000000000163164  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #29 pc 000000000019d05c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #30 pc 0000000000185d28  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #31 pc 00000000001831d4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #32 pc 00000000001651c8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #33 pc 0000000000163164  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.450  8191-8191  DEBUG                   pid-8191                             A        #34 pc 000000000019d05c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #35 pc 0000000000185d28  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #36 pc 00000000001831d4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #37 pc 00000000001651c8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #38 pc 0000000000163164  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #39 pc 000000000019d05c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #40 pc 0000000000185d28  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #41 pc 00000000001831d4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #42 pc 00000000001651c8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #43 pc 0000000000164a1c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #44 pc 0000000000183cbc  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #45 pc 00000000001831d4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #46 pc 0000000000165cb4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #47 pc 00000000001ff9ac  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #48 pc 0000000000164ec0  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #49 pc 0000000000183ca0  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #50 pc 00000000001831d4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #51 pc 00000000001651c8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #52 pc 0000000000163bac  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #53 pc 000000000022bf54  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #54 pc 0000000000164ec0  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #55 pc 0000000000183ca0  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #56 pc 00000000001831d4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #57 pc 00000000001651c8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #58 pc 0000000000164a1c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #59 pc 0000000000183cbc  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #60 pc 00000000001831d4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #61 pc 00000000001651c8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #62 pc 0000000000164a1c  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #63 pc 00000000000e0398  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes.so (offset 0x30cc000) (BuildId: 21ed5c2ab46df0118d0eec01c276aed5bf923695)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #64 pc 0000000000095528  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (facebook::jsi::RuntimeDecorator<facebook::jsi::Runtime, facebook::jsi::Runtime>::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+72) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #65 pc 0000000000093624  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #66 pc 000000000009f7b4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (facebook::react::JSIExecutor::invokeCallback(double, folly::dynamic const&)+200) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #67 pc 00000000002f7174  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #68 pc 00000000002f7028  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #69 pc 00000000002f6fd4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #70 pc 00000000002f6fa8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #71 pc 00000000002f5fe8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #72 pc 00000000002fed88  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #73 pc 00000000002fecec  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (std::__ndk1::function<void (facebook::react::JSExecutor*)>::operator()(facebook::react::JSExecutor*) const+44) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #74 pc 00000000002fecac  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #75 pc 00000000002fec44  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #76 pc 00000000002febfc  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #77 pc 00000000002febd8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #78 pc 00000000002fdac8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #79 pc 000000000008a854  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #80 pc 000000000008a804  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libhermes_executor.so (offset 0x359c000) (std::__ndk1::function<void ()>::operator()() const+20) (BuildId: d825fe5498c31818)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #81 pc 00000000002566c8  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #82 pc 0000000000256660  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #83 pc 0000000000256618  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #84 pc 00000000002565f4  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #85 pc 0000000000255690  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libreactnativejni.so (offset 0x4660000) (BuildId: 171e8ebe63f120cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #86 pc 0000000000019804  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libfbjni.so (offset 0x8a0000) (facebook::jni::detail::MethodWrapper<void (facebook::jni::JNativeRunnable::*)(), &(facebook::jni::JNativeRunnable::run()), facebook::jni::JNativeRunnable, void>::dispatch(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>)+72) (BuildId: a22242831a7971267de570e06121acb588ce64cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #87 pc 0000000000019744  /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk!libfbjni.so (offset 0x8a0000) (facebook::jni::detail::FunctionWrapper<void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>), facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*, void>::call(_JNIEnv*, _jobject*, void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>))+60) (BuildId: a22242831a7971267de570e06121acb588ce64cd)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #101 pc 0000000000468244  [anon:dalvik-classes.dex extracted in memory from /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.teledoc.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk] (com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage)
2024-09-11 11:31:11.451  8191-8191  DEBUG                   pid-8191                             A        #107 pc 00000000004683d2  [anon:dalvik-classes.dex extracted in memory from /data/app/~~H0X8FPONvHRo0eJdCW5anQ==/global.teledoc.production.beta-cdByH5cUNQ_Fi8U4iOIrCg==/base.apk] (com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run+74)
delphinebugner commented 2 days ago

Also have a very similar problem after thinking everything went fine with Expo 51 😞

Not sure what is the state of "staging app deployed in development but connected to an update", wether it's debug or release, what is sure is it's crashing 😅 haven't tried a non-developement build. Will try the reanimated 3.16 nightly release 🙂

Config:

Android stack trace

2024-09-11 15:10:13.527 13666-13794 libc [bundleId]     A  Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x30 in tid 13794 (mqt_js), pid 13666 (.charge.staging)
 A  Cmdline:[bundleId]
 A  pid: 13666, tid: 13794, name: mqt_js  >>> [bundleId] <<<
  A#00 pc 00000000000f7254  base.apk!libworklets.so (BuildId: c3ffdea7208a1f1a66fecf7b79127d714b6bbe47)
  A#01 pc 00000000000ec2a0  base.apk!libworklets.so (std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::function(std::__ndk1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)> const&)+44) 
  A#02 pc 00000000000fcd8c  base.apk!libworklets.so (reanimated::ShareableHostFunction::ShareableHostFunction(facebook::jsi::Runtime&, facebook::jsi::Function)+224) 
  A#03 pc 00000000000fcbd8  base.apk!libworklets.so (BuildId: c3ffdea7208a1f1a66fecf7b79127d714b6bbe47)
  A#04 pc 00000000000fc884  base.apk!libworklets.so (void std::__ndk1::allocator_traits<std::__ndk1::allocator<reanimated::ShareableHostFunction> >::construct[abi:v170000]<reanimated::ShareableHostFunction, facebook::jsi::Runtime&, facebook::jsi::Function, void, void>(std::__ndk1::allocator<reanimated::ShareableHostFunction>&, reanimated::ShareableHostFunction*, facebook::jsi::Runtime&, facebook::jsi::Function&&)+56) (BuildId: c3ffdea7208a1f1a66fecf7b79127d714b6bbe47)
...

iOS stack trace

Thread 20 Crashed:: com.facebook.react.JavaScript
0   [myApp] 0x100502914 std::__1::__function::__value_func<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::__value_func[abi:ue170006](std::__1::__function::__value_func<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)> const&) + 36 (function.h:445)
1   [myApp] 0x1005028e0 std::__1::__function::__value_func<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::__value_func[abi:ue170006](std::__1::__function::__value_func<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)> const&) + 36 (function.h:444)
2   [myApp] 0x1005028ac std::__1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::function(std::__1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)> const&) + 36 (function.h:1089)
3   [myApp] 0x1004f64d8 std::__1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::function(std::__1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)> const&) + 36 (function.h:1089)
4   [myApp] 0x10078b2fc reanimated::ShareableHostFunction::ShareableHostFunction(facebook::jsi::Runtime&, facebook::jsi::Function) + 212 (Shareables.h:220)
5   [myApp] 0x10078b218 reanimated::ShareableHostFunction::ShareableHostFunction(facebook::jsi::Runtime&, facebook::jsi::Function) + 44 (Shareables.h:224)
6   [myApp] 0x10078b1b0 reanimated::ShareableHostFunction* std::__1::construct_at[abi:ue170006]<reanimated::ShareableHostFunction, facebook::jsi::Runtime&, facebook::jsi::Function, reanimated::ShareableHostFunction*>(reanimated::ShareableHostFunction*, facebook::jsi::Runtime&, facebook::jsi::Function&&) + 80 (construct_at.h:41)
7   [myApp] 0x10078afac void std::__1::allocator_traits<std::__1::allocator<reanimated::ShareableHostFunction>>::construct[abi:ue170006]<reanimated::ShareableHostFunction, facebook::jsi::Runtime&, facebook::jsi::Function, void, void>(std::__1::allocator<reanimated::ShareableHostFunction>&, reanimated::ShareableHostFunction*, facebook::jsi::Runtime&, facebook::jsi::Function&&) + 44 (allocator_traits.h:304)
8   [myApp] 0x10078aed0 std::__1::__shared_ptr_emplace<reanimated::ShareableHostFunction, std::__1::allocator<reanimated::ShareableHostFunction>>::__shared_ptr_emplace[abi:ue170006]<facebook::jsi::Runtime&, facebook::jsi::Function>(std::__1::allocator<reanimated::ShareableHostFunction>, facebook::jsi::Runtime&, facebook::jsi::Function&&) + 124 (shared_ptr.h:300)
9   [myApp] 0x10078abb0 std::__1::__shared_ptr_emplace<reanimated::ShareableHostFunction, std::__1::allocator<reanimated::ShareableHostFunction>>::__shared_ptr_emplace[abi:ue170006]<facebook::jsi::Runtime&, facebook::jsi::Function>(std::__1::allocator<reanimated::ShareableHostFunction>, facebook::jsi::Runtime&, facebook::jsi::Function&&) + 44 (shared_ptr.h:292)
10  [myApp] 0x10078aab0 std::__1::shared_ptr<reanimated::ShareableHostFunction> std::__1::allocate_shared[abi:ue170006]<reanimated::ShareableHostFunction, std::__1::allocator<reanimated::ShareableHostFunction>, facebook::jsi::Runtime&, facebook::jsi::Function, void>(std::__1::allocator<reanimated::ShareableHostFunction> const&, facebook::jsi::Runtime&, facebook::jsi::Function&&) + 68 (shared_ptr.h:1023)
11  [myApp] 0x10077ebdc std::__1::shared_ptr<reanimated::ShareableHostFunction> std::__1::make_shared[abi:ue170006]<reanimated::ShareableHostFunction, facebook::jsi::Runtime&, facebook::jsi::Function, void>(facebook::jsi::Runtime&, facebook::jsi::Function&&) + 60 (shared_ptr.h:1032)
12  [myApp] 0x10077e0a0 reanimated::makeShareableClone(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&, facebook::jsi::Value const&) + 548 (Shareables.cpp:57)
13  [myApp] 0x1006e9d04 reanimated::NativeReanimatedModule::makeShareableClone(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const&, facebook::jsi::Value const&) + 60 (NativeReanimatedModule.cpp:247)
14  [myApp] 0x1007097d8 reanimated::__hostFunction_NativeReanimatedModuleSpec_makeShareableClone(facebook::jsi::Runtime&, facebook::react::TurboModule&, facebook::jsi::Value const*, unsigned long) + 76 (NativeReanimatedModuleSpec.cpp:17)
15  [myApp] 0x1006f1654 facebook::react::TurboModule::create(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const + 68 (TurboModule.h:140)
16  [myApp] 0x1006f1604 decltype(std::declval<facebook::react::TurboModule::create(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&>()(std::declval<facebook::jsi::Runtime&>(), std::declval<facebook::jsi::Value const&>(), std::declval<facebook::jsi::Value const*>(), std::declval<unsigned long>())) std::__1::__invoke[abi:ue170006]<facebook::react::TurboModule::create(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(facebook::react::TurboModule::create(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&) + 72 (invoke.h:340)
17  [myApp] 0x1006f158c facebook::jsi::Value std::__1::__invoke_void_return_wrapper<facebook::jsi::Value, false>::__call[abi:ue170006]<facebook::react::TurboModule::create(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(facebook::react::TurboModule::create(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&) + 64 (invoke.h:407)
18  [myApp] 0x1006f1540 std::__1::__function::__alloc_func<facebook::react::TurboModule::create(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long), std::__1::allocator<facebook::react::TurboModule::create(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()[abi:ue170006](facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&) + 72 (function.h:193)
19  [myApp] 0x1006f0510 std::__1::__function::__func<facebook::react::TurboModule::create(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long), std::__1::allocator<facebook::react::TurboModule::create(facebook::jsi::Runtime&, facebook::jsi::PropNameID const&)::'lambda'(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&) + 68 (function.h:364)
20  [myApp] 0x100563b60 std::__1::__function::__value_func<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()[abi:ue170006](facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&) const + 112 (function.h:518)
21  [myApp] 0x100563ac0 std::__1::function<facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) const + 72 (function.h:1169)
22  [myApp] 0x10073cd0c facebook::jsi::DecoratedHostFunction::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) + 84 (decorator.h:36)
23  [myApp] 0x10073ccac decltype(std::declval<facebook::jsi::DecoratedHostFunction&>()(std::declval<facebook::jsi::Runtime&>(), std::declval<facebook::jsi::Value const&>(), std::declval<facebook::jsi::Value const*>(), std::declval<unsigned long>())) std::__1::__invoke[abi:ue170006]<facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&) + 72 (invoke.h:340)
24  [myApp] 0x10073cc34 facebook::jsi::Value std::__1::__invoke_void_return_wrapper<facebook::jsi::Value, false>::__call[abi:ue170006]<facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long>(facebook::jsi::DecoratedHostFunction&, facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&) + 64 (invoke.h:407)
25  [myApp] 0x10073cbe8 std::__1::__function::__alloc_func<facebook::jsi::DecoratedHostFunction, std::__1::allocator<facebook::jsi::DecoratedHostFunction>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()[abi:ue170006](facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&) + 72 (function.h:193)
26  [myApp] 0x10073b970 std::__1::__function::__func<facebook::jsi::DecoratedHostFunction, std::__1::allocator<facebook::jsi::DecoratedHostFunction>, facebook::jsi::Value (facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)>::operator()(facebook::jsi::Runtime&, facebook::jsi::Value const&, facebook::jsi::Value const*&&, unsigned long&&) + 68 (function.h:364)
27  hermes  0x1085bce04 facebook::hermes::HermesRuntimeImpl::HFContext::func(void*, hermes::vm::Runtime&, hermes::vm::NativeArgs) + 536
delphinebugner commented 2 days ago

Update: also tried the following combo

All with expo 51.0.32.

I still have the error on iOS. This is confusing 😅

I'm building without dev client now, to see what's happening!

JustJoostNL commented 5 hours ago

Did anyone actually solve this? Or is there no good (temporary) solution yet?

EmilJunker commented 3 hours ago

Did anyone actually solve this? Or is there no good (temporary) solution yet?

AFAIK, There is no solution for this yet. The only obvious workarounds are:

Not sure if there exists a similar workaround for iOS.

I must say I find it quite striking that there is no response or acknowledgment from the maintainers about this issue. Is this even being worked on? Has it been assigned to anyone?

tjzel commented 11 minutes ago

Don't worry, I'm investigating it 😎