From owner-freebsd-bugs Fri May 30 20:20:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA25371 for bugs-outgoing; Fri, 30 May 1997 20:20:03 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA25361; Fri, 30 May 1997 20:20:01 -0700 (PDT) Date: Fri, 30 May 1997 20:20:01 -0700 (PDT) Message-Id: <199705310320.UAA25361@hub.freebsd.org> To: freebsd-bugs Cc: From: "Jordan K. Hubbard" Subject: Re: kern/3724: sig-11 on package add in sysinstall Reply-To: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/3724; it has been noted by GNATS. From: "Jordan K. Hubbard" To: jin@adv-pc-1.lbl.gov Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/3724: sig-11 on package add in sysinstall Date: Fri, 30 May 1997 20:14:14 -0700 > It looks like either sysinstall uses an array to hold number of > Packages will be added or similar method which has overflowed. I'm afraid it's a linked list, and also likely that the problem isn't even in sysinstall itself, but rather one of the libraries it depends on. I'm looking into it, thanks!