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

Gtk: Exceptions in event handlers are silently ignored

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7u6
    • 7u6
    • javafx

      Currently, the exceptions thrown when invoking Java methods from native code through JNI are logged only when Gtk port of Glass is built with VERBOSE flag. This means that when runtime exception is raised in an event handler, it is not reported anywhere and user has no way of knowing about it.
      Windows implementation calls CheckAndClearException() which prints out the exception in such cases, which is probably what Gtk port should do as well.

            msladecek Martin Sládeček
            ekrejcir Eva Krejčířová (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: