Hi Niklas,

On Fri, Apr 11, 2014 at 12:43:50PM +0200, Niklas Semmler wrote:
> Hi Tycho,
> 
> thank you for your attention!
> 
> I installed qtile right from the archlinux AUR repository.
> 
> $# qtile --version
> > 0.7-dev
> 
> A suspend does not correlate with the bug, but when I put my laptop
> into standby by closing the lid, the bug has disappeared when coming
> back.
> 
> When I am running qsh during a freeze (given that my last focus was
> a terminal), and try to call "help" or "debug" I get the following
> results:
> 
> > help
> Traceback (most recent call last):
>   File "/usr/bin/qsh", line 43, in <module>
>     main()
>   File "/usr/bin/qsh", line 39, in main
>     qsh.loop()
>   File "/usr/lib/python2.7/site-packages/libqtile/sh.py", line 285, in loop
>     val = builtin(args)
>   File "/usr/lib/python2.7/site-packages/libqtile/sh.py", line 202,
> in do_help
>     cmds = self._commands()
>   File "/usr/lib/python2.7/site-packages/libqtile/sh.py", line 128,
> in _commands
>     return self.current.commands()
>   File "/usr/lib/python2.7/site-packages/libqtile/command.py", line
> 112, in __call__
>     return self.call(self.selectors, self.name, *args, **kwargs)
>   File "/usr/lib/python2.7/site-packages/libqtile/command.py", line
> 241, in call
>     state, val = self.client.call((selectors, name, args, kwargs))
>   File "/usr/lib/python2.7/site-packages/libqtile/ipc.py", line 98, in call
>     return self.send(data)
>   File "/usr/lib/python2.7/site-packages/libqtile/ipc.py", line 95, in send
>     raise RuntimeError("Server not responding")
> RuntimeError: Server not responding
> 
> Does this say anything to you?

Well, it says that the qtile process is not responding, so it matches
the symptoms you described at the beginning of the thread. Is the CPU
pegged (i.e. qtile using 100% cpu) during such a freeze? Is the qtile
process even still around or has it crashed?

Unfortunately, without logs it is a little hard to guess what might be
going wrong. It is a long shot, but what video card/drivers are you
using? Are there any other unusual hardware configurations that might
be causing problems?

\t

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to