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 1OIhYD-0005h9-Gd for garchives@archives.gentoo.org; Sun, 30 May 2010 12:23:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40426E0823; Sun, 30 May 2010 12:23:06 +0000 (UTC) Received: from mailgate-02.zdv.uni-mainz.de (mailgate-02.zdv.Uni-Mainz.DE [134.93.178.246]) by pigeon.gentoo.org (Postfix) with ESMTP id DFC11E0823 for ; Sun, 30 May 2010 12:23:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uni-mainz.de; i=cschwan@students.uni-mainz.de; q=dns/txt; s=ironport; t=1275222186; x=1306758186; h=from:to:subject:date:mime-version: content-transfer-encoding:message-id; z=From:=20Christopher=20Schwan=20|To:=20|Subject: =20[sage-on-gentoo]=20random=20SIGABRT=20errors=20on=20am d64|Date:=20Sun,=2030=20May=202010=2014:22:59=20+0200 |MIME-Version:=201.0|Content-Transfer-Encoding:=207bit |Message-ID:=20<201005301422.59910.cschwan@students.uni-m ainz.de>; bh=k5Rv7FRtdTLlyc454JD2ryZGmvpWIPIY0eN3pXRtITQ=; b=NGzE5Vq11IW/Ul779JyopbA7Y07WaCb/BYr9Ra3TU3mRs1B7XCC7hcOb cxcOoHdJPclZsDorb6CWloo59ealTn8rffEGKi9bdijHP9Hnf6NY+bCdx vL+qWPQS2MMpMRO53s6uTcWEPTD+RF8mI3+HXUT3rpZPvmIK4a+29Oxm8 A=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgEFAAv1AUwKXgZQ/2dsb2JhbACSMIx2vQWFFgQ Received: from e14hub-01.zdv.uni-mainz.de ([10.94.6.80]) by mailgate-02.zdv.uni-mainz.de with ESMTP; 30 May 2010 14:23:04 +0200 Received: from gnuke-notebook.localnet (79.211.213.235) by mail.uni-mainz.de (10.94.6.82) with Microsoft SMTP Server (TLS) id 14.1.160.2; Sun, 30 May 2010 14:23:04 +0200 From: Christopher Schwan To: Subject: [gentoo-science] [sage-on-gentoo] random SIGABRT errors on amd64 Date: Sun, 30 May 2010 14:22:59 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.34-gentoo; KDE/4.4.3; i686; ; ) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <201005301422.59910.cschwan@students.uni-mainz.de> X-Archives-Salt: d86378b8-4b19-4ab7-be6e-5b35182ecdf8 X-Archives-Hash: c4867e086599ce0e945f533d143c3bd2 Hi, good news: this bug is now fixed - install polybori-0.6.4-r1 and re-emerge sage-4.4.2. The problem was indeed polybori as suggested by Paulo. The "fix" I have written removes polybori's shared objects to enforce static linkage which seems to fix the problem. If you want to read more on this bug, read http://trac.sagemath.org/sage_trac/ticket/8192 and http://trac.sagemath.org/sage_trac/ticket/2822 . Christopher