Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APPs crash in 64bit only device #1217

Open
5 tasks done
tracyhuangyingxia opened this issue Oct 11, 2023 · 2 comments
Open
5 tasks done

APPs crash in 64bit only device #1217

tracyhuangyingxia opened this issue Oct 11, 2023 · 2 comments

Comments

@tracyhuangyingxia
Copy link

Checklist before submitting a bug report

Java version

NA

Android version

Android 14

Android SDK version

33

Installation platform & version

im.kumu.ph, com.xb.topnews

Package

Core & AppEvents

Goals

Please compatible with 64bit only models to avoid this exception.

Expected results

Apps can be launched normally in 64bit only device

Actual results

APPs crash https://drive.google.com/file/d/15NIAWgRkcV1G2CGoGhAeM4ZQXkfqr9qt/view?usp=sharing

Steps to reproduce

Install the apps--open the app--Observe

Code samples & details

// INSERT YOUR CODE HERE
@tracyhuangyingxia
Copy link
Author

Hi Team,

Here is the devs comment:

The root cause of this order is the logic problem of Facebook sdk soloader shown in the stack. However, the triggering factors are as follows:

The running model is a 64bit only model. The system shared library only has the system/lib64 directory and no system/lib directory.

When the application is installed as a bulk package, it relies on the system's so library, which is not stored in data/app/xxxx/lib/arm64 according to the normal installation path, but exists in the application's private data directory data/user/0/xxxxx /lib-0

After the above conditions are met, facebook sdk will judge on its own the lack of dependent system/lib/catalog files and throw an exception, and the stack will not be called to the system level.

@tracyhuangyingxia
Copy link
Author

Hi team,

We've found other apps that crash on 64bit-only device, could you please help us look at this issue.

Thank you in advanced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant