Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. ~/Downloads $ waifu2x-converter-cpp -i test.jpg -o out.jpg
  2. [1] 1826 segmentation fault (core dumped) waifu2x-converter-cpp -i test.jpg -o out.jpg
  3. ~/Downloads $ gdb --args waifu2x-converter-cpp -i test.jpg -o out.jpg
  4. GNU gdb (GDB) 7.11.1
  5. Copyright (C) 2016 Free Software Foundation, Inc.
  6. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  7. This is free software: you are free to change and redistribute it.
  8. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  9. and "show warranty" for details.
  10. This GDB was configured as "x86_64-pc-linux-gnu".
  11. Type "show configuration" for configuration details.
  12. For bug reporting instructions, please see:
  13. <http://www.gnu.org/software/gdb/bugs/>.
  14. Find the GDB manual and other documentation resources online at:
  15. <http://www.gnu.org/software/gdb/documentation/>.
  16. For help, type "help".
  17. Type "apropos word" to search for commands related to "word"...
  18. Reading symbols from waifu2x-converter-cpp...(no debugging symbols found)...done.
  19. (gdb) run
  20. Starting program: /usr/bin/waifu2x-converter-cpp -i test.jpg -o out.jpg
  21. [Thread debugging using libthread_db enabled]
  22. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  23. [New Thread 0x7fffef880700 (LWP 2068)]
  24.  
  25. Thread 1 "waifu2x-convert" received signal SIGSEGV, Segmentation fault.
  26. 0x00007ffff4303ad0 in pthread_mutex_lock () from /usr/lib/libpthread.so.0
  27. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement