Advertisement
Guest User

Untitled

a guest
Oct 30th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. GNU gdb (GDB) 7.4.1-debian
  2. Copyright (C) 2012 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "arm-linux-gnueabihf".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>...
  10. Reading symbols from /home/pi/QtRemoteBuild/JackPotRPiQML...done.
  11. (gdb) run
  12. Starting program: /home/pi/QtRemoteBuild/JackPotRPiQML
  13. [Thread debugging using libthread_db enabled]
  14. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  15. QML debugging is enabled. Only use this in a safe environment.
  16. [New Thread 0x742da450 (LWP 2603)]
  17. [New Thread 0x73ada450 (LWP 2604)]
  18. [New Thread 0x732da450 (LWP 2605)]
  19. [New Thread 0x72ada450 (LWP 2606)]
  20. Unable to query physical screen size, defaulting to 100 dpi.
  21. To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
  22. [New Thread 0x71bbe450 (LWP 2607)]
  23.  
  24. Program received signal SIGILL, Illegal instruction.
  25. 0x6f8dd608 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement