News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 07 august 2006 build is out.

Started by killerbot, August 07, 2006, 07:57:11 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 07 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060807_rev2821_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060807_rev2821_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060807_rev2821_fc4+5.rpm


Resolved Fixed:


  • Fixed bug in global variables substitution. Wouldn't substitute GVs while a project was loading, leading to wrong behaviour in certain plugins (like code-completion: it wouldn't parse include dirs defined using GVs)
  • Fixed bug in our thread-pool implementation, which would not execute some tasks in specific cases. So, for example, code-completion threads would not parse some files
  • Fixed code-completion handling of arrays []
  • Fixed build when using GCC-4.1+ (thanks to SharkCZ for creating a small test case)

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)


sethjackson

#1
EDIT:

Link removed.

rjmyst3

Love that code completion stuff.
Nice work!
[url="http://wxformbuilder.org"]http://wxformbuilder.org[/url]

Kreso

Quote from: rjmyst3 on August 07, 2006, 09:18:14 PM
Love that code completion stuff.
Nice work!

aye, code completion is coming along nicely! :D

M$ Visual Studio, beware :)

Jan van den Borst

"File | Open file list" seems to be broken???

Jan van den Borst

sorry, I mean "view | Open files list"

killerbot

can't reproduce, works fine here (try a clean install : nightly build)

Jan van den Borst

Thanks, throwing away the codeblocks config dir did the trick. It works fine again.

skirby

Thanks for this new build.

Unfortunately, I have a crash while debugging.
Here is the way to reproduce it:

Create a new project (DOS Project for example) and paste this piece of code:
#include <stdio.h>
#include <stdlib.h>

#define test "String for test"
int main()
{
printf("%s\n", test);
return 0;
}


Now, put a breakpoint on printf and press F8
Put your mouse pointer above test in printf function => C::B always crash  :(



And the error message:


To finish the Report:
Quote-------------------

Error occured on Tuesday, August 8, 2006 at 13:58:07.

D:\Utils\CodeBlocks\codeblocks.exe caused an Access Violation at location 1020ece7 in module D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll Reading from location 00000234.

Registers:
eax=02b387b0 ebx=02afdb48 ecx=01010101 edx=00000000 esi=02472dc8 edi=0022f5c4
eip=1020ece7 esp=0022f474 ebp=0022f48c iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00010202

Call stack:
1020ECE7  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:1020ECE7  _ZN12wxWindowBase12ReleaseMouseEv
101E60F3  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:101E60F3  _ZN22wxPopupTransientWindow4ShowEb
101E611B  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:101E611B  _ZN22wxPopupTransientWindow7DismissEv
101E6145  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:101E6145  _ZN22wxPopupTransientWindow16DismissAndNotifyEv
100AA808  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100AA808  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
100AABCC  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100AABCC  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
100ABBA9  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100ABBA9  _ZN12wxEvtHandler12ProcessEventER7wxEvent
101132AC  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:101132AC  _ZN8wxWindow13HandleKeyDownEjl
10115183  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:10115183  _ZN8wxWindow13MSWWindowProcEjjl
1010D6D0  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:1010D6D0  _Z9wxWndProcP6HWND__jjl@16
77E3158F  C:\WINNT\system32\USER32.dll:77E3158F  UnregisterHotKey
77E31DC9  C:\WINNT\system32\USER32.dll:77E31DC9  UnregisterHotKey
77E31E7E  C:\WINNT\system32\USER32.dll:77E31E7E  UnregisterHotKey
1010D069  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:1010D069  _ZN8wxWindow17MSWProcessMessageEP6tagMSG
100ECB2A  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECB2A  _ZN11wxEventLoop17PreProcessMessageEP6tagMSG
100ECA39  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECA39  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
100ED0A4  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100ED0A4  _ZN11wxEventLoop8DispatchEv
100ECE40  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100ECE40  _ZN11wxEventLoop3RunEv
10186AFE  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:10186AFE  _ZN9wxAppBase8MainLoopEv
00404770  D:\Utils\CodeBlocks\codeblocks.exe:00404770
10043B67  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:10043B67  _Z14wxUninitializev
100B3ADA  D:\Utils\CodeBlocks\wxmsw26u_gcc_cb.dll:100B3ADA  _Z7wxEntryP11HINSTANCE__S0_Pci
004014D8  D:\Utils\CodeBlocks\codeblocks.exe:004014D8
004687AA  D:\Utils\CodeBlocks\codeblocks.exe:004687AA
00401237  D:\Utils\CodeBlocks\codeblocks.exe:00401237
004012A8  D:\Utils\CodeBlocks\codeblocks.exe:004012A8
77E98989  C:\WINNT\system32\KERNEL32.dll:77E98989  FindFirstChangeNotificationA

I hope you could fix it.

Thanks and have a nice day.

MortenMacFly

Quote from: skirby on August 08, 2006, 02:03:42 PM
Unfortunately, I have a crash while debugging.
This is already fixed in SVN.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mandrav

Quote from: MortenMacFly on August 08, 2006, 02:24:34 PM
Quote from: skirby on August 08, 2006, 02:03:42 PM
Unfortunately, I have a crash while debugging.
This is already fixed in SVN.

There is a different crash though (related somehow), which I 'm working on currently.
http://forums.next.codeblocks.org/index.php?topic=3785.msg3649;topicseen#new
Be patient!
This bug will be fixed soon...

skirby


Vampyre_Dark

These latest builds bomb when you try to log out or shutdown WinXP without exiting them first.

QuoteInstruction xxxxxx caused an error at xxxxxx:x
[ABORT][RETRY][IGNORE]
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

Phatency

Quote from: Vampyre_Dark on August 08, 2006, 02:56:16 PM
These latest builds bomb when you try to log out or shutdown WinXP without exiting them first.

QuoteInstruction xxxxxx caused an error at xxxxxx:x
[ABORT][RETRY][IGNORE]

I can confirm this bug. (though I can't say I used the latest nightly, it was few days ago.)

RavenMokel

I don't know if this is a problem with the nightly builds (this is the first nightly build i try), but the SDL project template doesn't show up when i want to create a new project, even though the sdl-template-files are there in the templates-directory. strange...

-Raven