converting HyperCard stacks on OSX
Alex Rice
alrice at arcplanning.com
Fri Aug 29 17:27:01 EDT 2003
On Friday, August 29, 2003, at 04:09 PM, J. Landman Gay wrote:
> When Rev closes a stack, it doesn't remove it from memory unless you
> have set the destroystack property to true. After importing your HC
> stack, open the Stack Inspector (from the Objects menu) and click the
> checkbox called "purge stack on close". This will remove it from RAM
> when you close the stack, and should free up memory so you can open
> another one.
Good advice, but on OS X an app should never crash because of low
memory (however on OS 7,8,9 yes). OS X has a really good virtual memory
system and running out of RAM the worst thing that should happen is a
lot of disk activity as the system starts swapping.
Mike, what I was going to recommend is putting breakpoints and stepping
through all of your startup, openStack, preOpenStack, openCard and
preOpenCard handlers. Something in one of them is triggering a crash.
Alex Rice, Software Developer
Architectural Research Consultants, Inc.
http://ARCplanning.com
More information about the use-livecode
mailing list