From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 19 00:50:06 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC5AA16A4D3 for ; Thu, 19 May 2005 00:50:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A357A43DBC for ; Thu, 19 May 2005 00:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4J0o626087357 for ; Thu, 19 May 2005 00:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4J0o6BT087356; Thu, 19 May 2005 00:50:06 GMT (envelope-from gnats) Date: Thu, 19 May 2005 00:50:06 GMT Message-Id: <200505190050.j4J0o6BT087356@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: David Lay Subject: Re: ports/81104: Bus error in Amanda 2.4.5 /usr/local/libexec/planner X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Lay List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 00:50:07 -0000 The following reply was made to PR ports/81104; it has been noted by GNATS. From: David Lay To: bug-followup@FreeBSD.org, daverio@cri.ensmp.fr Cc: Subject: Re: ports/81104: Bus error in Amanda 2.4.5 /usr/local/libexec/planner Date: Thu, 19 May 2005 10:42:29 +1000 I've struck this problem as well and have been able to do some rudimentary investigation. Under FreeBSD 5.4-RELEASE I can *not* reproduce the problem. Amanda 2.4.5 seems to work fine with FreeBSD 5. Under FreeBSD 4.11-RELEASE-p8 I can reproduce the problem, so perhaps the problem is confined to just FreeBSD 4. Experimenting with the broken port under FreeBSD 4, I was able to produce a different failure mode by varying compiler optimisation flags. Originally I had "CFLAGS= -O -pipe" in /etc/make.conf. With these compiler flags Amanda 2.4.5 would fail with bus error in planner. After rebuilding with "-O" removed from CFLAGS, the planner seemed to exit successfully, but the dump run would still fail with some other Amanda process exiting on a segmentation fault. I haven't been able to identify which process/executable was copping the segfault. -- David Lay dsl@webize.com.au