Advertisement
Guest User

Untitled

a guest
Nov 7th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Sluggard@sluggard-suse:/usr/bin> gdb kate
  2. GNU gdb (GDB; openSUSE Factory) 7.9
  3. Copyright (C) 2015 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 "x86_64-suse-linux".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://bugs.opensuse.org/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from kate...Reading symbols from /usr/lib/debug/usr/bin/kate.debug...done.
  17. done.
  18. (gdb) run
  19. Starting program: /usr/bin/kate
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib64/libthread_db.so.1".
  22. [New Thread 0x7fffcd1e5700 (LWP 8074)]
  23. [New Thread 0x7fffcd9e6700 (LWP 8073)]
  24. [New Thread 0x7fffe06d2700 (LWP 8072)]
  25.  
  26. Program received signal SIGSEGV, Segmentation fault.
  27. 0x00007ffff77f8bbf in __GI__IO_file_doallocate (fp=0x12cc030) at filedoalloc.c:111
  28. 111 filedoalloc.c: Нет такого файла или каталога.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement