Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8123850

Linux: Unable to load media on system without GLIB 2.28

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P2 P2
    • 8
    • 8
    • javafx
    • SLES11, OEL6

      Some tests from the list :

      Affected tests:
      graphics/api/control/tooltip/ToolTipTest2Test.java
      graphics/api/node/DisableMediaViewTest.java
      graphics/api/node/FocusableMediaView_dTest.java
      graphics/api/node/Focusable_cTest.java
      graphics/api/node/HoverTest.java
      graphics/api/node/Transformations_bTest.java
      graphics/api/node/TransparentMousePack_4aTest.java
      graphics/api/node/TransparentMousePack_4bTest.java
      graphics/api/node/VisibleMediaView_bTest.java
      graphics/api/node/Visible_aTest.java
      graphics/api/node/onKeyPressedTest.java
      graphics/api/node/onKeyReleasedTest.java
      graphics/api/node/onKeyTypedTest.java
      graphics/api/node/onMouseClickedTest.java
      graphics/api/node/onMouseDraggedTest.java
      graphics/api/node/onMousePressedTest.java
      graphics/api/node/onMouseReleasedTest.java

      fail, with the message :

      ** (<unknown>:21015): WARNING **: Failed to load plugin '/root/Desktop/8b110/jdk1.8.0/jre/lib/i386/libgstplugins-lite.so': /root/Desktop/8b110/jdk1.8.0/jre/lib/i386/libgstplugins-lite.so: undefined symbol: g_try_realloc_n

      Because symbol g_try_realloc_n appears only in glib starting from version 2.24

      SLES11 has version 2.22, OEL has the same version.

      Resolution for the situation - to wait for better version of OS, with newer version of glib.
      You can use the following commands to determine your version :

      rpmquery -qa | grep glib
      or
      pkg-config --modversion glib-2.0

            stayer Kirill Kirichenko (Inactive)
            akirov Alexander Kirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: