From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MyUlE-0007CJ-5c for garchives@archives.gentoo.org; Thu, 15 Oct 2009 18:09:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC7E2E08EB; Thu, 15 Oct 2009 18:09:10 +0000 (UTC) Received: from mail-qy0-f187.google.com (mail-qy0-f187.google.com [209.85.221.187]) by pigeon.gentoo.org (Postfix) with ESMTP id 79570E08EB for ; Thu, 15 Oct 2009 18:09:10 +0000 (UTC) Received: by qyk17 with SMTP id 17so1369736qyk.2 for ; Thu, 15 Oct 2009 11:09:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=9nAsCKWqEYgxiPQ0pH6URan99h7DWPi9vroBzniuyRQ=; b=ExJ6Pha90jDVlUWGhA1Lys0XSWUyE74ocbDi/2OxAnSlTPqYhccWHRayR8+aKUPDC0 btkw8qWY6/DekpBxWfoZIa6SeC8uRPszekVSC8GBwdEdB7ghNldMX0YZPdtyaHmUKne3 mvdNkXmwcDKm/nXNLTl/zlti+LKFPbe7NS980= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=ea3vc94Rky3pK+3enaMta39eQ6ijZ5pY1FMbVjXgtX8jnXXQgCzhf9CVZpBTizazo5 utcZnWGm40lQ4vy4dcoS261cgFOYZX2C7vAyaZeekKIOWs4xZH6v4hHeyFZP7WcP4I+Q V5ed1sa/uenJhvGjILQFhkvv8iWRoexedrgyQ= Received: by 10.224.31.13 with SMTP id w13mr367040qac.223.1255630148604; Thu, 15 Oct 2009 11:09:08 -0700 (PDT) Received: from ?192.168.1.1? (adsl-222-125-42.jan.bellsouth.net [68.222.125.42]) by mx.google.com with ESMTPS id 23sm210618yxe.12.2009.10.15.11.09.06 (version=SSLv3 cipher=RC4-MD5); Thu, 15 Oct 2009 11:09:07 -0700 (PDT) Message-ID: <4AD76540.8020608@gmail.com> Date: Thu, 15 Oct 2009 13:09:04 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20091007 SeaMonkey/1.1.18 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: my xorg-server 1.6 seems a bit unstable - what am I doing wrong? References: <4AD4C011.4040701@gmail.com> <200910132152.09910.alan.mckinnon@gmail.com> <4AD596EE.90605@gmail.com> <4255D014-B83C-47F0-BA91-AF6746DFCC90@stellar.eclipse.co.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 0a6c54b4-df8a-4f56-89d4-367305cf26f8 X-Archives-Hash: 32de1b697175e122cabf0379270dab53 Denis wrote: > Ordinarily, I would also point to I/O errors, but not this time. I > have had this same version of Mathematica, 5.2, for *years*, on this > same machine, over several kernels and several Xorg upgrades, and it > was rock-solid. Not one X hang or crash. Ever. No error messages or > I/O warnings ever. The only thing I'd ever see in the console would > be GTK+ errors from other programs. Something about this latest X > upgrade is making Mathematica unhappy, either because some previously > supported format that worked fine with it has been altered or > something else in that general regard. This version being so outdated > - that isn't a surprise. It may not be a bug, so much as an > incompatibility, perhaps > > I think the only thing I can do at this point that probably will fix > this is to go to stable arch, but I am not willing to do that because > I like my box the way it is now :-) It's great and efficient for all > other things. Before I can get a local Mathematica upgrade, I will > have to resort to using it via X forwarding off the central server. > > > I forgot to mention this earlier. The way I found out it was a I/O error for me was this command. hdparm -Tt /dev/hda && hdparm -Tt /dev/hda . I kept repeating that until it starting giving me errors. For mine it was after the third pass. Something to keep in mind, it could be something wrong with the driver in the kernel you are using. It could be any number of things like this. It could be that it is a mismatch as you mentioned between Mathematica and some other support program such as gtk, python or any other number of things. Me, I would hop on a mailing list for that software and ask them what strace command you can run and then send them the results. It may be that they can make some sense of the error and recommend a fix or even a downgrade of some other package. You may also want to use the q command to see what was upgraded since it last worked. That might point to something too. I think it is the q command that does that. Dale :-) :-)