From owner-freebsd-stable@FreeBSD.ORG Fri Oct 19 11:31:31 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDF1D16A420 for ; Fri, 19 Oct 2007 11:31:31 +0000 (UTC) (envelope-from mb@imp.ch) Received: from smtp.imp.ch (mx2-ipv6.imp.ch [IPv6:2001:4060:1:1001:209:6bff:fe89:869e]) by mx1.freebsd.org (Postfix) with ESMTP id 46EB413C46B for ; Fri, 19 Oct 2007 11:31:31 +0000 (UTC) (envelope-from mb@imp.ch) Received: from godot (godot.imp.ch [157.161.4.8]) by smtp.imp.ch (8.13.8/8.13.8/Submit_imp) with ESMTP id l9JBVSLK025929; Fri, 19 Oct 2007 13:31:29 +0200 (CEST) (envelope-from mb@imp.ch) Date: Fri, 19 Oct 2007 13:31:28 +0200 (CEST) From: Martin Blapp X-X-Sender: mb@godot To: mimedefang@lists.roaringpenguin.com In-Reply-To: <20071019115339.M67363@godot> Message-ID: <20071019132946.Y67363@godot> References: <20071018161238.GC97661@xs4all.net> <47178E1A.2010902@roaringpenguin.com> <20071019092619.S67363@godot> <20071019115339.M67363@godot> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: [Mimedefang] Re: Mimedefang crashes on FreeBSD 6 STABLE, amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 11:31:31 -0000 Hi, Looks like I found the problem and it was a local patch - ouch. Some casts that worked in i386 didn't work on amd64 ... sigh. Sorry for the noise. -- Martin