Author Topic: The 25 June 2007 build is out.  (Read 25415 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 25 June 2007 build is out.
« on: June 25, 2007, 10:02:53 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.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 25 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070625_rev4177_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070625_rev4177_Ubuntu6.10+7.04_wx2.8.4.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070625_rev4177_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070625_rev4177_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • devpak plugin: fixed minor memory leak
  • Code Completion: Fixed recent bug that prevented the symbol tree from being updated. Also removed some obsolete code
  • Fixed possibly huge memory leak in code-completion (patch #2075, thanks dmoore)
  • The linker search paths are now also used as search paths for the dynamic linker automatically (LD_LIBRARY_PATH for unices, DYLD_LIBRARY_PATH for Mac and PATH for windows)
  • wxWidgets Wizard:
    * Now Empty project creation and adding pch support options are available separately on Linux.
    * User selections will now be stored on Linux.
  • CodeSnippets 1.2.82 2007/06/25
    - Use text, up to first '\r' or '\n' to determine if snippet is file link.
    This Allows notes to accompany file link.
    - Added MIME open support using Alt-double-click & "Open File" context menu
    - Refactored EditSnippet and OpenFileLink
    - Added "Open Url" support
    - ReInstated ToolTips for wx284 using first line of snippet
  • fixed bug [ Bug #11443 ] Insert all class methods without implementation fails const

Regressions/Confirmed/Annoying/Common bugs:

  • Some users have experienced crashes on startup with this particular build
  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)

« Last Edit: June 26, 2007, 03:43:24 am by rickg22 »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 25 June 2007 build is out.
« Reply #1 on: June 25, 2007, 10:06:26 pm »
for some reason this build refuses to startup for me in linux. I see the splash screen and it quickly disappears and nothing more ...

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 25 June 2007 build is out.
« Reply #2 on: June 25, 2007, 10:10:20 pm »
for some reason this build refuses to startup for me in linux. I see the splash screen and it quickly disappears and nothing more ...

Might be this one ;)

Offline FraGag

  • Single posting newcomer
  • *
  • Posts: 3
Re: The 25 June 2007 build is out.
« Reply #3 on: June 25, 2007, 10:50:20 pm »
Hello, I've been using Code::Blocks for a while and I'm not too much disappointed about it! However, today's build (4177) crashes on startup, when the splash screen is still visible (nice splash screen BTW!). I ran it ~6 times and I got access violations but there are 2 different situations. The first one occurred twice, then the second one occurred twice, then the first one occurred two more times. Here they are:

Code
Error occured on Monday, June 25, 2007 at 16:17:41.

C:\CodeBlocks\codeblocks.exe caused an Access Violation at location 00000011 Reading from location 00000011.

Registers:
eax=00000011 ebx=010a6f00 ecx=00000001 edx=010c73a4 esi=00fc7b1c edi=ffffffff
eip=00000011 esp=019cfec4 ebp=019cfed0 iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010202

Call stack:
00000011
619C3DAD  C:\CodeBlocks\codeblocks.dll:619C3DAD  _ZN16BackgroundThread5EntryEv
6CCFF82B  C:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCFF82B  _ZN11wxSemaphore7TryWaitEv
6CCFF93D  C:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCFF93D  _ZN11wxSemaphore7TryWaitEv
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B683  C:\WINDOWS\system32\kernel32.dll:7C80B683  GetModuleFileNameA

Code
Error occured on Monday, June 25, 2007 at 16:18:22.

C:\CodeBlocks\codeblocks.exe caused an Access Violation at location 619c3da9 in module C:\CodeBlocks\codeblocks.dll Reading from location 00000078.

Registers:
eax=010c39c0 ebx=010a6f00 ecx=00000001 edx=00000078 esi=00fc7b1c edi=ffffffff
eip=619c3da9 esp=019cfec8 ebp=019cfed0 iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
619C3DA9  C:\CodeBlocks\codeblocks.dll:619C3DA9  _ZN16BackgroundThread5EntryEv
6CCFF82B  C:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCFF82B  _ZN11wxSemaphore7TryWaitEv
6CCFF93D  C:\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCFF93D  _ZN11wxSemaphore7TryWaitEv
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B683  C:\WINDOWS\system32\kernel32.dll:7C80B683  GetModuleFileNameA

The call stacks are mostly the same (but the first one has one more entry, 00000011...). It looks like "_ZN16BackgroundThread5EntryEv" is the culprit.

I ran yesterday's build successfully and it didn't crash. I extracted yesterday's build in the same location and it still works, so I believe this bug was introduced somewhere between build 4164 and build 4177. I think I can't really provide any further info.

Thanks in advance!

Offline SamT

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: The 25 June 2007 build is out.
« Reply #4 on: June 26, 2007, 12:55:24 am »
Hi,

I got similar issue when open C::B in this nightly. The address violation is introduced several times during C::B startup but not always. This is not happened in previous nightly. Can somebody tell me how to record the debug message to design team for analysis?

By the way, my system is winxp sp2.

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: The 25 June 2007 build is out.
« Reply #5 on: June 26, 2007, 01:55:44 am »
Bad news guys, this revision is unusable. Killerbot, please wait until we fix that Loaderbase/Backgroundthread crash...
« Last Edit: June 26, 2007, 01:59:31 am by rickg22 »

Offline Wolf

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: The 25 June 2007 build is out. [Edit: Unusable, DON'T DOWNLOAD]
« Reply #6 on: June 26, 2007, 02:53:40 am »
Hello,
I have downloaded this revision (4177) and it seems to be working very well for me. I am using Windows XP.
It is weird it does not work for you (whoever it does not work for). Could it be related to your system?

-- Wolf --

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: The 25 June 2007 build is out.
« Reply #7 on: June 26, 2007, 03:42:36 am »
I tested it again. It crashed on me the first time i ran it, but not afterwards. I'm trying to replicate the crash.

Here's what i got:
Code
Error occured on Monday, June 25, 2007 at 20:36:48.

G:\projects\codeblocks\src\output\codeblocks.exe caused an Access Violation at location 00000000 Writing to location 00000000.

Registers:
eax=00000000 ebx=0125df00 ecx=00000001 edx=047cd9e8 esi=01355d7c edi=ffffffff
eip=00000000 esp=0205fe44 ebp=0205fed0 iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
00000000
61A3BF06  G:\projects\codeblocks\src\output\codeblocks.dll:61A3BF06  BackgroundThread::Entry()  G:/projects/codeblocks/src/include/backgroundthread.h:170
6417F82B  C:\WINDOWS\system32\wxmsw28u_gcc_CB.dll:6417F82B  _ZN11wxSemaphore7TryWaitEv
6417F93D  C:\WINDOWS\system32\wxmsw28u_gcc_CB.dll:6417F93D  _ZN11wxSemaphore7TryWaitEv
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B683  C:\WINDOWS\system32\kernel32.dll:7C80B683  GetModuleFileNameA

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 25 June 2007 build is out.
« Reply #8 on: June 26, 2007, 05:29:39 am »
Guys, I have a question is it legal to have non opensourse commercial project compiled with minGW?
gcc+winXP+suse.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 25 June 2007 build is out.
« Reply #9 on: June 26, 2007, 05:47:56 am »
Guys, I have a question is it legal to have non opensourse commercial project compiled with minGW?

IANAL, Compiling with minGW GCC should not be an issue, but using the libraries might be one.

Tim S

PS: This question likely does not belong on this forum and most likely not in this thread.
« Last Edit: June 26, 2007, 05:53:41 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 25 June 2007 build is out.
« Reply #10 on: June 26, 2007, 06:13:59 am »
I know that it doesn't relate to it... But here there are specialists.
gcc+winXP+suse.

Offline hangl

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 25 June 2007 build is out.
« Reply #11 on: June 26, 2007, 06:42:32 am »
-------------------

Error occured on Tuesday, June 26, 2007 at 12:30:52.

F:\CodeBlocks\codeblocks.exe caused an Access Violation at location 619c3da9 in module F:\CodeBlocks\codeblocks.dll Reading from location 00000005.
when I use plugin code statics  .CB crash!

winxp  sp2  nightly build svn 4177

Registers:
eax=03afb680 ebx=00dd8200 ecx=00000001 edx=00000005 esi=00dffc0c edi=ffffffff
eip=619c3da9 esp=0192fec8 ebp=0192fed0 iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
619C3DA9  F:\CodeBlocks\codeblocks.dll:619C3DA9  _ZN16BackgroundThread5EntryEv
627BDF7B  F:\CodeBlocks\wxmsw28u_gcc_cb.dll:627BDF7B  _ZN11wxSemaphore7TryWaitEv
627BE08D  F:\CodeBlocks\wxmsw28u_gcc_cb.dll:627BE08D  _ZN11wxSemaphore7TryWaitEv
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B683  C:\WINDOWS\system32\kernel32.dll:7C80B683  GetModuleFileNameA

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 25 June 2007 build is out.
« Reply #12 on: June 26, 2007, 06:48:06 am »
Usually 2 bug fixes cause to one more bug...
If code new code was run without bugs then there is a principal bug behind that code. :lol:
gcc+winXP+suse.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 25 June 2007 build is out.
« Reply #13 on: June 26, 2007, 07:38:38 am »
build on linux with rev 4181 (so with the reverted possible issue) : still does NOT start up, splash screen and then nothing ...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: The 25 June 2007 build is out.
« Reply #14 on: June 26, 2007, 07:43:58 am »
uh? :(

Killerbot, what's the stack dump?