Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on home.ro-che.info X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER autolearn=no version=3.2.3 Delivered-To: 16-roma@ro-che.info Received: from mail.ro-che.info [77.221.133.60] by home.ro-che.info with POP3 (fetchmail-6.3.8) for (single-drop); Fri, 21 Dec 2007 16:56:32 +0200 (EET) Received: (qmail 20431 invoked from network); 21 Dec 2007 17:55:41 +0300 Received: from bugs.haskell.org (HELO www.haskell.org) (128.36.229.215) by balamark.com with SMTP; 21 Dec 2007 17:55:41 +0300 Received-SPF: none (balamark.com: domain at haskell.org does not designate permitted sender hosts) Received: from haskell.cs.yale.edu (localhost.localdomain [127.0.0.1]) by www.haskell.org (Postfix) with ESMTP id 4571232457E; Fri, 21 Dec 2007 09:50:05 -0500 (EST) X-Original-To: xmonad@haskell.org Delivered-To: xmonad@haskell.org Received: from wa-out-f140.google.com (wa-out-f140.google.com [209.85.146.140]) by www.haskell.org (Postfix) with ESMTP id 6BDC0324191 for ; Fri, 21 Dec 2007 09:49:59 -0500 (EST) Received: by wa-out-f140.google.com with SMTP id j18so45401waf.3 for ; Fri, 21 Dec 2007 06:55:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=beta; h=domainkey-signature:mime-version:message-id:date:received:subject:from:to:content-type:content-transfer-encoding; bh=+PI8myjUX60wIQyWVtkSdFj7xRjoUkW56Li6DXuLCVE=; b=YoP1QTEUOtNtCtqxeXlIUubeSPTzHvbdCuLon7NMZK7pAhpWbRGsZwGLuYaC95ahsZ/RIeQUMsLVFcIcrjkqQQ== DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:message-id:date:subject:from:to:content-type:content-transfer-encoding; b=oAv8yqLtmkHiinhLuxdp0E1GBAIwASzbo0cUFSsW++8WnrnFYqEqUkwax537jQVZqbJ9WoGJJGWWMDUSSVYFWA== MIME-Version: 1.0 Message-ID: <00163646c82e0441cd117825c81aa43@google.com> Date: Fri, 21 Dec 2007 06:55:24 -0800 Received: by 10.114.47.10 with SMTP id u10mr269716wau.3.1198248924030; Fri, 21 Dec 2007 06:55:24 -0800 (PST) From: codesite-noreply@google.com To: xmonad@haskell.org Content-Type: text/plain; charset=ISO-8859-1; Format=Flowed Content-Transfer-Encoding: 7bit Subject: [xmonad] Issue 109 in xmonad: Xmonad sometimes crashes when evince closes X-BeenThere: xmonad@haskell.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "xmonad: a tiling window manager" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: xmonad-bounces@haskell.org Errors-To: xmonad-bounces@haskell.org Issue 109: Xmonad sometimes crashes when evince closes http://code.google.com/p/xmonad/issues/detail?id=109 New issue report by stucchio: What steps will reproduce the problem? 1. Open a pdf file in evince. 2. Close evince. You can close it with the xmonad "kill" command, by asking evince to exit (from the menu), or by killing the process with a terminal. I've gotten xmonad to crash by any of these methods. 3. Get lucky. It doesn't happen every time, but definately often enough to be annoying. What is the expected output? What do you see instead? I expect xmonad/xwindows not to crash. Instead, it does, and I'm dumped back to the login screen. What version of the product are you using? On what operating system? Xmonad 0.5. Linux version 2.6.15-29-386 (buildd@terranova) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) I'm also running gnome with xmonad. Please provide any additional information below. I've attached my xmonad.hs file. Perhaps there is a problem there. If this error is due to a module from XMonadContrib, please tag this issue with 'Component-Contrib' below. Attachments: xmonad.hs 10.1 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 _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad