Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!wuarchive!decwrl!bacchus.pa.dec.com!shlump.nac.dec.com!shodha.enet.dec.com!alan From: alan@shodha.enet.dec.com ( Alan's Home for Wayward Notes File.) Newsgroups: comp.unix.ultrix Subject: Re: Bizarro error message Summary: Could be a couple of things. Message-ID: <1794@shodha.enet.dec.com> Date: 9 Oct 90 21:33:50 GMT References: <27754@boulder.Colorado.EDU> Distribution: comp Organization: Digital Equipment Corp. - Colorado Springs, CO. Lines: 42 In article <27754@boulder.Colorado.EDU>, grunwald@foobar.colorado.edu (Dirk Grunwald) writes: > > I got the following console message (UWS 2.2 == Ultrix 3.2) and > haven't a clue as to what it means. Does anyone know? > > grow failed sp >= USRSTACK-ctob(u.u_ssize) 0x7ffff000 >= 0x7fff7000 > I know of two things that cause this. The first is that the stack tried to grow normally and failed because the stacksize limit was too small. As somebody else has already said, use the limit command built into the csh to raise the stack size. The other is that the stack tried to grow abnormally. This usually caused by a bug in the program. The simplest way to simulate the bug is something like; main() { int array[10] ; array[999] = 0 ; return 0 ; } This is a common enough error that we should document it somewhere. If you can suggest a good place try mailing one of the "Reader Comment" pages from the doc set. The documentation people may be able to get it added. You could submit an SPR to ask that the message be changed to something that makes more sense, but I tried that with the "todr too small" message and got a polite "We'll think about it". > Dirk Grunwald -- Univ. of Colorado at Boulder (grunwald@foobar.colorado.edu) > (grunwald@boulder.colorado.edu) -- Alan Rollow alan@nabeth.enet.dec.com