News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

the "²" bug

Started by _Dim_, December 09, 2009, 09:31:10 AM

Previous topic - Next topic

_Dim_

Hello,

I worked on Code::Blocks and I discovered a strange bug.
French v8.02


I accidentaly wrote a " ² " on my code (juste after a " ;") but I didn't see it immediatly.

=> BUG

I launch code::blocks again, load my project...

=> BUG

I reboot, ...

=> BUG


so I opened my file with a text editor and saw the " ² ", removed it. It fixed the bug.

I don't know if this bug is known by developpers.

ollydbg

It seems this character shows badly in the CB 8.02 which use an old scintilla editor control.
I suggest you could use a Nightly builds. :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.

Jenna

You did not write which OS you use.

There is a known bug on XP with the 8.02 release, that can lead to a crash, this bug is fixed in the nightly builds.

You should give them a try (they are normally stable and have some enhancements).

_Dim_

I use Vista 32 bits (sorry).