[Bug 785406] android: gstjniutils.c fails to find application class loader provider on Android 7.0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 28 08:16:02 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=785406

Justin J. Kim <justin.joy.9to5 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |justin.joy.9to5 at gmail.com

--- Comment #19 from Justin J. Kim <justin.joy.9to5 at gmail.com> ---
The problem is that 'dlsym' fails if it uses a handle which is created by
'dlopen(NULL)' on Android 64 bit. I am not sure if it is a correct way, but
using RTLD_DEFAULT solves the problem. See
https://bugzilla.gnome.org/show_bug.cgi?id=788270

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list