You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Android app crashes immediately on startup when running the debug build with Flipper enabled. The crash only happens in Android API 35. This issue occurs as soon as the app launches.
To Reproduce
Use this as MainApplication code (with android:name=".MainApplication" in AndroidManifest.xml):
class MainApplication : Application() {
override fun onCreate() {
super.onCreate()
SoLoader.init(this, false)
AndroidFlipperClient.getInstance(this) // crash doesn't happen when this line is commented out
}
}
Run the app on a device or emulator with Android API 35.
The app crashes immediately on startup.
Environment
Android Version: API 35
Device: Emulator
Flipper Version: 0.265.0
Operating System: macOS
Crash Log:
---------------------------- PROCESS STARTED (9623) for package com.daydream.myapplication ----------------------------
2024-09-10 12:28:09.441 9643-9643 DEBUG crash_dump64 A Cmdline: com.example.myapplication
2024-09-10 12:28:09.442 9643-9643 DEBUG crash_dump64 A pid: 9623, tid: 9639, name: FlipperEventBas >>> com.example.myapplication <<<
---------------------------- PROCESS ENDED (9623) for package com.daydream.myapplication ----------------------------
The text was updated successfully, but these errors were encountered:
sechiyo97
changed the title
Segmentation Fault (SIGSEGV) on App Start due to Flipper NativeLoader in Android API 35 Debug, with Compose Foundation 1.7
Segmentation Fault (SIGSEGV) on App Start in Android API 35 for AndroidFlipperClient.getInstance
Sep 10, 2024
🐛 Bug Report
My Android app crashes immediately on startup when running the debug build with Flipper enabled. The crash only happens in Android API 35. This issue occurs as soon as the app launches.
To Reproduce
Environment
Crash Log:
---------------------------- PROCESS STARTED (9623) for package com.daydream.myapplication ----------------------------
2024-09-10 12:28:09.441 9643-9643 DEBUG crash_dump64 A Cmdline: com.example.myapplication
2024-09-10 12:28:09.442 9643-9643 DEBUG crash_dump64 A pid: 9623, tid: 9639, name: FlipperEventBas >>> com.example.myapplication <<<
---------------------------- PROCESS ENDED (9623) for package com.daydream.myapplication ----------------------------
The text was updated successfully, but these errors were encountered: