Code::Blocks
July 29, 2010, 05:48:51 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New release 10.05 is ready. Grab it while it's hot!!!
 
   Home   Help Search Login Register  :: WebsiteWiki  
Pages: 1 2 [3] 4
  Send this topic  |  Print  
Author Topic: The 01 June 2009 build (5616) is out.  (Read 21885 times)
Xaviou
Almost regular
**
Posts: 183


WWW
« 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).
Logged

The french wxWidgets site : www.wxdev.fr
ollydbg
Lives here!
****
Posts: 1484


Interests on OpenCV and Robotics


WWW
« 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 Very Happy
Logged

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.
MortenMacFly
Administrator
Lives here!
*****
Posts: 4593



WWW
« 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?
Logged

Logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
Compiling help
Debugging help
Portable C::B
rhf
Advanced newcomer
*
Posts: 123


« 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.
Logged
dje
Lives here!
****
Posts: 683


« 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
Logged
jens
Global Moderator
Lives here!
*****
Posts: 2975



WWW
« 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).
Logged

Regards

Jens

debian - nightlies and wxWidgets (msw-)cross-build libs for "i386" and "amd64" : http://apt.jenslody.de/
C::B changelog: http://apt.jenslody.de/ChangeLog
ollydbg
Lives here!
****
Posts: 1484


Interests on OpenCV and Robotics


WWW
« 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? Sad
Thanks
« Last Edit: June 13, 2009, 04:27:38 pm by ollydbg » Logged

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.
rhf
Advanced newcomer
*
Posts: 123


« 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.
Logged
cacb
Advanced newcomer
*
Posts: 62


« 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.  Surprised
Logged
stahta01
Lives here!
****
Posts: 2379


WWW
« 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>
Logged

C Programmer working to learn more about C++.
OS: Win 6.1 AKA Win7
Compiler: mingw gcc 4.4 API 3.13 Runtime 3.15.2
IDE: Code::Blocks SVN + patches
wxMSW: SVN 2.9 Trunk & SVN 2.8 branch
SVN: 1.6.x
killerbot
Global Moderator
Lives here!
*****
Posts: 3883


« Reply #40 on: June 18, 2009, 07:00:34 am »

done
Logged
joubertdj
Advanced newcomer
*
Posts: 118


« 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,
Logged
geiermeier
Advanced newcomer
*
Posts: 19


« 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


Logged
ollydbg
Lives here!
****
Posts: 1484


Interests on OpenCV and Robotics


WWW
« 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? Shocked
Does any forum administrator can explain the upload folder limit size? I can't upload images and patches, that's frustrated. Sad
Thanks very much!
Logged

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.
MortenMacFly
Administrator
Lives here!
*****
Posts: 4593



WWW
« Reply #44 on: June 18, 2009, 11:10:48 am »

I can't upload images and patches, that's frustrated. Sad
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.
Logged

Logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
Compiling help
Debugging help
Portable C::B
Pages: 1 2 [3] 4
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!