Path: utzoo!attcan!uunet!bu.edu!orc!inews!cmdnfs!bhoughto From: bhoughto@cmdnfs.intel.com (Blair P. Houghton) Newsgroups: comp.unix.ultrix Subject: Re: Bizarro error message Message-ID: <339@inews.intel.com> Date: 8 Oct 90 23:04:50 GMT References: <27754@boulder.Colorado.EDU> <1794@shodha.enet.dec.com> Sender: news@inews.intel.com Distribution: comp Organization: Intel Corp, Chandler, AZ Lines: 14 In article <1794@shodha.enet.dec.com> alan@shodha.enet.dec.com ( Alan's Home for Wayward Notes File.) writes: > main() > { > int array[10] ; > array[999] = 0 ; > return 0 ; > } > > This is a common enough error that we should document it > somewhere. All this will do is give a bus-error; maybe dump core. --Blair