Guest User

Untitled

a guest
Oct 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. $ python
  2. Python 2.7.12 (default, Nov 19 2016, 06:48:10)
  3. [GCC 5.4.0 20160609] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> from PyQt5 import Qt
  6. [1] 7667 segmentation fault (core dumped) python
  7.  
  8. $ gdb -ex r --args python -c "from PyQt5 import Qt"
  9. ...
  10. Starting program: /usr/bin/python -c from PyQt5 import Qt
  11. [Thread debugging using libthread_db enabled]
  12. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  13.  
  14. Program received signal SIGSEGV, Segmentation fault.
  15. strlen () at ../sysdeps/x86_64/strlen.S:106
  16. 106 ../sysdeps/x86_64/strlen.S: No such file or directory.
Add Comment
Please, Sign In to add comment