From owner-freebsd-amd64@FreeBSD.ORG Sun Sep 11 22:58:06 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B1CB16A420 for ; Sun, 11 Sep 2005 22:58:06 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0634043D68 for ; Sun, 11 Sep 2005 22:58:01 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: (qmail 8279 invoked from network); 11 Sep 2005 22:58:01 -0000 Received: from aldan.algebra.com (HELO blue.virtual-estates.net) ([216.254.65.224]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 11 Sep 2005 22:58:01 -0000 Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.3/8.13.3) with ESMTP id j8BMvxIl000196 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Sep 2005 18:57:59 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by blue.virtual-estates.net (8.13.4/8.13.3/Submit) id j8BMvx4A000195; Sun, 11 Sep 2005 18:57:59 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) X-Authentication-Warning: blue.virtual-estates.net: mi set sender to mi+kde@aldan.algebra.com using -f From: Mikhail Teterin To: obrien@freebsd.org, freebsd-amd64@freebsd.org, current@freebsd.org, gerald@freebsd.org Date: Sun, 11 Sep 2005 18:57:58 -0400 User-Agent: KMail/1.8.1 References: <200509102303.j8AN3ZO9073021@blue.virtual-estates.net> <20050911191155.GA16393@dragon.NUXI.org> In-Reply-To: <20050911191155.GA16393@dragon.NUXI.org> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: Subject: Re: another case of Arithmetic exception on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 22:58:06 -0000 On Sunday 11 September 2005 03:11 pm, David O'Brien wrote: = On Sat, Sep 10, 2005 at 07:03:35PM -0400, Mikhail T. wrote: = > I built and installed audio/timidity the stock compiler with my usual = > CFLAGS: = > = > -O2 -fno-strict-aliasing -pipe -march=opteron = > = > It dies on startup from SIGFPE. I turned on "-Wall -Werror" and patched = > the port to compile cleanly without any warning. That did not help... = = How are you using the port? Can you give me an input file and the proper = commandline invocation? Install audio/eawpats (it run-depends on timidity++) and try: timidity something.mid Here is a good example of a MIDI file: http://www.discoverynet.com/~ajsnead/theme/midi/ppanther_37.mid Thanks. -mi