From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 29 12:30:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AB351065674 for ; Fri, 29 Feb 2008 12:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00B418FC22 for ; Fri, 29 Feb 2008 12:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1TCU3EJ034357 for ; Fri, 29 Feb 2008 12:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1TCU36Z034354; Fri, 29 Feb 2008 12:30:03 GMT (envelope-from gnats) Date: Fri, 29 Feb 2008 12:30:03 GMT Message-Id: <200802291230.m1TCU36Z034354@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: bruce@cran.org.uk Cc: Subject: Re: bin/8867: [sysinstall] [patch] /stand/sysinstall core dumps (signal 11) if you try to allocate 25 partitions at once. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bruce@cran.org.uk List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 12:30:04 -0000 The following reply was made to PR bin/8867; it has been noted by GNATS. From: bruce@cran.org.uk To: bug-followup@freebsd.org, fehr@regolith.net Cc: Subject: Re: bin/8867: [sysinstall] [patch] /stand/sysinstall core dumps (signal 11) if you try to allocate 25 partitions at once. Date: Fri, 29 Feb 2008 12:22:22 +0000 This is still an issue on 7.0: sysinstall doesn't limit the number of partitions you can create but segfaults soon after too many have been created. -- Bruce