From owner-freebsd-questions@FreeBSD.ORG Sun Dec 20 00:15:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77D1B106566C for ; Sun, 20 Dec 2009 00:15:59 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from ghirai.com (ghirai.com [91.204.208.13]) by mx1.freebsd.org (Postfix) with ESMTP id 4503B8FC08 for ; Sun, 20 Dec 2009 00:15:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ghirai.com (Postfix) with ESMTPSA id 919BA17001 for ; Sun, 20 Dec 2009 00:15:44 +0000 (GMT) Date: Sun, 20 Dec 2009 02:15:50 +0200 From: Ghirai To: freebsd-questions@freebsd.org Message-Id: <20091220021550.707e7ce4.ghirai@ghirai.com> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.5; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ld-elf related problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2009 00:15:59 -0000 Hi, I'm running 8.0-RELEASE amd64, and various applications randomly coredump and exit with signal 10; this has started apparently after installing numpy from ports, which also pulled gcc44. Right after that basically all apps i had running crashed, and they wouldn't start. The error was something about unrecognized symbols or something in ld-elf-something. I can't be more specific, because after a reboot, stuff worked again - mostly. Now applications periodically coredump, but then start again. Does anyone have any insights? Thanks.