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 1MxFAU-0007mB-8V for garchives@archives.gentoo.org; Mon, 12 Oct 2009 07:18:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 725F5E0743; Mon, 12 Oct 2009 07:18:04 +0000 (UTC) Received: from mail-fx0-f220.google.com (mail-fx0-f220.google.com [209.85.220.220]) by pigeon.gentoo.org (Postfix) with ESMTP id 311C9E0743 for ; Mon, 12 Oct 2009 07:18:04 +0000 (UTC) Received: by fxm20 with SMTP id 20so8168627fxm.14 for ; Mon, 12 Oct 2009 00:18:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=FtCpWxlie+tG1/5UlgO5YynKVZUBjuJATq+FY65nzDY=; b=W3f9syjHF9sgH2JunJy9vgDCkZzXfMesmCpFkZJNf3JjTm9KEWacp5ZN9gf1cOpg1f TI3/ZUu28v+bs05BrkUnxzykBnMKecPUXJh6m2XLthZb0G//8mH+UuxCzopc+mqNfmqQ 8VWPKYMq5hW+RBUczvecz4J/USfJHe9xJlBtg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Pxvcu+u5/Ez9ufBUM36yLLRPkukl3NsZ5INJjq+6Gx5Jf7A5gyAyLmcYEHPdlFJxfE eevY9vG+ffwGP71OIK5DYcLmuxSxHZXB2ocj5WGc7CcwA1eSlCAznlXLviXsVMkFXIuP Ihz48lJ2BC0CNU0FZ6b0iJd4s+Az3gIeEnZIo= 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 Received: by 10.239.168.221 with SMTP id l29mr400976hbe.118.1255331883128; Mon, 12 Oct 2009 00:18:03 -0700 (PDT) In-Reply-To: <1255330229.28909.108.camel@mercury> References: <200910112313.00739.alan.mckinnon@gmail.com> <1255321075.28909.25.camel@mercury> <1255330229.28909.108.camel@mercury> Date: Mon, 12 Oct 2009 03:18:03 -0400 Message-ID: Subject: Re: [gentoo-user] Re: my xorg-server 1.6 seems a bit unstable - what am I doing wrong? From: Denis To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 8152c592-894d-44a0-b950-472dc63ee763 X-Archives-Hash: 8e396b0a66f7fc4b441079653dbdb095 Brandon, Thank you for helping me along here! Here is the output of "ldd Mathematica": linux-gate.so.1 => (0xb8042000) libm.so.6 => /lib/libm.so.6 (0xb800c000) libpthread.so.0 => /lib/libpthread.so.0 (0xb7ff4000) librt.so.1 => /lib/librt.so.1 (0xb7feb000) libXt.so.6 => /usr/lib/libXt.so.6 (0xb7f9a000) libXext.so.6 => /usr/lib/libXext.so.6 (0xb7f8b000) libXmu.so.6 => /usr/lib/libXmu.so.6 (0xb7f74000) libSM.so.6 => /usr/lib/libSM.so.6 (0xb7f6a000) libICE.so.6 => /usr/lib/libICE.so.6 (0xb7f51000) libX11.so.6 => /usr/lib/libX11.so.6 (0xb7e3a000) libc.so.6 => /lib/libc.so.6 (0xb7cf7000) /lib/ld-linux.so.2 (0xb8043000) libuuid.so.1 => /lib/libuuid.so.1 (0xb7cf2000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7cd7000) libXau.so.6 => /usr/lib/libXau.so.6 (0xb7cd3000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7ccd000) libdl.so.2 => /lib/libdl.so.2 (0xb7cc9000) So far, I see a bunch of references Java directories in the installation and a few .jar files. I haven't seen any reference to Qt. I did see the GUI-Kit and JLink in the AddOns directory. Basically, the only thing that triggers the crash is if I hold down the mouse button and drag the scrollbar UP right after I drag it DOWN. Dragging it down doesn't seem to make any difference by itself and hasn't crashed the program until I reverse and drag UP. Sometimes going up slowly will be OK too, but if I drag UP rapidly, it will crash. I can use the scroll arrows on top and bottom of the scrollbar, and it will scroll without incident, albeit slowly. Can the integrity of the above library links be checked, or would rebuilding all of them again make any difference? What is the command to determine which package the given .so.* file belongs to? Many thanks, Denis