aHardyX

Untitled

Mar 23rd, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. ./src/gtk/window.cpp(3446): assert "(m_widget != NULL)" failed in DoAddChild(): invalid window
  2. ./src/gtk/window.cpp(2129): assert "m_wxwindow" failed in AddChildGTK(): Cannot add a child to a window without a client area
  3. #
  4. # A fatal error has been detected by the Java Runtime Environment:
  5. #
  6. # SIGSEGV (0xb) at pc=0x9f7c9a89, pid=12090, tid=3066080064
  7. #
  8. # JRE version: 7.0_25-b15
  9. # Java VM: Java HotSpot(TM) Client VM (23.25-b01 mixed mode linux-x86 )
  10. # Problematic frame:
  11. # C [libwx_gtk2u_core-3.0.so.0+0x1a9a89] wxWindow::AddChildGTK(wxWindow*)+0x59
  12. #
  13. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  14. #
  15. # An error report file with more information is saved as:
  16. # /run/media/abhinav/Data HD 2/Abhinav/Projects/swxTK-java/build/hs_err_pid12090.log
  17. #
  18. # If you would like to submit a bug report, please visit:
  19. # http://bugreport.sun.com/bugreport/crash.jsp
  20. # The crash happened outside the Java Virtual Machine in native code.
  21. # See problematic frame for where to report the bug.
  22. #
  23. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment