Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
6.1.0 Beta 1
Description
Steps to reproduce:
- Install 6.1.0-beta1 android multi binary
- Build and run QtQuick3D lights example with arm64-v8a ABI
Expected result:
The application runs on device without problems.
Actual result:
The 'lights' application crashes with:
03-01 15:58:15.783 18106 18130 E AndroidRuntime: FATAL EXCEPTION: qtMainLoopThread 03-01 15:58:15.783 18106 18130 E AndroidRuntime: Process: org.qtproject.example.lights, PID: 18106 03-01 15:58:15.783 18106 18130 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: invalid ELF file "/data/app/org.qtproject.example.lights-6-c_bQqgX90zp0oeVjSv6w==/lib/arm64/libQt6Quick3DAssetImport_arm64-v8a.so" load segment[4]: p_offset (0xe000) + p_filesz (0x0) ( = 0xe000) past end of file (0xdc18) 03-01 15:58:15.783 18106 18130 E AndroidRuntime: at java.lang.Runtime.load0(Runtime.java:938) 03-01 15:58:15.783 18106 18130 E AndroidRuntime: at java.lang.System.load(System.java:1631) 03-01 15:58:15.783 18106 18130 E AndroidRuntime: at org.qtproject.qt.android.QtNative$2.run(QtNative.java:431) 03-01 15:58:15.783 18106 18130 E AndroidRuntime: at org.qtproject.qt.android.QtThread$2.run(QtThread.java:87) 03-01 15:58:15.783 18106 18130 E AndroidRuntime: at org.qtproject.qt.android.QtThread$1.run(QtThread.java:61) 03-01 15:58:15.783 18106 18130 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
Environment: Ubuntu 20.04, Android ndk 21.3.6528147, Pixel 3a (Did not crash with Samsung Galaxy Tab 4 with the same setup)
Attachments
Issue Links
- duplicates
-
QTBUG-92075 Corrupted Android library in Linux package for 6.1.0 beta2
-
- Closed
-