Advertisement
lucidpineapple

Java Error

Dec 13th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. Tried to throw a org/gnome/glib/FatalError but calling FindClass() on that name failed.
  2. DANGER: GLib-GObject-WARNING, cannot register existing type 'GdkDisplayManager'
  3. DANGER: GLib-CRITICAL, g_once_init_leave: assertion 'result != 0' failed
  4. DANGER: GLib-GObject-CRITICAL, g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
  5. DANGER: GLib-GObject-WARNING, invalid (NULL) pointer instance
  6. DANGER: GLib-GObject-CRITICAL, g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  7. DANGER: GLib-GObject-WARNING, invalid (NULL) pointer instance
  8. DANGER: GLib-GObject-CRITICAL, g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  9. #
  10. # A fatal error has been detected by the Java Runtime Environment:
  11. #
  12. # SIGSEGV (0xb) at pc=0x00007f566ed97b2c, pid=9124, tid=0x00007f5700783700
  13. #
  14. DANGER: GLib-GObject-WARNING, cannot register existing type 'GdkDisplay'
  15. DANGER: GLib-CRITICAL, g_once_init_leave: assertion 'result != 0' failed
  16. DANGER: GLib-GObject-CRITICAL, g_type_register_static: assertion 'parent_type > 0' failed
  17. DANGER: GLib-CRITICAL, g_once_init_leave: assertion 'result != 0' failed
  18. DANGER: GLib-GObject-CRITICAL, g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
  19. # JRE version: Java(TM) SE Runtime Environment (8.0_152-b16) (build 1.8.0_152-b16)
  20. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.152-b16 mixed mode linux-amd64 compressed oops)
  21. # Problematic frame:
  22. # C [libgdk-x11-2.0.so.0+0x4eb2c] gdk_display_open+0x5c
  23. #
  24. # Core dump written. Default location: /home/spicy/Documents/compsci/Media Player/src/core or core.9124
  25. #
  26. # An error report file with more information is saved as:
  27. # /home/spicy/Documents/compsci/Media Player/src/hs_err_pid9124.log
  28. #
  29. # If you would like to submit a bug report, please visit:
  30. # http://bugreport.java.com/bugreport/crash.jsp
  31. # The crash happened outside the Java Virtual Machine in native code.
  32. # See problematic frame for where to report the bug.
  33. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement