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

Java Launch Aborts: "lazy symbol binding failed"

XMLWordPrintable

    • x86
    • os_x

      A DESCRIPTION OF THE PROBLEM :
      After installing Java 10.0.1, my JavaFX applications no longer launch. Swing Apps are fine. I'm running OS X 10.9.5.

      I see this output:

      brian-suttons-mac-pro:Applications briansutton$ java -jar SiteLinkerFx.jar
      dyld: lazy symbol binding failed: Symbol not found: _pthread_set_qos_class_self_np
        Referenced from: /Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/lib/libjfxwebkit.dylib
        Expected in: /usr/lib/libSystem.B.dylib

      dyld: Symbol not found: _pthread_set_qos_class_self_np
        Referenced from: /Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/lib/libjfxwebkit.dylib
        Expected in: /usr/lib/libSystem.B.dylib

      Trace/BPT trap: 5


      REGRESSION : Last worked in version 8u161

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Execute: java -jar <launchable jar file>

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      JavaFX should start up and run the program. It worked fine before installing the latest Java version.
      ACTUAL -
      I get the console output shown above and the application launch aborts. (I see an icon appear briefly on my dock, as though it's about to start up.)

      CUSTOMER SUBMITTED WORKAROUND :
      None found.

      FREQUENCY : always


        1. JarLaunch_10.0.1.png
          219 kB
          Priyanka Mangal

            pmangal Priyanka Mangal (Inactive)
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: