Advertisement
Guest User

Untitled

a guest
Aug 11th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.54 KB | None | 0 0
  1. [New Thread 0x7fff7a96f700 (LWP 3998)]
  2. [Thread 0x7fff7a96f700 (LWP 3998) exited]
  3. comp_window_direct_init_randr - N
  4. co non-desktop output available.
  5. [New Thread 0x7fff7a96f700 (LWP 3999)]
  6. [New Thread 0x7fff7a16e700 (LWP 4000)]
  7. [New Thread 0x7fff7996d700 (LWP 4001)]
  8. [Detaching after fork from child process 4002]
  9. terminate called after throwing an instance of 'std::out_of_range'
  10.   what():  vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)
  11. QSocketNotifier: Can only be used with threads started with QThread
  12.  
  13. Thread 36 "StardustOpenXRF" received signal SIGABRT, Aborted.
  14. [Switching to Thread 0x7fff7996d700 (LWP 4001)]
  15. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
  16. 50  ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  17. (gdb) bt
  18. #0  0x00007ffff4b2bed7 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
  19. #1  0x00007ffff4b0d535 in __GI_abort () at abort.c:79
  20. #2  0x00007ffff4d88672 in  () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  21. #3  0x00007ffff4d942b6 in  () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  22. #4  0x00007ffff4d94301 in  () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  23. #5  0x00007ffff4f59205 in qt_assert(char const*, char const*, int) () at /home/nova/Qt/5.13.0/gcc_64/lib/libQt5Core.so.5
  24. #6  0x00007ffff4f79be7 in QThreadPrivate::start(void*) () at /home/nova/Qt/5.13.0/gcc_64/lib/libQt5Core.so.5
  25. #7  0x00007ffff4aca182 in start_thread (arg=<optimized out>) at pthread_create.c:486
  26. #8  0x00007ffff4c05b1f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement