Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Cross compiling: Inconsistency detected by ld.so dl-open.c: ... dl_open_worker: ...

Cross compiling: Inconsistency detected by ld.so dl-open.c: ... dl_open_worker: ...

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
cross compileembeddedqmediaplayerarm
2 Posts 1 Posters 2.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ILI Offline
    ILI Offline
    IL
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • ILI Offline
      ILI Offline
      IL
      wrote on last edited by
      #2

      I have found that my libraries on target was probably corrupted, I deleted them and load new .so files.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved