-
Notifications
You must be signed in to change notification settings - Fork 296
Open
Labels
Description
Description
here is thre test case: exception
- The dynamic library I provide externally is linked with c++shared. Every time execution reaches the stream operation within the dynamic library, a crash is triggered. Suspecting that the user's process mixes c++static and c++_shared, a similar crash stack was reproduced during offline simulation.
- The difference between the crash in the test case and the online issue is that the test case crash occurs during process loading, while the online crash happens during the runtime of the dynamic library.
This seems to be a symbol conflict issue, and I hope an expert can help analyze the root cause.
I am using a supported NDK
- I have checked and the NDK I'm using is currently supported
Affected versions
r27
Reactions are currently unavailable