David Given wrote: [...] > I'm trying to use JNI to load a library. However, I seem to have a > situation where System.loadLibrary() --- which I assume is calling > dlopen() behind the scenes --- is incorrectly applying relocations in > shared libraries. [...]
I'm sorry to keep hassling everyone, but does *anyone* know anything about this? Even if it's as simple as, 'I agree, that looks odd, submit a bug report' or 'We need more information, can you show us X, Y and Z'? Currently this is causing my app to be completely dead in the water: we're using this construction heavily in the C side of things for tables of function pointers, and right now it's calling all the wrong functions. I'm *hoping* that it's something simple I'm doing wrong in the link phase, because then I can fix it pretty straightforwardly; but I can't think what... -- David Given [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-internals?hl=en -~----------~----~----~----~------~----~------~--~---
