
Comment #6 on issue 576 by martin.s...@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