User forums > Nightly builds
The 31 october 2006 build is out.
Jan van den Borst:
Hi all
I experienced a bug in this version.
I wanted to use the /p option. If I use codeblocks.exe /p=ask codeblocks crashes when I select default. However codeblocks.exe /p=default works fine.
Jan
killerbot:
--- Quote from: Jan van den Borst on November 01, 2006, 02:36:13 pm ---Hi all
I experienced a bug in this version.
I wanted to use the /p option. If I use codeblocks.exe /p=ask codeblocks crashes when I select default. However codeblocks.exe /p=default works fine.
Jan
--- End quote ---
same here, could you create a bug report for this please, thanks
[EDIT] : annoying one, tried to debug, had the crash once in the debugger, now no longer in the debugger, but when the output directory version is ran --> crash
[EDIT2] : more info on this yet, also in debugger again --> happens when the splash screen is shown -> without splash screen no crash (and maybe this might be an utterance of the DDE bug again)
Can you try it like this :
--- Code: ---codeblocks -ns /p=ask
--- End code ---
[EDIT3] : the crash happens in EditorManager::InitPane() on the last line : Manager::Get()->GetAppWindow()->ProcessEvent(evt);
for the simple reason that the returned AppWindow pointer is 0 (NULL)
personal note : is this InitPane pure for the open file list -> crash only when you don't want to see open file list : no : crash in both cases ??
Jan van den Borst:
I have an issue with command-line build and # parallel builds=2.
When I compile a project by calling "codeblocks.exe project.cbp --build --target=all" I get a undesired build result that is an exitcode of 0 when I expect something not equal to 0.
Suppose "Parallel build 1" has a compiler error. The build thread is canceled with a errorcode (!=0), however "Parallel build 2" is still running and is successful (exitcode==0). Due to the error of "Parallel build 1" codeblocks exits but returns the exitcode (0) of "Parallel build 2". So even if I have a build error codeblocks exits with a 0 (successful)
The exitcode should be : sum(all exitcodes)!=0
Setting the number of parallel builds to 1 fixes the issue but a real fix would be better.
reptils:
--- Quote from: killerbot on November 01, 2006, 10:49:14 am ---do you mean : when I type the "(", then automatically the ")" is put by CB ??
--- End quote ---
yes
--- Quote from: killerbot on November 01, 2006, 10:49:14 am ---Check out : Settings-Editor->Abbreviations : might be a first step towards what you want
--- End quote ---
?? I don't think that is a solution.
Pecan:
--- Quote from: reptils on November 01, 2006, 10:45:54 am ---Hi killerbot,I don't know I my question has been posted before... Is possible to have a "auto close symbol" option, for these symbols ( [ { " ' in the editior settings?
--- End quote ---
If you're a windows user, you might find a utility named AutoHotKey of some help.
Google it.
Navigation
[0] Message Index
[*] Previous page
Go to full version