Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!noao!asuvax!mcdphx!estinc!fnf From: fnf@estinc.UUCP (Fred Fish) Newsgroups: comp.unix.xenix Subject: system lockup Keywords: bug? Message-ID: <60@estinc.UUCP> Date: 14 Feb 89 15:59:54 GMT Organization: Enhanced Software Technologies Inc., Tempe, Az Lines: 20 I had a case of a program running on a Bell Technologies MPE386, under SCO 386 Xenix Version 2.3.1, which was causing the system to lock up (no response to any typing on any terminal). I finally tracked it down. This simple program demonstrates the problem on my system: static char buf [1024 * 1024]; main () { write (0, buf, sizeof (buf)); } Can anyone else confirm similar symptoms? -Fred -- # Fred Fish, 1835 E. Belmont Drive, Tempe, AZ 85284, USA # 1-602-491-0048 asuvax!{nud,mcdphx}!estinc!fnf