Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!asuvax!stjhmc!p12.f56.n114.z1.fidonet.org!Chris.Gehlker From: Chris.Gehlker@p12.f56.n114.z1.fidonet.org (Chris Gehlker) Newsgroups: comp.sys.mac.programmer Subject: RE: Why am I getting bus-error in think C debugger? Message-ID: <30474.274B6657@stjhmc.fidonet.org> Date: 20 Nov 90 13:40:49 GMT Sender: ufgate@stjhmc.fidonet.org (newsout1.26) Organization: FidoNet node 1:114/56.12 - AZ MAC UG, Phoenix AZ Lines: 13 bach@vax1.acs.udel.EDU (Baskaran Subramaniam) writes: > I am new to programming in Think C. Could someone tell me what a bus-error > means? When I try to step through a test program (which runs without > giving any error outside the debugger) I get a bus-error. Why? Bus error means trying to read or write something from an address without real memory. Your probobly trying to look at something that referenced by pointer before the pointer is initialized. -- Uucp: ...{gatech,ames,rutgers}!ncar!asuvax!stjhmc!56.12!Chris.Gehlker Internet: Chris.Gehlker@p12.f56.n114.z1.fidonet.org