Topic : Ride7 crash

Forum : Ride IDE

Original Post
Post Information Post
August 17, 2011 - 6:56pm
Guest

I have been using:

Ride7 (7.30.10.0159)
RKit-ARM for Ride7 (1.26.10.0130)
Ride7 Patch )7.30.10.0169)

on my desktop for some time without any problems.

For convenience, I wanted to do debugging on my laptop (XP32) so I downloaded the latest version:

Ride7 (7.32.11.0112)
RKit-ARM for Ride7 (1.32.11.0116)

and this appeared to load fine.

However, when I try to load ANY project, the program crashes-out with a Windows Memory error. I have never had any other instability problems on this computer before.

I had previously had some success with an old version (which came on the CD) but this wouldn't compile my project. It would however, load and compile some examples.

(It's tempting to try the latest download on my desktop - but this is my only way of working at the moment, so I daren't risk it)

Replies
Post Information Post
+1
0
-1
August 18, 2011 - 10:43am
Raisonance Support Team

Hi,

We have recently identified and corrected a problem that was leading to instability on some PCs. We will now need a little time to release new kits. (or patches)

Please anybody who have this same problem write it here if you want to help us by testing the beta version of the patch. (and have it earlier ;) )

Best Regards,

Vincent

+1
0
-1
August 18, 2011 - 10:58am
Guest

Put me down for one ASAP

+1
0
-1
August 21, 2011 - 8:10pm
Guest

I get intermittent crashes with the newest version of Ride7- sometimes just after I load a program, sometimes just after I enter debug mode and the watch window pops up but before it's populated. I would say I experience them 40-50% of the times I run the program. Is this the same thing?

Ben

+1
0
-1
August 22, 2011 - 9:12am
Raisonance Support Team

Yes, Stabler, this is probably the same thing.

Please tell us the versions of all the kits (Ride7, ARM, STM8, ...) you installed.

Vincent

+1
0
-1
August 22, 2011 - 8:47pm
Guest

Ride7 7.32.11.0112
RKit-ARM 1.32.11.0116

Thanks!
Ben

+1
0
-1
August 24, 2011 - 12:35pm
Guest

I also get intermittent crashes with the newest version of Ride7- sometimes just after I load a program, sometimes just after I enter debug mode and the watch window pops up but before it's populated. I would say I experience them 20-40% of the times I run the program. Is this the same thing?

+1
0
-1
August 24, 2011 - 4:46pm
Raisonance Support Team

Hi,

Yes indeed it could be the same problem.
I will send you an email.

Best Regards,

Vincent

+1
0
-1
August 29, 2011 - 7:03pm
Guest

Same thing here. The bug is a show stopper for my current work right now, I would really apreciate a beta version that fixes this bug. Here is my current configuration:
WindowsXP 32bit SP3
RLink programming adaptor (unlimited code size for debugging enabled)
uC STM32F217VGT
Ride7 7.32.11.0112
RKit-ARM 1.32.11.0116 (Evaluation)
Rlink-Drv installed with Ride7

I observed the following behaviour:
[=*]

  • Problem seems to depend on code size,[/*]
  • For 76KBytes code size Ride7 worked well,[/*]
  • For 78KBytes code size (and beyond) the Ride7 crashed each time while starting/running the emulator. Error msg (hope my translation makes sense for you...): The instruction in "0x74905dfe" refers to memory in "0x00000020". The action "read" could not be performed on this memory.[/*]
  • Same behaviour for any other Ride7 project that I tried that exceeded the memory limit.[/*]
  • [/]
    +1
    0
    -1
    September 7, 2011 - 12:11pm
    Guest

    I have the same issue. 5 seconds after ride 7 is started , it crashes .

    Problem Event Name: APPCRASH
    Application Name: Ride7.exe
    Application Version: 7.32.11.112
    Application Timestamp: 4db12948
    Fault Module Name: rp_st7.dll_unloaded
    Fault Module Version: 0.0.0.0
    Fault Module Timestamp: 4e26ceb2
    Exception Code: c0000005
    Exception Offset: 062d4163
    OS Version: 6.1.7601.2.1.0.256.1
    Locale ID: 1045
    Additional Information 1: d41d
    Additional Information 2: d41d8cd98f00b204e9800998ecf8427e
    Additional Information 3: 3877
    Additional Information 4: 38777431b559e015a3ede4cd7134ecf2

    I do not even debug or build the project.

    +1
    0
    -1
    September 16, 2011 - 3:23pm
    Raisonance Support Team

    Hello,

    There are new versions of the Ride7 (7.34) and RKit-ARM (1.34) kits available on our extranet.

    They solve all the problems mentioned in this discussion.

    Best Regards,

    Vincent

    +1
    0
    -1
    December 12, 2011 - 9:07pm
    Guest

    I have the same issues as other members. So I downloaded the new versions of the Ride7 (7.34) and RKit-ARM (1.34) kits. It doesn't crash anymore.

    But a new problem occurs. All the I2C stopped working. So I unloaded the new version and installed the old version, my firmware works fine. Then I unloaded the old version and reinstalled the new version, it worked fine for one day. Then I2C stop working again.

    Your help will be greatly appreciated!

    +1
    0
    -1
    December 13, 2011 - 9:47am
    Raisonance Support Team

    Hi Maggie,

    I do not know which version you upgraded from, but :
    - The Ride7 and RKit-ARM versions you are using are a bit outdated. You should consider upgrading from http://support-raisonance.com/.
    - On older RKit-ARM versions we were using ST Library 2.x, and the interrupt vectors have been renamed with version 3.x. Hence you may have defined an interrupt vector which is not actually referenced by your startup. Double-check your interrupt vectors (from your .map file).

    I hope this helps,

    +1
    0
    -1
    December 13, 2011 - 5:19pm
    Guest

    Hi,Bruno,

    The older version I was using are Ride7 (7.30) and RKit-ARM (1.26) kits.

    Sorry, the new version I am using are Ride7 (7.36) and RKit-ARM (1.36) kits.

    Also I didn't use any interrupt.

    +1
    0
    -1
    January 26, 2012 - 6:23pm
    Guest

    Any progress on the problem about I2C run under new version of Ride7? Now I have to run the older version of Ride7. With this version, I can only compile and debug once, then it crashed and I have to reopen it.This is becoming worse when the code size is becoming larger. Currently, the Hex file size is 722k.

    +1
    0
    -1
    January 27, 2012 - 2:33pm
    Raisonance Support Team

    Hi Maggie,

    I do not have any idea what may cause this I2C problem.
    One track would be that you have a problem with the compiler. Try to reduce the optimization level to "unoptimized" and check whether it fixes your issue.
    Another track would be to keep the old library (which was working) and check whether it still works.

    Concerning the crashes, it is due to an inconsistency in the Ride7 internal database (where it stores build/make information).
    What you can do is as follows:
    - Close all instances of Ride7
    - Delete intermediate files in your project (.xdb, .o, .xml files) and keep only the .rapp and .rprj (and your sources of course)
    - Restart Ride7
    - Rebuild your project
    You should not have the Ride7 failures anymore after this.

    Let me know if you make any progress on this.

    +1
    0
    -1
    January 27, 2012 - 6:13pm
    Guest

    Hi,Bruno,

    Regarding the crash, I tried the way you mentioned. The problem is after the project is rebuilt, (.xdb, .o, .xml files) appear again.So it still crashes.

    About the suggestions to fix the I2C problem, I haven't tried yet. I'll let you know the result after I try it.

    Thanks!

    Maggie