User forums > Using Code::Blocks

Max file size on C::B

(1/2) > >>

dje:
Hi !

I tried to open a trace big file in C::B (=~ 7Mo).

CB consumes all cpu (99% in task manager).
As soon as it is quiet, each new event makes C::B consume 99% cpu again.

Is there a file size limitation ?
It it a bug ?

Dje

sethjackson:
Just tried with a 13MB text file and C::B loaded it pretty fast. Now if I try a C++ file that big it takes longer..
What version are you using?

BTW did you mean 7MB or 70MB?

Pecan:
It's probably CodeCompletion scanning the file.

sethjackson:

--- Quote from: Pecan on February 12, 2007, 07:12:37 pm ---It's probably CodeCompletion scanning the file.

--- End quote ---

Hmm that could be it. I always turn that off first....

dje:

--- Quote ---BTW did you mean 7MB or 70MB?
--- End quote ---
It was a 7 MB trace file (ie non C++ file).
I think it can't be code completion because there is no parser for this kind of file.

But even if we admit this is code completion that parses an unknown format :

* why does it monopolize cpu (99%) ?
* why once we recover cpu, the first event (a kind of editor activation I think) makes C::B consume its released 99% ?

--- Quote ---What version are you using?
--- End quote ---
SVN 3592

Dje

Navigation

[0] Message Index

[#] Next page

Go to full version