Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-core-dev] Build on Windows

> 
> Hey all,
> 
>  
> 
> Anyone else notice that the C-Build window doesn't get updated until the end
> of the build on Windows?  Is so, anyone working to fix it (I didn't see a
> bugzilla bug on it)?
> 

We've notice trying to show in the C-Build every line i.e. calling
Display.asyncExec() has noticeable effect.  For long builds, lots of fast
line coming from the builder, the UI thread is overloaded
by the requests and have no time to update anything and on some platform
hangs.  Instead the output is flush() at every 512, see
BuildConsoleManager.flush()

So for short builds, you probably will have the impression of a burst
at the end.

Not sure if this is what you are seeing or another bug, note that the C-Build
has a cap (see preference page).



Back to the top