News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

It seems the SVN rev 5742 will always occupy 50% of my CPU

Started by ollydbg, August 25, 2009, 03:31:17 AM

Previous topic - Next topic

ollydbg

Today, I have build the rev 5742 from TDM-4.4.1.
But it seems when loading a project, codeblocks.exe always occupies 50% of my cpu. I suspect there are something wrong with the "encoding detection related code", but can't give the exact clue.

Any comments?
Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

blueshake

ok,I rebuild the rev5724 from TDM-4.4.0 ,and the problem gone.
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

blueshake

Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

Jenna

Quote from: ollydbg on August 25, 2009, 03:31:17 AM
Today, I have build the rev 5742 from TDM-4.4.1.
But it seems when loading a project, codeblocks.exe always occupies 50% of my cpu. I suspect there are something wrong with the "encoding detection related code", but can't give the exact clue.

Any comments?
Thanks.


Why do you think it's encoding detection ?
Nothing changed there, except that pure ascii files get opened with user defined default and not system-default.

Did you read this post, there seems to be a problem with TDM-4.4.1.

Oops:
I just saw you posted there also, did you try to revert TDM's gcc to check whether it's compiler or C::B related ?

ollydbg

Quote from: jens on August 25, 2009, 07:00:34 AM
Quote from: ollydbg on August 25, 2009, 03:31:17 AM
Today, I have build the rev 5742 from TDM-4.4.1.
But it seems when loading a project, codeblocks.exe always occupies 50% of my cpu. I suspect there are something wrong with the "encoding detection related code", but can't give the exact clue.

Any comments?
Thanks.


Why do you think it's encoding detection ?
Nothing changed there, except that pure ascii files get opened with user defined default and not system-default.

revert to TDM 4.4.0 seems works( reported by blueshake).
I'm trying to track the bug...

In the 4.4.1 build CB:
If I disable the CC plugin, loading a file still cause 50% CPU usage.  :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.