On Jan 26, 2007, at 4:04 PM, [EMAIL PROTECTED] wrote:

I have started using RB2007 (mac) and its extremely unstable.

  - how much RAM do you have ? there haven bee reports of large RAM
consumption with 2007r1 and several edit/debug cycles behaving like this

2gb on an imac G5.

  - what plugins do you have installed ? if you remove plugins
(assuming your project does not depend on them) do you experience the
same issues ?

I have the ODBC plug installed now. However, I took it out, restarted RB2007 just now, and it still crashes. When I say "crash" i mean that the Apple alert
"unexpected" error, and they want to send a report to cupertino.

It has crashed in many places, but right now I have been able to isolate one line where it crashes. I have an array Employees(n) of EmployeeType. If do something like redim Employees(n+1) it works. But if I do redim Employees(0) ... or 1, or 10.... it crashes like this immediately. Maybe this is some new way of working for RB? Its the situation where I am re-initializing the employee
array, so I redim to 0 items.

That actually leaves 1 item in it

To empty it you should do
    redim Employees(-1)

It still should not crash though


- is this a new project or one updated from a previous version of RB ?

updated from RB2006R1. R2 was causing me problems because of the older
database model, so i stayed in R1 to avoid that bug which crept in and which they
were not going to fix.

Ahh I see

Using the UB or PPC version ?

_______________________________________________
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