From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 20 14:40:02 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 C984B16A41F for ; Tue, 20 Sep 2005 14:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337A443D49 for ; Tue, 20 Sep 2005 14:40:02 +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 j8KEe2jh046236 for ; Tue, 20 Sep 2005 14:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8KEe2jj046235; Tue, 20 Sep 2005 14:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 20 Sep 2005 14:40:02 GMT Resent-Message-Id: <200509201440.j8KEe2jj046235@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, No Name Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5EF716A41F for ; Tue, 20 Sep 2005 14:33:48 +0000 (GMT) (envelope-from arundel@h3c.de) Received: from enterprise4.noxa.de (enterprise.noxa.de [212.60.197.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD39043D45 for ; Tue, 20 Sep 2005 14:33:47 +0000 (GMT) (envelope-from arundel@h3c.de) Received: (qmail 2491 invoked from network); 20 Sep 2005 16:33:46 +0200 Received: from p508febde.dip.t-dialin.net (HELO localhost.skatecity) (80.143.235.222) by enterprise.noxa.de with AES256-SHA encrypted SMTP; 20 Sep 2005 16:33:46 +0200 Received: from localhost.skatecity (nobody@localhost.skatecity [127.0.0.1]) by localhost.skatecity (8.13.4/8.13.4) with ESMTP id j8KEXi1N033907 for ; Tue, 20 Sep 2005 16:33:45 +0200 (CEST) (envelope-from arundel@localhost.skatecity) Received: (from arundel@localhost) by localhost.skatecity (8.13.4/8.13.4/Submit) id j8KEXiBu033906; Tue, 20 Sep 2005 16:33:44 +0200 (CEST) (envelope-from arundel) Message-Id: <200509201433.j8KEXiBu033906@localhost.skatecity> Date: Tue, 20 Sep 2005 16:33:44 +0200 (CEST) From: No Name To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86372: Serious crash/memory hole with audio/timidity++ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: No Name List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 14:40:03 -0000 >Number: 86372 >Category: ports >Synopsis: Serious crash/memory hole with audio/timidity++ >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 20 14:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: No Name >Release: FreeBSD 6.0-BETA4 i386 >Organization: >Environment: System: FreeBSD skatecity 6.0-BETA4 FreeBSD 6.0-BETA4 #0: Wed Sep 14 00:54:49 CEST 2005 arundel@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: I tried to install audio/timidity++. So I did `sudo make` which worked just fine. When I do `make install` the make proccess seems to be stuck in a recursive loop: ===> timidity++-2.13.2_1 depends on file: /usr/local/share/timidity/timidity.cfg - found ===> timidity++-2.13.2_1 depends on file: /usr/local/bin/timidity - not found ===> Verifying install for /usr/local/bin/timidity in /usr/ports/audio/timidity++ ===> Installing for timidity++-2.13.2_1 ===> timidity++-2.13.2_1 depends on file: /usr/local/share/timidity/timidity.cfg - found ===> timidity++-2.13.2_1 depends on file: /usr/local/bin/timidity - not found ===> Verifying install for /usr/local/bin/timidity in /usr/ports/audio/timidity++ This goes on for ~ 500 lines. Then the process dies with this error message: Stop in /usr/ports/audio/timidity++. *** Error code 1 which is also being displayed ~ 500 times. The big problem however is when I try to `make clean`. This will eventually kill X and any other app running. This is the error output: swap_pager: out of swap space ... Plus I'm getting a lot of these errors: swap_pager_getswapspace(16): failed swap_pager_getswapspace(9): failed swap_pager_getswapspace(16): failed swap_pager_getswapspace(9): failed swap_pager_getswapspace(15): failed swap_pager_getswapspace(12): failed ... and a lot of messages about killed apps: pid 76166 (Xorg), uid 0, was killed: out of swap space pid 86002 (sh), uid 0, was killed: out of swap space pid 90215 (make), uid 0, was killed: out of swap space ... Finally the whole multi-user envirement crashes and returns to the login screen. >How-To-Repeat: `cd /usr/ports/audio/timidity++ && make all install clean` >Fix: Maybe there's a problem in bsd.ports.mk ?? >Release-Note: >Audit-Trail: >Unformatted: