Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 06, 2007, 11:47:47 pm

Title: The 06 May 2007 build is out.
Post by: killerbot on May 06, 2007, 11:47:47 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://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx283.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

The 06 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070506_rev3938_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070506_rev3938_Ubuntu6.xx.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070506_rev3938_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070506_rev3938_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 06 May 2007 build is out.
Post by: kelo81 on May 07, 2007, 12:09:19 am
Hello guys, I'm still getting the problem when enabling/disabling the "Categorize by file types" and "Display folders as on disk" option... I'm getting this problem since wx2.8 port. I even tried to remove all CB folders, but the bug doesn't disapear.
The proble is that it's selected by default, and it's imposible to deactivate it  :(
Title: Re: The 06 May 2007 build is out.
Post by: kelo81 on May 07, 2007, 12:37:28 am
humm, another problem I have is when adding new files to the projects, it won't add it after create the file... I mean, I go the the "create file", i make a new *.h file, and after that, the file isn't included in the project, I have to do it manualy  :(
Title: Re: The 06 May 2007 build is out.
Post by: Roman on May 07, 2007, 01:16:36 am
Quote
I have to do it manualy
Me too!
Title: Re: The 06 May 2007 build is out.
Post by: dengkie on May 07, 2007, 05:00:58 am
I love this IDE!

However in this build and also revision 3918, CB crashes when I select to view "Current file's symbols" in the Symbols browser when no files are opened in the editor. This happens only after a project has been loaded. Does not crash if no project loaded.

Here's the error report:
----------------------------------
Error occured on Monday, May 7, 2007 at 10:55:20.

E:\Appz\ptools\codeblock_nightly\rev3938\codeblocks.exe caused an Access Violation at location 6cde357c in module E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll Reading from location 00000028.

Registers:
eax=00000000 ebx=00000003 ecx=00000000 edx=ffff0000 esi=ffffffff edi=02d3fb30
eip=6cde357c esp=02d3faf8 ebp=02d3fb50 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
6CDE357C  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CDE357C  _ZNK10wxTreeCtrl12GetItemParamERK12wxTreeItemId
6CDE3768  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CDE3768  _ZNK10wxTreeCtrl11GetItemDataERK12wxTreeItemId
6CE8A38D  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CE8A38D  _ZN11wxTreeEventC1EiP14wxTreeCtrlBaseRK12wxTreeItemId
6CDE5566  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CDE5566  _ZN10wxTreeCtrl8DoExpandERK12wxTreeItemIdi
6CDE5891  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CDE5891  _ZN10wxTreeCtrl16CollapseAndResetERK12wxTreeItemId
65EA09D1  E:\Appz\ptools\codeblock_nightly\rev3938\share\codeblocks\plugins\codecompletion.dll:65EA09D1
65E9E6B9  E:\Appz\ptools\codeblock_nightly\rev3938\share\codeblocks\plugins\codecompletion.dll:65E9E6B9
65E9E3F7  E:\Appz\ptools\codeblock_nightly\rev3938\share\codeblocks\plugins\codecompletion.dll:65E9E3F7
65E9DF2F  E:\Appz\ptools\codeblock_nightly\rev3938\share\codeblocks\plugins\codecompletion.dll:65E9DF2F
6CCFEBAB  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CCFEBAB  _ZN11wxSemaphore7TryWaitEv
6CCFECBD  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CCFECBD  _ZN11wxSemaphore7TryWaitEv
77C3A3B0  C:\windows\system32\msvcrt.dll:77C3A3B0  _endthreadex
7C80B683  C:\windows\system32\kernel32.dll:7C80B683  GetModuleFileNameA
Title: Re: The 06 May 2007 build is out.
Post by: hangl on May 07, 2007, 07:56:10 am
CB crashes when I select to view "Current file's symbols" in the Symbols browser when no files are opened in the editor. This happens only after a project has been loaded. Does not crash if no project loaded.

// confirm this!
Title: Re: The 06 May 2007 build is out.
Post by: MortenMacFly on May 07, 2007, 09:57:30 am
// confirm this!
I can't - works very well for me.
Title: Re: The 06 May 2007 build is out.
Post by: Andi78 on May 07, 2007, 10:15:49 am
CB crashes when I select to view "Current file's symbols" in the Symbols browser when no files are opened in the editor. This happens only after a project has been loaded. Does not crash if no project loaded.

// confirm this!

I can confirm this, too
Title: Re: The 06 May 2007 build is out.
Post by: eckard_klotz on May 07, 2007, 01:15:42 pm
Hello Everybody.


Quote
CB crashes when I select to view "Current file's symbols" in the Symbols browser when no files are opened in the editor. This happens only after a project has been loaded. Does not crash if no project loaded.

// confirm this!

Since the build first of may (perhaps earlier, I don't know) I can see the following bug in the symbol-browser:

If I change from "All worksspace symbols" to "Current file's symbols" the symbols of the current file will be displayed correctly. But if I change the current file after that, C::B crasches.

This happens on Windows XP.

By the way is there chance to get an new build for WinME(ANSI) or Suse-Linux?

Regards,
            Eckard Klotz.
Title: Re: The 06 May 2007 build is out.
Post by: indigo0086 on May 07, 2007, 01:36:46 pm
Is there a way to set the binary file directory to be the base directory where the proejct is located rather than release/bin or debug/bin?
Title: Re: The 06 May 2007 build is out.
Post by: rhf on May 07, 2007, 02:40:35 pm
I noticed that this release fixed some deprecated function warnings.

Just to see if I could do it -- I am very new to this -- I submitted a patch yesterday to eliminate the signed/unsigned comparison warnings. Hope I did it correctly.

Bob
Title: Re: The 06 May 2007 build is out.
Post by: roman_ch on May 07, 2007, 03:31:03 pm
I have a problem when debug, the watch window not open.
Title: Re: The 06 May 2007 build is out.
Post by: phaethon on May 07, 2007, 04:07:46 pm
Hello guys, I'm still getting the problem when enabling/disabling the "Categorize by file types" and "Display folders as on disk" option... I'm getting this problem since wx2.8 port. I even tried to remove all CB folders, but the bug doesn't disapear.
The proble is that it's selected by default, and it's imposible to deactivate it  :(

Although selecting these options from the right-click context menu has not been working for me, I can still enable/disable these options from the main menu: Project/Project Tree...  Does this work for you?

Jay
Title: Re: The 06 May 2007 build is out.
Post by: Z_guy on May 07, 2007, 04:17:53 pm
Quote
I have to do it manualy
Me too!
Me too, it's very annoying, especially when you've just started a new project and therefore create new files quite often.
Title: Re: The 06 May 2007 build is out.
Post by: MortenMacFly on May 07, 2007, 04:34:33 pm
If I change from "All worksspace symbols" to "Current file's symbols" the symbols of the current file will be displayed correctly. But if I change the current file after that, C::B crasches.
This works for me, too (SVN r3938). I'd say it's related to wx283 (I'm using wx264). Can some dev using this version confirm the issue? (Yiannis?!).
Title: Re: The 06 May 2007 build is out.
Post by: mandrav on May 07, 2007, 05:55:33 pm
If I change from "All worksspace symbols" to "Current file's symbols" the symbols of the current file will be displayed correctly. But if I change the current file after that, C::B crasches.
This works for me, too (SVN r3938). I'd say it's related to wx283 (I'm using wx264). Can some dev using this version confirm the issue? (Yiannis?!).

wx2.6.3 here, working fine.
Title: Re: The 06 May 2007 build is out.
Post by: killerbot on May 07, 2007, 08:58:42 pm
I had a crash when switching from "All workspace" to files symols. Latest nightly on windows (wx283).
There's for sure something reproduceable there  ...

Quote
-------------------

Error occured on Monday, May 7, 2007 at 20:57:34.

C:\Projects\CodeBlocks\src\output\codeblocks.exe caused an Access Violation at location 6cde357c in module C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll Reading from location 00000028.

Registers:
eax=00000000 ebx=00000003 ecx=00000000 edx=ffff0000 esi=ffffffff edi=02e2fb30
eip=6cde357c esp=02e2faf8 ebp=02e2fb50 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
6CDE357C  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CDE357C  _ZNK10wxTreeCtrl12GetItemParamERK12wxTreeItemId
6CDE3768  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CDE3768  _ZNK10wxTreeCtrl11GetItemDataERK12wxTreeItemId
6CE8A38D  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CE8A38D  _ZN11wxTreeEventC1EiP14wxTreeCtrlBaseRK12wxTreeItemId
6CDE5566  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CDE5566  _ZN10wxTreeCtrl8DoExpandERK12wxTreeItemIdi
6CDE5891  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CDE5891  _ZN10wxTreeCtrl16CollapseAndResetERK12wxTreeItemId
65EA09D1  C:\Projects\CodeBlocks\src\output\share\codeblocks\plugins\codecompletion.dll:65EA09D1
65E9E6B9  C:\Projects\CodeBlocks\src\output\share\codeblocks\plugins\codecompletion.dll:65E9E6B9
65E9E3F7  C:\Projects\CodeBlocks\src\output\share\codeblocks\plugins\codecompletion.dll:65E9E3F7
65E9DF2F  C:\Projects\CodeBlocks\src\output\share\codeblocks\plugins\codecompletion.dll:65E9DF2F
6CCFEBAB  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CCFEBAB  _ZN11wxSemaphore7TryWaitEv
6CCFECBD  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CCFECBD  _ZN11wxSemaphore7TryWaitEv
77C3A3B0  C:\WINDOWS\system32\msvcrt.dll:77C3A3B0  _endthreadex
7C80B683  C:\WINDOWS\system32\kernel32.dll:7C80B683  GetModuleFileNameA


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

Error occured on Monday, May 7, 2007 at 20:59:01.

C:\Projects\CodeBlocks\src\output\codeblocks.exe caused an Access Violation at location 6cde357c in module C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll Reading from location 00000028.

Registers:
eax=00000000 ebx=00000003 ecx=00000000 edx=ffff0000 esi=ffffffff edi=02e2fb30
eip=6cde357c esp=02e2faf8 ebp=02e2fb50 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
6CDE357C  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CDE357C  _ZNK10wxTreeCtrl12GetItemParamERK12wxTreeItemId
6CDE3768  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CDE3768  _ZNK10wxTreeCtrl11GetItemDataERK12wxTreeItemId
6CE8A38D  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CE8A38D  _ZN11wxTreeEventC1EiP14wxTreeCtrlBaseRK12wxTreeItemId
6CDE5566  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CDE5566  _ZN10wxTreeCtrl8DoExpandERK12wxTreeItemIdi
6CDE5891  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CDE5891  _ZN10wxTreeCtrl16CollapseAndResetERK12wxTreeItemId
65EA09D1  C:\Projects\CodeBlocks\src\output\share\codeblocks\plugins\codecompletion.dll:65EA09D1
65E9E6B9  C:\Projects\CodeBlocks\src\output\share\codeblocks\plugins\codecompletion.dll:65E9E6B9
65E9E3F7  C:\Projects\CodeBlocks\src\output\share\codeblocks\plugins\codecompletion.dll:65E9E3F7
65E9DF2F  C:\Projects\CodeBlocks\src\output\share\codeblocks\plugins\codecompletion.dll:65E9DF2F
6CCFEBAB  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CCFEBAB  _ZN11wxSemaphore7TryWaitEv
6CCFECBD  C:\Projects\CodeBlocks\src\output\wxmsw28u_gcc_cb.dll:6CCFECBD  _ZN11wxSemaphore7TryWaitEv
77C3A3B0  C:\WINDOWS\system32\msvcrt.dll:77C3A3B0  _endthreadex
7C80B683  C:\WINDOWS\system32\kernel32.dll:7C80B683  GetModuleFileNameA


Title: Re: The 06 May 2007 build is out.
Post by: darthdespotism on May 07, 2007, 09:42:49 pm
CodeBlocks reports here while Startup bthat it logged some errors.
Can you tell me where to find these LOG on Ubuntu so I can post it
(rev 3938, compiled on feisty/dpkg-buildpackage)