Advertisement
Guest User

Backend crash

a guest
Oct 12th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. [New Thread 0x7ffcf4448700 (LWP 30571)]
  2.  
  3. (process:3217): GLib-ERROR **: Creating pipes for GWakeup: Too many open files
  4.  
  5.  
  6. Program received signal SIGTRAP, Trace/breakpoint trap.
  7. [Switching to Thread 0x7ffcf4448700 (LWP 30571)]
  8. 0x00007fffe75278e0 in g_logv () from /lib/libglib-2.0.so.0
  9. (gdb) bt
  10. #0 0x00007fffe75278e0 in g_logv () from /lib/libglib-2.0.so.0
  11. #1 0x00007fffe7527b1f in g_log () from /lib/libglib-2.0.so.0
  12. #2 0x00007fffe7563802 in ?? () from /lib/libglib-2.0.so.0
  13. #3 0x00007fffe751ea13 in g_main_context_new () from /lib/libglib-2.0.so.0
  14. #4 0x00007fffec3aae99 in QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivate(_GMainContext*) () from /lib/libQt5Core.so.5
  15. #5 0x00007fffec3aaf71 in QEventDispatcherGlib::QEventDispatcherGlib(QObject*)
  16. () from /lib/libQt5Core.so.5
  17. #6 0x00007fffec172ac0 in ?? () from /lib/libQt5Core.so.5
  18. #7 0x00007fffec173a28 in ?? () from /lib/libQt5Core.so.5
  19. #8 0x00007fffebeb8424 in start_thread () from /lib/libpthread.so.0
  20. #9 0x00007fffeb35acbd in clone () from /lib/libc.so.6
  21. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement