Author Topic: The 01 June 2009 build (5616) is out.  (Read 74989 times)

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 01 June 2009 build (5616) is out.
« Reply #30 on: June 10, 2009, 01:57:24 pm »
Ubuntu 7.04 to 8.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx289) can be found  here (direct link).
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 01 June 2009 build (5616) is out.
« Reply #31 on: June 12, 2009, 04:41:23 am »
I found a strange problem in this nightly build(Windows). When I toggle off the "Search results" panel, then the other panels show badly---all blank, you can see the images below.






Thanks :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 01 June 2009 build (5616) is out.
« Reply #32 on: June 12, 2009, 02:25:56 pm »
I found a strange problem in this nightly build(Windows). When I toggle off the "Search results" panel, then the other panels show badly---all blank, you can see the images below.
Does not happen for the wxAUI branch. Can you give it a try, please?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline rhf

  • Multiple posting newcomer
  • *
  • Posts: 123
Re: The 01 June 2009 build (5616) is out.
« Reply #33 on: June 12, 2009, 05:17:02 pm »
I just installed the SVN 5616 nightly and confirm that the Messages displays are messed up when 'Search results' is toggled off.

SVN 5642 exhibits a similar problem in Logs & others displays. Toggling 'Search results' off and selecting other options will produce blank displays. Toggling 'Search results' back on will restore other displays. Windows XP.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 01 June 2009 build (5616) is out.
« Reply #34 on: June 12, 2009, 10:02:10 pm »
I entered a bug in berlios a long time ago.
I think its is also valid for TODO list plugin.

But it must be more than one year old now...

Dje

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 01 June 2009 build (5616) is out.
« Reply #35 on: June 13, 2009, 12:08:38 am »
I entered a bug in berlios a long time ago.
I think its is also valid for TODO list plugin.

But it must be more than one year old now...

Dje

The main part of the bug is fixed since several months, but I was not aware of the "new" bug.
It only happens on windows (in trunk and aui-branch), but seems not ot happen in all versions.
Most likely a problem with the native controls used by some windows-versions.

Nevertheless, it should be fixed in r5644 for wxAui-branch and r5645 for trunk.

Would be nice if anybody whoa had the problems can confirm the fix.
By the way it only happened if it was a ListControl-Logger and if the logger was the active one (at least for me on w2k).

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 01 June 2009 build (5616) is out.
« Reply #36 on: June 13, 2009, 04:23:57 pm »
Nevertheless, it should be fixed in r5644 for wxAui-branch and r5645 for trunk.

Would be nice if anybody whoa had the problems can confirm the fix.
By the way it only happened if it was a ListControl-Logger and if the logger was the active one (at least for me on w2k).

Hi, Jens.
I update to r5645, and I can confirm this bug was fixed. Thank you very much!!!

By the way, I had reached the "attachment size limit", so I can't upload any attachment any more. My question is: How much is a regular user own in this forum?

