Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!rutgers!columbia!cubmol!ping From: ping@cubmol.bio.columbia.edu (Shiping Zhang) Newsgroups: comp.lang.c Subject: Re: Bus Error Message-ID: <1990Mar13.042241.17357@cubmol.bio.columbia.edu> Date: 13 Mar 90 04:22:41 GMT References: <16139.25F89344@urchin.fidonet.org> Reply-To: ping@cubmol.bio.columbia.edu (Shiping Zhang) Organization: Dept. of Biology, Columbia Univ., New York, NY Lines: 9 In article <16139.25F89344@urchin.fidonet.org> Lynn.Lively@p4694.f506.n106.z1.fidonet.org (Lynn Lively) writes: > >Does anyone know what a "Bus Error" is? I've got a very complicated program From my own experiences, "Bus Error" results from index of arrays reaching beyond their ranges. But I'm not sure if it's the only cause for this kind of errors. -ping