[comp.sys.mac] LSC 3.0 Out of Memory Bug

mo@prisma (12/28/88)

I am having trouble running the debugger under LSC 3.0.
When I run one of the demo applications, the debugger works fine.
When ever I try to run it with anything I have written, I get
"Out of Memory"   I find it hard to believe that the 4 line program

	main()
	{
		while(1);
	}

loaded with no libraries or anything should run it out of memory.
I have a 2 meg Mac Plus running 5.x  (maybe when 6.x settles down
I'll convert.)  

Anybody have any idea what is going on here?

	-Mike O'Dell