From owner-freebsd-questions@FreeBSD.ORG Mon Dec 21 03:19:12 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 E50871065692 for ; Mon, 21 Dec 2009 03:19:12 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id BA06A8FC19 for ; Mon, 21 Dec 2009 03:19:12 +0000 (UTC) Received: by mail-pz0-f185.google.com with SMTP id 15so3291559pzk.3 for ; Sun, 20 Dec 2009 19:19:12 -0800 (PST) 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:cc:content-type; bh=MPOeXYVVBV31L5ECyjg13jM7NES8hUnbIVdcYXAOofc=; b=OZKEutfzB97s8/wg2hmawx32mVpK1nUnMhNYVAw4XFRH80YH1LOhef9pkqDF1dLEFX HqEhbgcBePBaimVDxOS+k/kECYA6Gy2AAx6hlWoL7/x9oVfpfJ3ZUJ1IXkL9KD9AjWYz c71eHUtU34l0S04XOddRwiJSJW1Hl9tmZoclE= 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 :cc:content-type; b=InJq7z1fqGUszErIc5lLcH1aosO+ptV1yqne+LfrQ4nUKndNReOkhCQry+ZSNFBO6t /uro0yaCJiBZSN8x5MCOB4bdXGvEDUlcxNMxkgBAqPhM3efw0dNXP6pWK48AP+T4cWVa 0P3lGmQXY0wmVVrhe2GhVqDDNHI9M4Epz0jQc= MIME-Version: 1.0 Received: by 10.142.7.18 with SMTP id 18mr4332633wfg.126.1261365552596; Sun, 20 Dec 2009 19:19:12 -0800 (PST) In-Reply-To: <20091220021550.707e7ce4.ghirai@ghirai.com> References: <20091220021550.707e7ce4.ghirai@ghirai.com> Date: Sun, 20 Dec 2009 21:19:12 -0600 Message-ID: <6201873e0912201919y4f6d9e10yabf194d8363b808f@mail.gmail.com> From: Adam Vande More To: Ghirai Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: 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: Mon, 21 Dec 2009 03:19:13 -0000 On Sat, Dec 19, 2009 at 6:15 PM, Ghirai wrote: > 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. > > Have you installed /usr/ports/misc/compat7x ? -- Adam Vande More