[xmonad] Re: Issue 402 in xmonad: Xmonad becomes unresponsive. No
focus
changing (using keys or mouse), workspace changing or recompile.
codesite-noreply at google.com
codesite-noreply at google.com
Fri Jul 30 23:43:54 EDT 2010
Comment #4 on issue 402 by allbery.b: Xmonad becomes unresponsive. No
focus changing (using keys or mouse), workspace changing or recompile.
http://code.google.com/p/xmonad/issues/detail?id=402
Try to find out what it's frozen on: attach to it with gdb or a tracer and
see what system call it's blocked in. (I'd bet it's stuck writing to
xmobar, which will have choked for some reason.)
Linux: strace
recent Mac OS X and Solaris: dtruss
older Solaris: truss
*BSD and older Mac OS X: ktrace
More information about the xmonad
mailing list