Issue 226 in xmonad: XMonad.Prompt lockups with ghc 6.10

Issue 226: XMonad.Prompt lockups with ghc 6.10 http://code.google.com/p/xmonad/issues/detail?id=226 New issue report by vogt.adam: Steps to reproduce the problem: 1. run an XMonad.Prompt prompt What is the expected output? What do you see instead? A prompt is supposed to pop up, but nothing happens, and xmonad stops responding to any input Attached it xmonad's stdout What version of the product are you using? On what operating system? current darcs of: x11, core and contrib ghc version 6.10.0.20081007 xorg server 1.5.2, libx11 1.1.5 (Archlinux testing repo) Please provide any additional information below. A minimal config; freezes on M-x:
import XMonad (xmonad,defaultConfig) import XMonad.Prompt (defaultXPConfig) import XMonad.Prompt.XMonad (xmonadPrompt) import XMonad.Util.EZConfig (additionalKeysP) main = xmonad $ defaultConfig `additionalKeysP` [("M-x", xmonadPrompt defaultXPConfig)]
If this error is due to a module from XMonadContrib, please tag this issue with 'Component-Contrib' below. Component-Contrib Attachments: err2 57.0 KB Issue attributes: Status: New Owner: ---- Labels: Type-Defect Priority-Medium -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com