
Le Tue, 26 Feb 2008 11:12:42 -0800,
Don Stewart
ac007:
I updated xmonad-0.6(darcs) yesterday and since then XMonad.Pompt.Shell crashes xmonad to console. Steps to reproduce : 1) Spawn Shell prompt 2) type anything (doesnt have to be a valid command) 3) Press <CR> 4) X11 crashes to console with following message : xmonad-i386-linux: internal error: PAP object entered!
That looks like a bug related to having miscompiled the X11 library (or xmonad). Do a full make clean, then rebuild, then try again.
If it persists, its a runtime bug in GHC.
Yup, cleaning-rebuilding X11/xmonad/XMonadContrid fixed it. Thank you. Side note: Got same answer from simonpj at glasgow-haskell-bugs where i cross-posted (shame on me), and i had to tranlate "make clean" to "runhaskell Setup.[l]hs clean". I was wondering why you both talk about "make" ?