Advertisement
Guest User

static

a guest
Nov 23rd, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.88 KB | None | 0 0
  1. pi@raspberrypi ~ $ gdb widgetStatic
  2. GNU gdb (GDB) 7.4.1-debian
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "arm-linux-gnueabihf".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /home/pi/widgetStatic...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /home/pi/widgetStatic
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  16.  
  17. Program received signal SIGSEGV, Segmentation fault.
  18. 0x00013344 in QmlJSDebugger::QtQuick1::QtQuick1Plugin::deactivate() ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement