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?

-- Niklas

On 09.04.2014 01:59, Tycho Andersen wrote:
Hi Niklas,

[Sorry for the delay.]

On Thu, Apr 03, 2014 at 03:32:19PM +0200, Niklas Semmler wrote:
The problem is still occurring every now and then. Suddenly I am
locked to my keyboard and the current application. No log messages
of any kind.

I need some pointers here, where do I start debugging? I am familiar
with python (that's why I chose qtile in the first place), but I
want to avoid randomly scanning the code o_O.

I'm not really sure. When other people have described this behavior,
it has related to suspends or something like that, all which should be
fixed as of release 0.7. Some random thoughts:

* are you getting a lot of events when things lock up? (start qsh and
   type 'debug', then look at ~/.qtile.log when Bad Things are
   happening)
* you could try and attach pdb when things are going haywire, to see
   where things are going wrong

\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