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

[Linux, Modality] GTK: some assertions fail.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 7-pool
    • fx2.1
    • javafx
    • 2.1.0b10

      Run attached application.

      Notion: none - NONE_MODAL, app - APPLICATION_MODAL, win - WINDOW_MODAL.

      to reproduce:
      Instance 1.
      click "init"
      in stage0 click "win" (note this place)
      close stage0
      close stage1

      I see output:
      (<unknown>:30038): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed

      (<unknown>:30038): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed

      (<unknown>:30038): Gdk-CRITICAL **: gdk_window_restack: assertion `GDK_IS_WINDOW (window)' failed

      (<unknown>:30038): Gdk-CRITICAL **: gdk_window_focus: assertion `GDK_IS_WINDOW (window)' failed

      Instance 2.
      click "init"
      in stage0 click "none" (note this place)
      close stage0
      close stage1

      I see output:
      (<unknown>:30038): Gdk-CRITICAL **: gdk_window_restack: assertion `GDK_IS_WINDOW (window)' failed

      (<unknown>:30038): Gdk-CRITICAL **: gdk_window_focus: assertion `GDK_IS_WINDOW (window)' failed

      Instance 3.
      If you click "app" in noted place, no assertions fail.

            msladecek Martin Sládeček
            akirov Alexander Kirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: