Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!samsung!crackers!m2c!umvlsi!umaecs!amh!djvelleman From: djvelleman@amherst.bitnet Newsgroups: comp.sys.mac.programmer Subject: Re: Program 'runs' in LSP, but crashes when app runs Message-ID: <11724.279ef894@amherst.bitnet> Date: 24 Jan 91 15:09:08 GMT References: <28060.279b01f2@kuhub.cc.ukans.edu> Lines: 11 In article <28060.279b01f2@kuhub.cc.ukans.edu>, mlab2@kuhub.cc.ukans.edu writes: > Has anyone else had one of those bugs with LSP where it RUNs under the > compiler, but when COMPILED, the app crashes? > > Can you characterize those bugs? It would be nice to have a guide explaining > likely errors when xx crash occurs. Every time that's happened to me, it's been because the configuration of the heap was different in the two situations, and some relocatable block got either moved or purged in one case but not the other. -Dan Velleman