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 23 May 2006 build is out.

Started by killerbot, May 23, 2006, 09:27:12 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://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:


  • Patch #1065 : Margin width, also: renamed gutter
  • Patch #1064 : Fixes for ToolsManager crashing with localized CB
  • fixed broken build under linux (missing include)
  • When a build fails, always jump to the first error
  • When a build finishes, successfully or not, always return the input focus to the active editor (if any)
  • Fixed a typo in GDB's command-line arguments, when attaching to PID
  • Two new variables have been added in GDB debugger that contain GDB's actual major and minor version numbers
  • Code completion placement fix

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)


Jewe

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
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

Jewe

#2
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?

Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

MortenMacFly

killerbot: Could you convert the addresses into LOC's, please?
With regards, Morten.
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: 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.

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

Quote from: Jewe on May 24, 2006, 10:17:43 AM
The only problem I have at this moment is that I get a "this project has been saved dialog"

Not anymore.
Be patient!
This bug will be fixed soon...

Jewe

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
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

mandrav

Quote from: Jewe on May 24, 2006, 10:17:43 AM
sorry but the build did work, I used a cbp file that did not include any files

Quote from: Jewe on May 24, 2006, 11:14:59 AM
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...
Be patient!
This bug will be fixed soon...

dronT78

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

dronT78

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

thomas

Quote from: dronT78 on May 24, 2006, 11:27:15 AMZero-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...
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

mandrav

Quote from: Jewe on May 24, 2006, 11:14:59 AM
regarding the file, its 0 bytes.so I assume you will not have any problems reproducing the crash.

Indeed. Also fixed, thanks.
Be patient!
This bug will be fixed soon...

Vampyre_Dark

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?
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

mandrav

Quote from: Vampyre_Dark on May 24, 2006, 04:59:30 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...
Be patient!
This bug will be fixed soon...