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
we print address of func1 in Windows and Ubuntu, it is different address in memory
but address of func2 is the same in Ubuntu, it is different in Windows.
it seem that normal function could be override by loading in Ubuntu and CentOS.
could some one help to fix this bug.
we try the sample with JNI, JNI is OK.
The text was updated successfully, but these errors were encountered:
Terrency
changed the title
fun address is the same after Multiple load so
fun address is the same after Multiple load In Ubuntu
Jun 14, 2023
we loaded same so with different name twice, and found that normal function address is the same in Linux environment
we print address of func1 in Windows and Ubuntu, it is different address in memory
but address of func2 is the same in Ubuntu, it is different in Windows.
it seem that normal function could be override by loading in Ubuntu and CentOS.
could some one help to fix this bug.
we try the sample with JNI, JNI is OK.
The text was updated successfully, but these errors were encountered: