Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.19 KB | None | 0 0
  1. [aaron@entadono:~]$ strace -fo davmail.strace $(nix-build --no-out-link channel:nixos-unstable -A davmail)/bin/davmail
  2.  
  3. (java:27932): Gtk-WARNING **: 21:17:42.485: Unable to locate theme engine in module_path: "adwaita",
  4.  
  5. (java:27932): Gtk-WARNING **: 21:17:42.528: Unable to locate theme engine in module_path: "adwaita",
  6. #
  7. # A fatal error has been detected by the Java Runtime Environment:
  8. #
  9. #  SIGSEGV (0xb) at pc=0x00007f0f6257a4bd, pid=27932, tid=0x00007f0f2ac9c700
  10. #
  11. # JRE version: OpenJDK Runtime Environment (8.0_202) (build 1.8.0_202-ga)
  12. # Java VM: OpenJDK 64-Bit Server VM (25.202-bga mixed mode linux-amd64 compressed oops)
  13. # Problematic frame:
  14. # C  [libc.so.6+0x9f4bd]  __memcpy_sse2_unaligned_erms+0xfd
  15. #
  16. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  17. #
  18. # An error report file with more information is saved as:
  19. # /home/aaron/hs_err_pid27932.log
  20. #
  21. # If you would like to submit a bug report, please visit:
  22. #   http://bugreport.java.com/bugreport/crash.jsp
  23. # The crash happened outside the Java Virtual Machine in native code.
  24. # See problematic frame for where to report the bug.
  25. #
  26. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement