On 27/01/2007, at 4:25 AM, [EMAIL PROTECTED] wrote:

I have started using RB2007 (mac) and its extremely unstable. Its crashing all the time, and I have no clue what line of code makes it crash, and indeed it erratically crashing on parts of the code I have not altered then later it
works on the same code.

RB2007 exercises your memory and virtual memory more than most programs.

It is possible therefore that RB is hitting memory errors that your normal use of that machine doesn't - I suggest you check your memory, with the Apple Hardware Test (from install DVD) or something third- party like TechTool Pro.

Check in /var/vm as to the number of swapfiles being created. If you have very little free space then maybe the OS is having trouble creating them as RB requires.

Note that if you look at VM in a tool like the Activity Monitor (applications/utilities) then you will see a very large figure for VM, eg: nearly 8GB on my machine at present. For a lot of programs, the bulk of their VM size is code mapping and so doesn't require an allocation on disk - it maps read-only segments directly from the code on disk. However, when RB runs up to huge VM allocations that seems to be writable memory - running RB is the only time I have ended up with 5 swapfiles allocated - a total of 1.25GB actual swap space in addition to the 1.25GB in RAM.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to