From owner-freebsd-current@FreeBSD.ORG Mon Jun 25 10:35:14 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C94E16A468 for ; Mon, 25 Jun 2007 10:35:14 +0000 (UTC) (envelope-from ianf@clue.co.za) Received: from munchkin.clue.co.za (munchkin.clue.co.za [66.219.59.160]) by mx1.freebsd.org (Postfix) with ESMTP id 296CC13C44B for ; Mon, 25 Jun 2007 10:35:14 +0000 (UTC) (envelope-from ianf@clue.co.za) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=20070313; d=clue.co.za; h=Received:Received:Received:To:cc:From:Subject:In-Reply-To:X-Attribution:Date:Message-Id; b=DKVgXQBMWc8Oa6b2qo3qAb2ji2njUKsuMWTI+udeP5mdkq8EzukWZSiKbJDhS0mId23cwyjyrZbIjdrUu9QlaVC3ZFVbKgaZ5clf/lFmd90mpqlcwiXg6HzsDitOiz/GtVmrzV2tvDzj2CpzvpwHUgXN2n4v+WHG71RSdFK40ScNQbXCyhbLfM9N6hEBk3L0M9/nNhOaz1RsNKle2nkM/XtCefAK7ZHs+6DEKn6sJvvvDD2hT+RYrRoyJOHNCacl; Received: from uucp by munchkin.clue.co.za with local (Exim 4.66) (envelope-from ) id 1I2luX-0005rC-5V; Mon, 25 Jun 2007 10:35:09 +0000 Received: from atlas.clue.co.za ([10.0.0.18] helo=clue.co.za) by urchin.clue.co.za with esmtpa (Exim 4.66) (envelope-from ) id 1I2luS-0004rD-4Q; Mon, 25 Jun 2007 10:35:04 +0000 Received: from localhost ([127.0.0.1] helo=clue.co.za) by clue.co.za with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1I2luR-0001kJ-25; Mon, 25 Jun 2007 12:35:03 +0200 To: Mark Murray From: Ian FREISLICH In-Reply-To: Message from Mark Murray of "Mon, 25 Jun 2007 10:56:25 +0100." <200706250956.l5P9uPvV074077@greatest.grondar.org> X-Attribution: BOFH Date: Mon, 25 Jun 2007 12:35:03 +0200 Message-Id: Cc: freebsd-current@FreeBSD.ORG, gary.jennejohn@freenet.de Subject: Re: weird error with nmh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2007 10:35:14 -0000 Mark Murray wrote: > Ian FREISLICH writes: > > So I'm really not sure why the linker is choosing libc's version > > over this one. > > If you turn on debug building (-g), then nmh works again. I'll give that a try. Last time I tried (Jun 11) -g didn't help either with preventing the core dump or making sense of the stack trace. > Even weirder. GCC bug? I suspected the rude function aliasing deprecation, but I couldn't find a warning to that effect. Ian -- Ian Freislich