Topic : RIDE 7 crash

Forum : Ride IDE

Original Post
Post Information Post
December 18, 2008 - 12:10pm
Guest

Hi all,

We use Ride 7 with RLINK-JTAG for development and debugging.

After some initial problems we are up and running.
However, there are some major problems regarding instability that is causing some concerns.

We have a number of variables that are structures with up to 20 members. Some of these variables cannot be added to the watch window without crashing the RIDE 7 tool.

The Error message we get is e.g.:

Ride7 - serial.c: Ride7.exe - Application Error
The instruction at 0x749860a0 referenced memory at "0x00000000". The memory could not be "read".

There are some pointers which occasionally will be set to NULL when not used by our application.
If the debugger is stopped I can place the mouse over the variable and see the values of the structure. However, if I try to add it to the watch window it crashes the Ride7. If I just run the program it works as expected. The problem just concerns looking at variables in the watch window.

Is there any way around this unwanted behaviour or am I doing anything wrong?

We use versions:
Ride7 IDE version 7.14.0001
RKit-ARM for Ride7 version 1.13.0810

/Tomas