
26 Dec
2009
26 Dec
'09
7:55 p.m.
Spencer Janssen
On Sun, Dec 27, 2009 at 01:25:40AM +0100, Ferenc Wagner wrote:
Nevermind, I've found the bug. spawnPipe changed from forkProcess to xfork. xfork contains createSession, but spawnPipe also kept its own, so there're two in the code path now. The latter should be removed.
Thanks for tracking this down, it was my mistake when adding xfork. I've pushed a patch that fixes the issue.
By the way, what's the point in Xmonad calling createSession any time at all? -- Thanks, Feri.