From owner-freebsd-current@FreeBSD.ORG Tue Apr 22 10:30:33 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A124137B401 for ; Tue, 22 Apr 2003 10:30:33 -0700 (PDT) Received: from dsl093-019-250.msp1.dsl.speakeasy.net (dsl093-019-250.msp1.dsl.speakeasy.net [66.93.19.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D8A843F85 for ; Tue, 22 Apr 2003 10:30:32 -0700 (PDT) (envelope-from peter@jocose.org) Received: (qmail 18143 invoked from network); 22 Apr 2003 17:30:32 -0000 Received: from unknown (HELO jocose.org) (10.0.0.194) by 0 with SMTP; 22 Apr 2003 17:30:32 -0000 Message-ID: <3EA57C32.4030009@jocose.org> Date: Tue, 22 Apr 2003 12:30:26 -0500 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4a) Gecko/20030418 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Makoto Matsushita References: <3EA44847.90205@jocose.org> <20030422110541W.matusita@jp.FreeBSD.org> <3EA533DC.5070200@jocose.org> <20030423021502S.matusita@jp.FreeBSD.org> In-Reply-To: <20030423021502S.matusita@jp.FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@FreeBSD.org Subject: Re: The sysinstall's safe_realloc() failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 17:30:33 -0000 Makoto Matsushita wrote: > Note that 4-stable doesn NOT have this problem, since 4-stable sysinstall > have static buffer for chunks. 5-current sysinstall checks each > chunk's size, and realloc() memory for that. > > I do want to know this problem depends on only ftp server or > sysinstall itself, but have very little luck... > I have done 5.0 JPSNAP floppy installs in the past, but it was nearly a year ago. How long have you known this problem to exist? Pete...