• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Development Tools » Code Composer Studio » Code Composer Forum » CCS 5.1.0.09000 : Crash when connecting to TI Simulator
Share
Code Composer Studio
  • Forum
  • Announcements
Options
  • Subscribe via RSS
Common Questions
  • Code Composer Studio Forum Usage Guidelines

  • Resources
  • Code Composer Studio (CCStudio) Product Folder
  • Troubleshooting CCS
  • CCS Wiki
  • Download CCS
  • Order CCS
  • Tools Insider Blog
  • Bug Tracking
  • CCS 5.1.0.09000 : Crash when connecting to TI Simulator

    CCS 5.1.0.09000 : Crash when connecting to TI Simulator

    • Zvi Vered
      Posted by Zvi Vered
      on Mar 23 2012 17:00 PM
      Intellectual840 points

      Hello,

      I wrote a simple code to try dsplib.

      When I connect to TI simulator (attached ccxml file) it works on the first time.

      But when I'm trying to connect the second time, CCS crashes.

      The problem is deterministic.

      2450.TargetConfiguration.ccxml.txt

      Can you help ?

      Thanks,

      Zvika.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Lisa TI
      Posted by Lisa TI
      on Mar 26 2012 09:02 AM
      Guru100035 points

      Hi Zvika,

      could you please provide us some further details?

      - what do you mean by "connect the second time"?   Do you mean a second debug session?  Do you mean you close the one debug session, and press debug again to open another session?

      - could you please send any error logs or any dump files (dmp)  that may have been generated?

      http://processors.wiki.ti.com/index.php/Troubleshooting_CCS

      - are you running an example?

      - what project settings do you use?  Ie what RTSC setup?

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zvi Vered
      Posted by Zvi Vered
      on Mar 27 2012 23:30 PM
      Intellectual840 points

      Hi Lisa,

      The steps I did:

       1. Created an empry project for C6000 with the following simple code:

      void main(void)

      {

          int x=0;

          x=x+1;

      }

      2. Started debugging with 'F11'.

      3. Terminate debugging with 'Ctrl + F2'

      Then I went to step 2 to start debugging again.

      CCS5 crashed.

      Where can I find log files ?

      All project settings are the default ones set when the project is created.

      Thanks,

      Zvika.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Lisa TI
      Posted by Lisa TI
      on Mar 28 2012 08:16 AM
      Guru100035 points

      Hi Zvika,

      information on where to find the logs can be found in the wiki I sent.  What emulator do you use?

      Have you

      - tried a new workspace?
      - tried renaming ctools.dll  (this should be found in your ccs installation directory tree .. I believe under emulation)

      - checked the emulation drivers?

      - do you have CCS installed in a directory with accented or special characters?

      - have you tried starting and stopping the debug from the menu instead of shortcut keys?

      - what type of license are you using?  Does CCS come up as licensed?

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zvi Vered
      Posted by Zvi Vered
      on Mar 28 2012 14:08 PM
      Intellectual840 points

      Hi Lisa,

      1. I'm not using an emulator. Just the TI simulator.2

      2. I tried a new workspace. But the problem remains.

      3. CCS is installed in e:\ti

      4. I tried starting and stopping also from the menu.

      5. I'm using 90 days free license.

      Thanks,

      Zvika.  

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Lisa TI
      Posted by Lisa TI
      on Mar 28 2012 14:18 PM
      Guru100035 points

      Hi Zvika,

      yes, sorry you are simulating.   Could you please try renaming ctools.dll?  Would you be willing to see if CCSv5.1.1 shows the same issue?  Could you send your project offline or is there a setup/specific example you are running so that I can try to reproduce this here?

      Are you using any advanced debugging features?

      Have you checked the task manager before your second launch?  Have you been able to look at that wiki for any error logs you could send us?

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zvi Vered
      Posted by Zvi Vered
      on Mar 30 2012 16:29 PM
      Intellectual840 points

      Hi Lisa,

      I just downloaded and installed CCS Version: 5.1.1.00031

      It has the same problem.

      I tried renaming ctool.dll to another name. It did not help.

      I'm not using any advanced debugging features.

      What do you mean by sending my project offline ?

      Did you try my scenario under windows 7 (32bits) professional ?

      Thanks,

      Zvika.

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Lisa TI
      Posted by Lisa TI
      on Mar 30 2012 16:45 PM
      Guru100035 points

      Hi Zvika,

      I did try quickly here ( I have win 7 64 bit) and could not reproduce this.   The simulator is not without bugs but I did not see the same behaviour.

      Can you send your project?  You can send a friend or conversation request, attach it and then it will not be publicly posted.   If it is a simple example showing the behaviour, you could do File->Export->General->Archive File.

      Also, when you installed did you install or unzip the installer to a directory with accented or special characters?  Also please send any logs.

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zvi Vered
      Posted by Zvi Vered
      on Mar 30 2012 23:36 PM
      Intellectual840 points

      Hi Lisa,

      Attached my project:

      4375.MyProject.zip

      And also a zip files contains the logs.

      One of the  lines of debug_server.log mentions a crash.

      5808.ccs5.log.zip

      I also attached the dmp file (but renamed it to dmp.txt )

       6471.DebugServer20120331042205.dmp.txt

      Thanks,

      Zvika.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Lisa TI
      Posted by Lisa TI
      on Apr 02 2012 12:10 PM
      Guru100035 points

      HI Zvika,

      first of all, what if you try 5.1.1?  I just noticed you have another post.  Is this related?  We will try to see if the logs can help tell us anything.

      What exactly are you trying to do?  Are you importing a specific example?  I couldn't work with your project as it had some broken links that I would need more information to correct.

      I would try 5.1.1.

      Please keep us informed.

      Best Regards,

      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zvi Vered
      Posted by Zvi Vered
      on Apr 02 2012 12:16 PM
      Intellectual840 points

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Lisa TI
      Posted by Lisa TI
      on Apr 02 2012 14:03 PM
      Guru100035 points

      Hi Zvika,

      just to let you know we are looking at the dump files here with the simulation team.  You last post was blank so I am not sure if there is an update?  Is the issue resolved with 5.1.1?

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zvi Vered
      Posted by Zvi Vered
      on Apr 02 2012 14:52 PM
      Intellectual840 points

      Hi Lisa,

      I tried version 5.1.1.00031. This version has the same problem.

      Thanks,

      Zvika.

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    TI E2E™ Community
    • Support Forums
    • Blogs
    • Videos
    • Groups
    • Site Support & Feedback
    • Settings
    TI E2E™ Community Groups
    • TI University Program
    • Make the Switch
    • Microcontroller Projects
    • Motor Drive & Control
    Other Communities
    • Deyisupport
    • Designsomething.org
    • beagleboard.org
    • TI on Element 14
    • TI on TechXchangeSM
    Other Technical & Support Resources
    • WEBENCH® Design Center
    • Product Information Centers
    • Technical Documents
    • TI Design Network
    • TI Technical Articles
    • TI Training

    All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

    Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

    Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
    TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

    TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
    embedded processors, along with software, tools and the industry’s largest sales/support staff.

    © Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
    Trademarks | Privacy Policy | Terms of Use