[xmonad] Xmonad Restart not working

Brandon Allbery allbery.b at gmail.com
Fri Dec 28 20:40:12 CET 2012


On Fri, Dec 28, 2012 at 1:53 PM, Raghavendra D Prabhu <
raghu.prabhu13 at gmail.com> wrote:

> The default max stack size is 8M and if anything goes higher than that, a
> stack overflow exception is raised. (http://www.haskell.org/ghc/**
> docs/7.4.1/html/users_guide/**runtime-control.html<http://www.haskell.org/ghc/docs/7.4.1/html/users_guide/runtime-control.html>)
>
> I wonder why this overflow happens when I restart it but not during normal
> start, is it because during restart double or more than double the stack
> size is required for a short while?


xmonad passes the current state of the layout plus any ExtensibleState
(which is hidden in the layout so it will be persistent and relayed)
between instances, and may possibly require additional memory when
serializing or deserializing the layout data.  This is one of several
possible failure modes with extremely complex layouts, a large number of
workspaces, etc.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20121228/6daf3c23/attachment.htm>


More information about the xmonad mailing list