[xmonad] Issue 576 in xmonad: On FreeBSD Xmonad loses first hotkey sometimes

codesite-noreply at google.com codesite-noreply at google.com
Sat Aug 9 20:07:14 UTC 2014


Comment #6 on issue 576 by martin.s... at gmail.com: On FreeBSD Xmonad loses  
first hotkey sometimes
http://code.google.com/p/xmonad/issues/detail?id=576

One thing I can see from the truss output is that when it does NOT work,  
the following happens:

1) fork()
2) child process executing
3) poll(); recvmsg; setitimer(); poll(); SIGALRM

When it works this happens:

1) setitimer(); setitimer();
2) fork()
3) setitimer(); (again)
4) child process executing (SIGALRM happening multiple times within the  
child process)

Does it help or do you need the detailed truss output?


-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


More information about the xmonad mailing list