Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. ..:~$ linuxdcpp
  2. terminate called after throwing an instance of 'dcpp::ShareException'
  3. what(): File Not Available
  4. Aborted
  5.  
  6. // gdb
  7.  
  8. ..:~$ gdb linuxdcpp
  9. ...
  10. (gdb) run
  11. Starting program: /usr/bin/linuxdcpp
  12. [Thread debugging using libthread_db enabled]
  13. [New Thread 0x7fffed7cd700 (LWP 13030)]
  14. [New Thread 0x7fffecfcc700 (LWP 13031)]
  15. [New Thread 0x7fffe7fff700 (LWP 13032)]
  16. [New Thread 0x7fffe77fe700 (LWP 13033)]
  17. [New Thread 0x7fffe6ffd700 (LWP 13034)]
  18. terminate called after throwing an instance of 'dcpp::ShareException'
  19. what(): File Not Available
  20.  
  21. Program received signal SIGABRT, Aborted.
  22. [Switching to Thread 0x7fffed7cd700 (LWP 13030)]
  23. 0x00007ffff4aa33a5 in __GI_raise (sig=6)
  24. at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  25. 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  26. in ../nptl/sysdeps/unix/sysv/linux/raise.c
  27. (gdb)
  28.  
  29.  
  30.  
  31. pouzivam Xubuntu 11.10 Oneiric Ocelot
  32. zkousel jsem restartovat system, odinstalovavat a instalovat DC znovu
  33. sudo apt-get remove linuxdcpp
  34. taky
  35. sudo apt-get purge linuxdcpp
  36.  
  37. nic nepomohlo...
Add Comment
Please, Sign In to add comment