News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 06 december 2006 build is out.

Started by killerbot, December 06, 2006, 07:14:22 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 06 December 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061206_rev3344_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061206_rev3344_Ubuntu6.06.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061206_rev3344_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061206_rev3344_fc4+5.rpm (not yet)


Resolved Fixed:


  • Added new advanced compiler option: "Force use of forward slash as path separator". This allows adding compilers like cygwin or uniwin
  • Added static cbEditor::ApplyStyles() function to apply the default editor settings to any (possibly foreign) scintilla control

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263)


morgan

Hello,

I work on a project that i cannot give here, but 15-nov's build was the very last one which could open my project file. Since, opening the project makes the application freeze (100% cpu) and nothing else happen.
It is a heavy project, and some bugfix since 15-november should be great to have (for example, files where disabled sometimes or "build-all" sometimes reports "nothing to do" though i modified files).

The only thing i can do to help you is to show stack state when application freeze and to wish you could determine what happen.

Here's the stack (reported by processXp which i recommand) :
Quotentkrnlpa.exe+0x6db0b
ntkrnlpa.exe+0x2b392
hal.dll+0x2ef2
wxmsw26u_gcc_cb.dll!ZNK13wxXmlDocument4SaveERK8wxString+0x5394e
wxmsw26u_gcc_cb.dll!ZNK13wxXmlDocument4SaveERK8wxString+0x53e9e
wxmsw26u_gcc_cb.dll!ZNK13wxXmlDocument4SaveERK8wxString+0x55490
wxmsw26u_gcc_cb.dll!ZN7wxRegEx7CompileERK8wxStringi+0x151
wxmsw26u_gcc_cb.dll!ZNK7wxRegEx7MatchesEPKwij+0x30
codeblocks.dll!ZNK7wxRegEx7MatchesERK8wxStringi+0x3d
codeblocks.dll!ZN13MacrosManager13ReplaceMacrosER8wxStringP18ProjectBuildTargetb+0xcc1
codecompletion.dll+0x2f2a3
codecompletion.dll+0x30815
codecompletion.dll+0x26e0b
wxmsw26u_gcc_cb.dll!ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent+0x88
wxmsw26u_gcc_cb.dll!ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler+0x8c
wxmsw26u_gcc_cb.dll!ZN12wxEvtHandler12ProcessEventER7wxEvent+0xb9
wxmsw26u_gcc_cb.dll!ZN12wxEvtHandler12ProcessEventER7wxEvent+0x59
codeblocks.dll!ZN13PluginManager13NotifyPluginsER15CodeBlocksEvent+0x37
codeblocks.dll!ZN14ProjectManager11LoadProjectERK8wxStringb+0x505
codeblocks.exe+0x2b9c6
codeblocks.exe+0x2b6c2
codeblocks.exe+0x2f32f
wxmsw26u_gcc_cb.dll!ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent+0x88
wxmsw26u_gcc_cb.dll!ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler+0x8c
wxmsw26u_gcc_cb.dll!ZN12wxEvtHandler12ProcessEventER7wxEvent+0xb9
wxmsw26u_gcc_cb.dll!ZN12wxEvtHandler20ProcessPendingEventsEv+0x66
wxmsw26u_gcc_cb.dll!ZN12wxAppConsole20ProcessPendingEventsEv+0x64
wxmsw26u_gcc_cb.dll!ZN18wxHtmlSearchStatus8IsActiveEv+0x68
USER32.dll!EnableMenuItem+0xc3
USER32.dll!EnableMenuItem+0x6f
USER32.dll!CallNextHookEx+0xf0
ntdll.dll!KiUserCallbackDispatcher+0x13
wxmsw26u_gcc_cb.dll!ZN11wxEventLoop8DispatchEv+0xa4
wxmsw26u_gcc_cb.dll!ZN11wxEventLoop3RunEv+0x200
wxmsw26u_gcc_cb.dll!ZN9wxAppBase8MainLoopEv+0x9e
codeblocks.exe+0x4a8e
wxmsw26u_gcc_cb.dll!Z14wxUninitializev+0x157
wxmsw26u_gcc_cb.dll!Z7wxEntryP11HINSTANCE__S0_Pci+0x1ca
codeblocks.exe+0x1874
codeblocks.exe+0x6befa
codeblocks.exe+0x1237
codeblocks.exe+0x12a8
kernel32.dll!RegisterWaitForInputIdle+0x49

Thank you and congratulations if following build could avoid this problem.