Guest User

Untitled

a guest
Oct 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [1] 21283 bus error keepassx
  2.  
  3. Ubuntu 18.04.1 LTS
  4.  
  5. # gdb /usr/local/bin/keepassx
  6. GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
  7. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  8. ...
  9. (gdb) run
  10. Starting program: /usr/local/bin/keepassx
  11. [Thread debugging using libthread_db enabled]
  12. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  13. Cannot find user-level thread for LWP 21325: generic error
  14. (gdb) quit
  15. A debugging session is active.
  16.  
  17. Inferior 1 [process 21325] will be killed.
  18.  
  19. Quit anyway? (y or n) y
  20.  
  21. apt-cache depends keepassx | grep '[ |]Depends: [^<]' | cut -d: -f2 | tr -d ' ' | xargs sudo apt-get --reinstall install -y
Add Comment
Please, Sign In to add comment