Guest User

Untitled

a guest
Nov 19th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. --- DEBIAN ---
  2. Traceback (most recent call last):
  3. File "start.py", line 12, in <module>
  4. Start(_version_, config)
  5. File "/home/homo/UrTBot/bot/main.py", line 291, in Start
  6. if config.developerConfig['enabled']: loop()
  7. File "/home/homo/UrTBot/bot/main.py", line 266, in loop
  8. proc.checkAndRead()
  9. File "/home/homo/UrTBot/wrapper.py", line 77, in checkAndRead
  10. readrdy = select.select([self.usock], [], [], 0.10)[0]
  11. KeyboardInterrupt
  12. Segmentation fault
  13.  
  14. --- MAC ---
  15. ^CTraceback (most recent call last):
  16. File "start.py", line 14, in <module>
  17.  
  18. File "/Users/Andrei/code/Python/UrTBot/bot/main.py", line 305, in Start
  19. else:
  20. File "/Users/Andrei/code/Python/UrTBot/bot/main.py", line 276, in loop
  21. proc.checkAndRead()
  22. File "/Users/Andrei/code/Python/UrTBot/bot/wrapper.py", line 77, in checkAndRead
  23. readrdy = select.select([self.usock], [], [], 0.10)[0]
  24. KeyboardInterrupt
  25. ^[[ASegmentation fault: 11
Add Comment
Please, Sign In to add comment