On 4/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I wonder if anyone can shed some light on this big problem I am having with
> the RB compilers since RB2006R2 through RB2007R2. When I run my application
> from the IDE in debug mode, it works, but will randomly crash. The IDE itself
> does not crash (once in a while but very rarely). The runtime version of my 
> app
> that crashes. Its just "poof" it vanishes, and I get the message from the OS 
> if
> I want to report the problem to Apple. It does not show which line of code
> caused the problem. Nothing. Even worse, is that if I step through the code 
> line
> by line, it does not crash. The crashes occur in all sorts of different areas
> of the code.

If you search the crash report, you should be able to see names of
some of your methods interspersed with Apple and RB function names. It
might give you an idea of where in your code the problems are
occurring.

I have had sporadic crashes often enough that I think I've noticed one
trend. They seem to occur more frequently after RB has been running
for some time. From monitoring available RAM in Activity Monitor, RB
seems to consume huge amounts of RAM with each Check or Compile cycle,
and never give it up. I suspect this has something to do with the
crashes I'm experiencing. After relaunching RB I'm usually good for a
while until the crashes recur.

This is on an Intel iMac with 2 GB RAM, running OS X 10.4.9 if that
helps with any comparisons.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to