From owner-freebsd-rc@FreeBSD.ORG Wed Apr 5 12:10:21 2006 Return-Path: X-Original-To: freebsd-rc@hub.freebsd.org Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D94FD16A400 for ; Wed, 5 Apr 2006 12:10:21 +0000 (UTC) (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 EC6C243D78 for ; Wed, 5 Apr 2006 12:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k35CAH3r015559 for ; Wed, 5 Apr 2006 12:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k35CAHhP015558; Wed, 5 Apr 2006 12:10:17 GMT (envelope-from gnats) Date: Wed, 5 Apr 2006 12:10:17 GMT Message-Id: <200604051210.k35CAHhP015558@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Ganbold Cc: Subject: Re: bin/94767: [patch] rcorder(8) dumps core when does not use a proper RCng script (dansguardian) X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ganbold List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2006 12:10:21 -0000 The following reply was made to PR bin/94767; it has been noted by GNATS. From: Ganbold To: bug-followup@FreeBSD.org Cc: dougb@freebsd.org Subject: Re: bin/94767: [patch] rcorder(8) dumps core when does not use a proper RCng script (dansguardian) Date: Wed, 05 Apr 2006 20:59:17 +0900 Can somebody close this PR by committing it? By commenting out those free()s in rcorder.c solves the core dump problem when there are circular dependent rc scripts on the system. thanks, Ganbold