Cross compiling: Inconsistency detected by ld.so dl-open.c: ... dl_open_worker: ...
Unsolved
Mobile and Embedded
-
Hello,
I am trying to display video on my Linux embedded ARM system (Beaglebone like).
After compiling all my libraries, include all plugins and .so, I have new issue that crushes my Linux target:
Inconsistency detected by ld.so dl-open.c 271 dl_open_worker: Assertion '_dl_debug_initialize(...) == RT_CONSISTENT' failed!
After debuging I have found that this issue cause when new QMediaPlayer object is created, this object also running the plugin loader - QFactoryLoader and loading the 2 plugins: libsgtaudiodecoder.so and libgstmediaplayer.so.
The problem is that I don't get any dump after this crush.Can anyone advice please?
IL