Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!harpo!seismo!hao!hplabs!sri-unix!gwyn@BRL-VLD.ARPA From: gwyn@BRL-VLD.ARPA Newsgroups: net.unix-wizards Subject: Re: Segmentation Violation & V7 shell Message-ID: <145@sri-arpa.UUCP> Date: Mon, 23-Apr-84 07:28:26 EDT Article-I.D.: sri-arpa.145 Posted: Mon Apr 23 07:28:26 1984 Date-Received: Mon, 30-Apr-84 05:50:29 EDT Lines: 11 From: Doug Gwyn (VLD/VMB) I hope that the PERQ doesn't grow the user stack by the same method that fails to extend the program break (inability to restart faulting instruction)! The only UNIX utility I know of that uses this incredibly kludgy method of memory allocation is the Bourne shell. Now that a good fast malloc() is supplied with UNIX (both 4.2BSD and SysVRel2), I would like to see the Bourne shell changed to do sensible memory allocation. Does anyone know whether the Korn shell is any better about this?