Seems I need to delete some attachment in my old posts? :(
Thanks
« Last Edit: June 13, 2009, 04:27:38 pm by ollydbg »
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline rhf

  • Multiple posting newcomer
  • *
  • Posts: 123
Re: The 01 June 2009 build (5616) is out.
« Reply #37 on: June 13, 2009, 05:32:57 pm »
Nevertheless, it should be fixed in r5644 for wxAui-branch and r5645 for trunk.

Would be nice if anybody who had the problems can confirm the fix.
r5645 works fine for me, too. Thanks, Jens.

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
Re: The 01 June 2009 build (5616) is out.
« Reply #38 on: June 13, 2009, 09:08:57 pm »
Hi, I have 5616 running on Windows XP and Linux Kubuntu 8.04.

There seems to be a problem with the wxSmith control buttons on Windows, there are no button images (text instead), and the buttons become very big indeed. On Linux the button images are ok.  On Windows I get button images for the contrib tab only.

Also, icons are missing in the Resources tree view.

Looks like I have to use the previous nightly on Windows.  :o

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 01 June 2009 build (5616) is out.
« Reply #39 on: June 18, 2009, 04:44:49 am »
Patch needed for NON PCH build on Windows XP

Code
Index: src/plugins/debuggergdb/gdb_driver.cpp
===================================================================
--- src/plugins/debuggergdb/gdb_driver.cpp (revision 5655)
+++ src/plugins/debuggergdb/gdb_driver.cpp (working copy)
@@ -12,6 +12,7 @@
 #include "gdb_commands.h"
 #include "debuggerstate.h"
 #include <manager.h>
+#include <macrosmanager.h>
 #include <configmanager.h>
 #include <scriptingmanager.h>
 #include <globals.h>
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 killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 01 June 2009 build (5616) is out.
« Reply #40 on: June 18, 2009, 07:00:34 am »
done

Offline joubertdj

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: The 01 June 2009 build (5616) is out.
« Reply #41 on: June 18, 2009, 08:09:13 am »
Just an idea though, but can we have a nightly build for the wxAUI branch. Might get debugged more than just having the source publicly available?

Best regards,

Offline geiermeier

  • Multiple posting newcomer
  • *
  • Posts: 19
Re: The 01 June 2009 build (5616) is out.
« Reply #42 on: June 18, 2009, 08:33:09 am »
I've collected some more crashes with the last nightly (not current one but rev 5602). Since the upload folder is full, I'll post them as text.
Code
Error occured on Wednesday, June 10, 2009 at 16:14:45.

C:\Programme\CB_20090516_rev5602_win32\codeblocks.exe caused an Access Violation at location 7c92b21a in module C:\WINDOWS\system32\ntdll.dll Writing to location 00000432.

Registers:
eax=00000422 ebx=00000000 ecx=00000320 edx=02e8f630 esi=02e8f620 edi=00000000
eip=7c92b21a esp=0676fd84 ebp=0676fdf8 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:
7C92B21A  C:\WINDOWS\system32\ntdll.dll:7C92B21A  RtlpWaitForCriticalSection
7C911046  C:\WINDOWS\system32\ntdll.dll:7C911046  RtlEnterCriticalSection
6CCCC46E  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCCC46E  _ZN12wxEvtHandler15AddPendingEventER7wxEvent
61930540  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:61930540  _Z11wxPostEventP12wxEvtHandlerR7wxEvent
617E874C  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:617E874C  _ZN12cbThreadPool13WaitingThreadEv
617E898D  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:617E898D  _ZN12cbThreadPool14cbWorkerThread5EntryEv
6CCC66F8  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCC66F8  _ZN8wxThread6CreateEj
6CCC67DE  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCC67DE  _ZN8wxThread6CreateEj
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B729  C:\WINDOWS\system32\kernel32.dll:7C80B729  GetModuleFileNameA


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

Error occured on Monday, June 15, 2009 at 14:33:13.

C:\Programme\CB_20090516_rev5602_win32\codeblocks.exe caused an Access Violation at location 7c92b21a in module C:\WINDOWS\system32\ntdll.dll Writing to location 00000011.

Registers:
eax=00000001 ebx=00000000 ecx=06b6fd5c edx=7c91e514 esi=05923b20 edi=00000000
eip=7c92b21a esp=06b6fd84 ebp=06b6fdf8 iopl=0         nv up ei ng nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010286

Call stack:
7C92B21A  C:\WINDOWS\system32\ntdll.dll:7C92B21A  RtlpWaitForCriticalSection
7C911046  C:\WINDOWS\system32\ntdll.dll:7C911046  RtlEnterCriticalSection
6CCCC46E  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCCC46E  _ZN12wxEvtHandler15AddPendingEventER7wxEvent
61930540  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:61930540  _Z11wxPostEventP12wxEvtHandlerR7wxEvent
617E874C  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:617E874C  _ZN12cbThreadPool13WaitingThreadEv
617E898D  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:617E898D  _ZN12cbThreadPool14cbWorkerThread5EntryEv
6CCC66F8  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCC66F8  _ZN8wxThread6CreateEj
6CCC67DE  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCC67DE  _ZN8wxThread6CreateEj
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B729  C:\WINDOWS\system32\kernel32.dll:7C80B729  GetModuleFileNameA


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

Error occured on Tuesday, June 16, 2009 at 17:07:59.

C:\Programme\CB_20090516_rev5602_win32\codeblocks.exe caused an Access Violation at location 7c91100b in module C:\WINDOWS\system32\ntdll.dll Reading from location 00000014.

Registers:
eax=00000000 ebx=0022f244 ecx=7ffde000 edx=00000000 esi=018b12fc edi=7c946ee3
eip=7c91100b esp=0539fe04 ebp=0539fe10 iopl=0         nv up ei pl nz ac pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010212

Call stack:
7C91100B  C:\WINDOWS\system32\ntdll.dll:7C91100B  RtlEnterCriticalSection
6CCCC46E  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCCC46E  _ZN12wxEvtHandler15AddPendingEventER7wxEvent
61930540  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:61930540  _Z11wxPostEventP12wxEvtHandlerR7wxEvent
617E874C  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:617E874C  _ZN12cbThreadPool13WaitingThreadEv
617E898D  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:617E898D  _ZN12cbThreadPool14cbWorkerThread5EntryEv
6CCC66F8  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCC66F8  _ZN8wxThread6CreateEj
6CCC67DE  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCC67DE  _ZN8wxThread6CreateEj
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B729  C:\WINDOWS\system32\kernel32.dll:7C80B729  GetModuleFileNameA


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

Error occured on Wednesday, June 17, 2009 at 15:50:36.

C:\Programme\CB_20090516_rev5602_win32\codeblocks.exe caused an Access Violation at location 7c92b21a in module C:\WINDOWS\system32\ntdll.dll Writing to location 000005a2.

Registers:
eax=00000592 ebx=00000000 ecx=00000400 edx=06b47250 esi=06b47240 edi=00000000
eip=7c92b21a esp=093cfd84 ebp=093cfdf8 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:
7C92B21A  C:\WINDOWS\system32\ntdll.dll:7C92B21A  RtlpWaitForCriticalSection
7C911046  C:\WINDOWS\system32\ntdll.dll:7C911046  RtlEnterCriticalSection
6CCCC46E  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCCC46E  _ZN12wxEvtHandler15AddPendingEventER7wxEvent
61930540  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:61930540  _Z11wxPostEventP12wxEvtHandlerR7wxEvent
617E874C  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:617E874C  _ZN12cbThreadPool13WaitingThreadEv
617E898D  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:617E898D  _ZN12cbThreadPool14cbWorkerThread5EntryEv
6CCC66F8  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCC66F8  _ZN8wxThread6CreateEj
6CCC67DE  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCC67DE  _ZN8wxThread6CreateEj
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B729  C:\WINDOWS\system32\kernel32.dll:7C80B729  GetModuleFileNameA


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

Error occured on Wednesday, June 17, 2009 at 17:40:24.

C:\Programme\CB_20090516_rev5602_win32\codeblocks.exe caused an Access Violation at location 7c92b21a in module C:\WINDOWS\system32\ntdll.dll Writing to location 000003e6.

Registers:
eax=000003d6 ebx=00000000 ecx=00000310 edx=05429d50 esi=05429d40 edi=00000000
eip=7c92b21a esp=0696fd84 ebp=0696fdf8 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:
7C92B21A  C:\WINDOWS\system32\ntdll.dll:7C92B21A  RtlpWaitForCriticalSection
7C911046  C:\WINDOWS\system32\ntdll.dll:7C911046  RtlEnterCriticalSection
6CCCC46E  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCCC46E  _ZN12wxEvtHandler15AddPendingEventER7wxEvent
61930540  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:61930540  _Z11wxPostEventP12wxEvtHandlerR7wxEvent
617E874C  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:617E874C  _ZN12cbThreadPool13WaitingThreadEv
617E898D  C:\Programme\CB_20090516_rev5602_win32\codeblocks.dll:617E898D  _ZN12cbThreadPool14cbWorkerThread5EntryEv
6CCC66F8  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCC66F8  _ZN8wxThread6CreateEj
6CCC67DE  C:\Programme\CB_20090516_rev5602_win32\wxmsw28u_gcc_cb.dll:6CCC67DE  _ZN8wxThread6CreateEj
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B729  C:\WINDOWS\system32\kernel32.dll:7C80B729  GetModuleFileNameA



Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 01 June 2009 build (5616) is out.
« Reply #43 on: June 18, 2009, 10:56:02 am »
I've collected some more crashes with the last nightly (not current one but rev 5602). Since the upload folder is full, I'll post them as text.
You have only 10+ posts, but your upload folder is full? :shock:
Does any forum administrator can explain the upload folder limit size? I can't upload images and patches, that's frustrated. :(
Thanks very much!
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 01 June 2009 build (5616) is out.
« Reply #44 on: June 18, 2009, 11:10:48 am »
I can't upload images and patches, that's frustrated. :(
Well - if you read the forum rules then the "nettiquette" states to use file upload services and not forum space, because the latter is limited and (even worse) costly. So please, use services like imageshack for images (they even provide a nice link to embed into a form post) and megaupload/rapidshare for others.

Be aware that forums space is limited. So - attachments are being deleted from the forums from time to time. If you need to store information like patches, use the patch tracker.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