Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 23, 2006, 09:27:12 pm

Title: The 23 May 2006 build is out.
Post by: killerbot on May 23, 2006, 09:27:12 pm
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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

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

The 23 May 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060523_rev2490_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060523_rev2490.deb
         http://download.berlios.de/codeblocks/CB_20060523_rev2490_fc4+5.rpm (not yet)

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: crash when using the --rebuild command
Post by: Jewe on May 24, 2006, 10:05:35 am
I used the --rebuild command from a dos prompt.
the project file was made with the RC2 version.(currently declared the "stable" version in our company)
xp sp 2 machine with 512 meg of ram.

the command line:C:\Documents and Settings\jewe\Desktop\codeblocks>codeblocks.exe --rebuild c:\projects\Main\Pc\Driverv2\RADCANoe\RadCANoe.cbp

-------------------

Error occured on Wednesday, May 24, 2006 at 09:51:29.

C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe caused an Access Violation at location 660ca5e8 in module C:\Documents and Settings\jewe\Desktop\codeblocks\share\codeblocks\plugins\compilergcc.dll Reading from location 00000000.

Registers:
eax=00000000 ebx=00ec5718 ecx=00000001 edx=00ec5884 esi=00000002 edi=00000000
eip=660ca5e8 esp=0022fa10 ebp=0022fa38 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00010246

Call stack:
660CA5E8  C:\Documents and Settings\jewe\Desktop\codeblocks\share\codeblocks\plugins\compilergcc.dll:660CA5E8  PluginSDKVersion
660CA6E2  C:\Documents and Settings\jewe\Desktop\codeblocks\share\codeblocks\plugins\compilergcc.dll:660CA6E2  PluginSDKVersion
004052F0  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:004052F0
004040C0  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:004040C0
00469688  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:00469688
100437F9  C:\Documents and Settings\jewe\Desktop\codeblocks\wxmsw26u_gcc_cb.dll:100437F9  _Z14wxUninitializev
100B33BA  C:\Documents and Settings\jewe\Desktop\codeblocks\wxmsw26u_gcc_cb.dll:100B33BA  _Z7wxEntryP11HINSTANCE__S0_Pci
004014DA  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:004014DA
0046384A  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:0046384A
00401237  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:00401237
00401288  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:00401288
77E814C7  C:\WINDOWS\system32\kernel32.dll:77E814C7  GetCurrentDirectoryW
Title: --Build does work but has strange defect
Post by: Jewe on May 24, 2006, 10:17:43 am
Hi,

sorry but the build did work, I used a cbp file that did not include any files
Still weird that it crashed but ok.

The only problem I have at this moment is that I get a "this project has been saved dialog"
euhm, I do not think this is the correct way of it to work.
Why else would I use the command prompt?

Title: Re: The 23 May 2006 build is out.
Post by: MortenMacFly on May 24, 2006, 10:26:27 am
killerbot: Could you convert the addresses into LOC's, please?
With regards, Morten.
Title: Re: The 23 May 2006 build is out.
Post by: mandrav on May 24, 2006, 10:44:54 am
Hi,

sorry but the build did work, I used a cbp file that did not include any files
Still weird that it crashed but ok.

Do you have this file available? I can't reproduce this crash here with an empty project file...

The only problem I have at this moment is that I get a "this project has been saved dialog"

Not anymore.
Title: Re: The 23 May 2006 build is out.
Post by: Jewe on May 24, 2006, 11:14:59 am
Thx for the Fix. :D

regarding the file, its 0 bytes.so I assume you will not have any problems reproducing the crash.

kind regards,

Jewe
Title: Re: The 23 May 2006 build is out.
Post by: mandrav on May 24, 2006, 11:18:06 am
sorry but the build did work, I used a cbp file that did not include any files

regarding the file, its 0 bytes.so I assume you will not have any problems reproducing the crash.

Oh well, a project without files is a completely different thing than a project with 0 bytes length...
Title: Re: The 23 May 2006 build is out.
Post by: dronT78 on May 24, 2006, 11:27:15 am
Zero-length project files does not open from recent list for me
C::B deletes it from recent list
But there is no such checks when use File->Open menu
Zero-length workspace and project files makes C::B working unstable
Title: Re: The 23 May 2006 build is out.
Post by: dronT78 on May 24, 2006, 11:37:17 am
There is one strange "cosmetic" bug :D else
Enabled menu items Project->Close project and File->Close have grayed (disabled?) icon
but Disabled menu items Debug->Stop debugger and Build->Abort have red (enabled?) icon
Title: Re: The 23 May 2006 build is out.
Post by: thomas on May 24, 2006, 11:56:15 am
Zero-length workspace and project files makes C::B working unstable
There is an easy solution to this: Do not edit your project files in an editor, and avoid typing stuff like >projectfile.cbp on the shell...
Title: Re: The 23 May 2006 build is out.
Post by: mandrav on May 24, 2006, 12:09:59 pm
regarding the file, its 0 bytes.so I assume you will not have any problems reproducing the crash.

Indeed. Also fixed, thanks.
Title: Re: The 23 May 2006 build is out.
Post by: Vampyre_Dark on May 24, 2006, 04:59:30 pm
Mandrav, your new tools command PROJECT_TOP_DIR (or whatever you called it) is not listed in the tools window text still. Also, the Class Manager doesn't keep the case of the class name for the file names?

CSomething gets csomething.cpp and csomething.h

Is this by design?
Title: Re: The 23 May 2006 build is out.
Post by: mandrav on May 24, 2006, 06:16:58 pm
Also, the Class Manager doesn't keep the case of the class name for the file names?
CSomething gets csomething.cpp and csomething.h

Is this by design?

Uhm, I can't remember, I 'll have to check...