100% cpu load ?

hi.

i see this on several machines: while simply editing a source file, cpu load goes up to 100% and stays there. the ide gets extremely unresponsive. load won't go down, even after we waited for 30 minutes. the only way to get working again is

a) kill the ide
b) _and_ remove the ncb file

however, this only solves that for some time: ultimately, the ide will use up 100% cpu again, and we need to kill it again. any ideas what would be causing this

WM_THX
thomas woelfer
http://www.die.de/blog



Answer this question

100% cpu load ?

  • Mercury

    Thomas -
    What type of application are you working on   How large is your solution  

    Thanks!
    Karen
    C# IDE

  • Dominik Vogel

    Karen,

    i have 40+ projects, native c++, managed c++ and c#. maybe 3500 files (i don't have exact numbers).

    it wasn't a problem with vs2003.

    WM_THX
    thomas woelfer
    http://www.die.de/blog

  • mgoetzke

    Karen,

    any pointers as to when we can expect a later build

    WM_THX
    thomas woelfer
    http://www.die.de/blog

  • Mark Gialo

    One thing that may be happening is that we're analyzing your code to build up an understanding for IntelliSense or code colorization.  Cyrus explains some of it here:
    http://blogs.msdn.com/cyrusn/archive/2005/05/13/417344.aspx

    We've done a significant amount of performance work after Beta 2 on scenarios such as editing files, opening a project, building and debugging so hopefully you'll see better performance in one of the more recent Community Tech Previews.

    HTH,
    Karen

  • Highlander70

    Thomas -
    We've just released the July CTP.  You can find it here (http://lab.msdn.microsoft.com/vs2005/get/).

    HTH,
    Karen



  • 100% cpu load ?