Author Topic: The 19 October 2007 build (4545) is out.  (Read 41580 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 19 October 2007 build (4545) is out.
« on: October 19, 2007, 08:21:37 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 19 October 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071019_rev4545_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Removed: Reference of a non-existent header
  • wxSmith: Fixed bug when generating event handler by double-clicking on item
  • Fixed: Compiler 'note' is detected as an error. (Thanks to gmb300)
  • add parsing of note messages of GNU based compilers

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


Offline ZekeDragon

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: The 19 October 2007 build (4545) is out.
« Reply #1 on: October 19, 2007, 09:09:29 pm »
It's been a long while since I've been on the Code::Blocks forums, since I've just been working with an older build quite satisfactorily, and I've shifted my development into Java and RealBASIC, which required different IDEs.  I now have a new laptop, and need to know if these builds work with Windows Vista (of which I plan to replace with Linspire or some other Linux distro later), so I can use C::B to develop with again.

- Zeke
I broke it again.

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 19 October 2007 build (4545) is out.
« Reply #2 on: October 19, 2007, 09:20:06 pm »
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here.
Not yet tested on Ubuntu 7.10
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 19 October 2007 build (4545) is out.
« Reply #3 on: October 19, 2007, 09:22:20 pm »
Slackware build updated to revision 4545
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1&c=1

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 19 October 2007 build (4545) is out.
« Reply #4 on: October 19, 2007, 09:23:52 pm »
repository with nightlies (slow because it's a home-server via dsl)

actually svn4545

add to /etc/apt/sources.list :

for etch aka stable
Code
deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main

for lenny aka testing
Code
deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main

for sid aka unstable
Code
deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main

add my public-key to apt's trustdb:
Code
wget -q http://jens.lody.name/debian/jens.asc -O-  | sudo apt-key add -

build against wxWidgets 2.84 from

Code
deb http://apt.tt-solutions.com/debian/ etch main
key-import to apt's trusted keys:
Code
wget -q http://www.tt-solutions.com/vz/key.asc -O-  | sudo apt-key add -

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 19 October 2007 build (4545) is out.
« Reply #5 on: October 19, 2007, 10:36:10 pm »
Build for Ubuntu i386/amd64 can be found here

New repository:
Code
deb http://lgp203.free.fr/ubuntu/ distname universe
instead of
Code
deb http://lgp203.free.fr/ubuntu/ distname main
« Last Edit: October 28, 2007, 02:01:18 am by pasgui »

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 19 October 2007 build (4545) is out.
« Reply #6 on: October 19, 2007, 11:38:36 pm »
Hi all !

I've just tested my Code::Blocks build on Ubuntu 7.10 with the wx2.8.6 libs of the wxWidgets repository for Ubuntu7.04, and it works fine (with always this annoying message "Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed" at first launch).

@pasgui : you can update your repository and add the "gutsy" entry for the amd64 packages...

Regards.
Xav'
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 19 October 2007 build (4545) is out.
« Reply #7 on: October 20, 2007, 12:14:08 am »
@pasgui : you can update your repository and add the "gutsy" entry for the amd64 packages...

The amd64 packages are already present in gutsy.

Best regards,

pasgui

luneo7

  • Guest
Re: The 19 October 2007 build (4545) is out.
« Reply #8 on: October 20, 2007, 02:37:54 pm »
Code::blocks build 4546
openSUSE 10.3 rpms at: http://software.opensuse.org/search - search for codeblocks

or go to http://luneo.phpnet.us

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 19 October 2007 build (4545) is out.
« Reply #9 on: October 20, 2007, 05:02:56 pm »

The amd64 packages are already present in gutsy.

Best regards,

pasgui

Hey cool  8)

But this won't be upgraded regularly, right?

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #10 on: October 20, 2007, 08:09:55 pm »
Hello,

C::B svn 4545 still crashes under Debian when creating new project :(

Great work though !

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 19 October 2007 build (4545) is out.
« Reply #11 on: October 20, 2007, 08:52:36 pm »
C::B svn 4545 still crashes under Debian when creating new project :(

Please post a crashlog along with other info (e.g., wx version, how to reproduce, etc).
Be a part of the solution, not a part of the problem.

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: The 19 October 2007 build (4545) is out.
« Reply #12 on: October 20, 2007, 10:06:04 pm »
Code::blocks build 4546
openSUSE 10.3 rpms at: http://software.opensuse.org/search - search for codeblocks

or go to http://luneo.phpnet.us
Thanks for the build luneo7 :D. I am wondering whether you use the build yourself as well. If so, do you also have the problem that there is always a complete "Rebuild" happening, even when you select "Build" or just want to start debugging? This is what I experience on an openSUSE 10.3 machine. If you do not have this problem, do you maybe have an idea where it might go wrong in my case?
Thanks!

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #13 on: October 20, 2007, 10:36:12 pm »
C::B svn 4545 still crashes under Debian when creating new project :(

Please post a crashlog along with other info (e.g., wx version, how to reproduce, etc).

Log (is this what you want ?):
Code
this is a debug error*** glibc detected *** codeblocks: double free or corruption (out): 0x08fdd3d0 ***
======= Backtrace: =========
/lib/i686/cmov/libc.so.6[0xb695bcf5]
/lib/i686/cmov/libc.so.6(cfree+0x90)[0xb695f790]
/usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb780f9a1]
/usr/lib/libwx_gtk2u_core-2.8.so.0[0xb6e81f2e]
/usr/lib/libwx_gtk2u_core-2.8.so.0(_ZN8wxButton10SetDefaultEv+0xe6)[0xb6e825e6]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN18wxButtonXmlHandler16DoCreateResourceEv+0x299)[0xb7212f79]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7259d87]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16Handle_sizeritemEv+0xd1)[0xb723c721]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x3e)[0xb723d42e]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x48a)[0xb7259dba]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0x119)[0xb725d809]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler12Handle_sizerEv+0x13f)[0xb723d19f]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x6e)[0xb723d45e]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7259d87]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16Handle_sizeritemEv+0xd1)[0xb723c721]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x3e)[0xb723d42e]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x48a)[0xb7259dba]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0x119)[0xb725d809]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler12Handle_sizerEv+0x13f)[0xb723d19f]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN17wxSizerXmlHandler16DoCreateResourceEv+0x6e)[0xb723d45e]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7259d87]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateChildrenEP8wxObjectb+0x119)[0xb725d809]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN18wxDialogXmlHandler16DoCreateResourceEv+0x4a6)[0xb721e826]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x1b1)[0xb7256db1]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x457)[0xb7259d87]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource10LoadDialogEP8wxDialogP8wxWindowRK8wxString+0x7d)[0xb725b19d]
/usr/lib/libcodeblocks.so.0(_ZN18NewFromTemplateDlgC1E18TemplateOutputTypeRK13wxArrayString+0x150)[0xb74b7650]
/usr/lib/libcodeblocks.so.0(_ZN15TemplateManager3NewE18TemplateOutputTypeP8wxString+0x47)[0xb7526da7]
codeblocks(_ZN9MainFrame13OnFileNewWhatER14wxCommandEvent+0xc9)[0x809fa19]
/usr/lib/libwx_baseu-2.8.so.0(_ZNK12wxAppConsole11HandleEventEP12wxEvtHandlerMS0_FvR7wxEventES3_+0x35)[0xb6bb6635]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent+0x8f)[0xb6c5c98f]
/usr/lib/libwx_baseu-2.8.so.0(_ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler+0x7b)[0xb6c5cadb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0xcf)[0xb6c5cc5f]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
/usr/lib/libwx_baseu-2.8.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x6b)[0xb6c5cbfb]
======= Memory map: ========
08048000-080d1000 r-xp 00000000 03:05 33172      /usr/bin/codeblocks
080d1000-080d7000 rw-p 00088000 03:05 33172      /usr/bin/codeblocks
080d7000-09006000 rw-p 080d7000 00:00 0          [heap]
b2200000-b2221000 rw-p b2200000 00:00 0
b2221000-b2300000 ---p b2221000 00:00 0
b2344000-b23bb000 r--p 00000000 03:05 248368     /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Oblique.ttf
b23bb000-b2402000 r--p 00000000 03:05 248346     /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf
b2402000-b2403000 ---p b2402000 00:00 0
b2403000-b2c03000 rw-p b2403000 00:00 0
b2c03000-b2c4e000 r--p 00000000 03:05 248345     /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf
b2c4e000-b2c66000 r-xp 00000000 03:05 268888     /usr/share/codeblocks/plugins/libdragscroll.so
b2c66000-b2c68000 rw-p 00017000 03:05 268888     /usr/share/codeblocks/plugins/libdragscroll.so
b2c68000-b2cc3000 r-xp 00000000 03:05 268894     /usr/share/codeblocks/plugins/libhelp_plugin.so
b2cc3000-b2cc7000 rw-p 0005a000 03:05 268894     /usr/share/codeblocks/plugins/libhelp_plugin.so
b2cc7000-b2cca000 rw-p b2cc7000 00:00 0
b2cca000-b2ce3000 r-xp 00000000 03:05 268900     /usr/share/codeblocks/plugins/libProfiler.so
b2ce3000-b2ce5000 rw-p 00018000 03:05 268900     /usr/share/codeblocks/plugins/libProfiler.so
b2ce5000-b2d07000 r-xp 00000000 03:05 269657     /usr/share/codeblocks/plugins/libtodo.so
b2d07000-b2d09000 rw-p 00022000 03:05 269657     /usr/share/codeblocks/plugins/libtodo.so
b2d09000-b2d1a000 r-xp 00000000 03:05 269643     /usr/share/codeblocks/plugins/libclasswizard.so
b2d1a000-b2d1b000 rw-p 00010000 03:05 269643     /usr/share/codeblocks/plugins/libclasswizard.so
b2d1b000-b2db0000 r-xp 00000000 03:05 268884     /usr/share/codeblocks/plugins/libcodesnippets.so
b2db0000-b2db7000 rw-p 00094000 03:05 268884     /usr/share/codeblocks/plugins/libcodesnippets.so
b2db7000-b2db8000 rw-p b2db7000 00:00 0
b2db8000-b2de0000 r-xp 00000000 03:05 269653     /usr/share/codeblocks/plugins/libprojectsimporter.so
b2de0000-b2de1000 rw-p 00028000 03:05 269653     /usr/share/codeblocks/plugins/libprojectsimporter.so
b2de1000-b2ded000 r-xp 00000000 03:05 269641     /usr/share/codeblocks/plugins/libautosave.so
b2ded000-b2dee000 rw-p 0000b000 03:05 269641     /usr/share/codeblocks/plugins/libautosave.so
b2dee000useless outputanother way for useless outputAbandon
"this is a debug error" appears at startup, not when crashing.


I'm using jens' repository.
It uses wxGTK2.8.
To reproduce, just try to create a new project by clicking "File > New > Project…". It crashes just after the click (nothing happens between click and crash).

Actually, you can crash it by clicking either "Build target…", "File…", "Custom…" or "From user template…".
No crash when clicking "Open…" or other item.

Strange, isn't it ?
« Last Edit: October 21, 2007, 12:22:23 am by three_minute_hero »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 19 October 2007 build (4545) is out.
« Reply #14 on: October 21, 2007, 01:29:02 am »
I cannot reproduce the error.

There have been post about similar errors, for example this one.

Which version of wxWidgets2.8 do you have installed ?
And which suite of the deb-packages ? testing or unstable ?

I use unstable on my system, it's exactly the same build then the one in repo.

The packages are build with pbuilder. to make sure there are no broken dependencies, because on my working-system there are also some libraries from experimental .

Nevertheless I updated the repo to svn4547, but this should not make a difference.
« Last Edit: October 21, 2007, 01:43:43 am by jens »

luneo7

  • Guest
Re: The 19 October 2007 build (4545) is out.
« Reply #15 on: October 21, 2007, 03:04:49 am »
Thanks for the build luneo7 :D. I am wondering whether you use the build yourself as well. If so, do you also have the problem that there is always a complete "Rebuild" happening, even when you select "Build" or just want to start debugging? This is what I experience on an openSUSE 10.3 machine. If you do not have this problem, do you maybe have an idea where it might go wrong in my case?
Thanks!

I didn't realize that.... but it is happening with me too... and I don't have a clue... I looked up the settings... nothing is wrong...  :shock:

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #16 on: October 21, 2007, 03:26:17 pm »
Which version of wxWidgets2.8 do you have installed ?
Every libwx*** package is 2.8.4.0-0.

And which suite of the deb-packages ? testing or unstable ?
Both suite give me the error.

Nevertheless I updated the repo to svn4547, but this should not make a difference.
Indeed. Nothing changes, unfortunately!

Offline alchemist

  • Multiple posting newcomer
  • *
  • Posts: 38
    • My Blog
Re: The 19 October 2007 build (4545) is out.
« Reply #17 on: October 21, 2007, 03:50:10 pm »
try this (in console)
Code
G_SLICE=always-malloc codeblocks
Kind Regards,
Xavier Miller.
http://xaviermiller.be

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #18 on: October 21, 2007, 04:16:20 pm »
try this (in console)
Code
G_SLICE=always-malloc codeblocks
Damn, that works very well !
What is this magic variable ?

Thank you :)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 19 October 2007 build (4545) is out.
« Reply #19 on: October 21, 2007, 04:26:45 pm »
This inhibits glibc from doing some extra-tests.

Something similar does this:

Have a look here (I googled a little bit today).
You can try
Code
MALLOC_CHECK_=1 codeblocks
from console.
The error messages should still be there, but codeblocks should not crash.
Of course that's not the solution, only a (maybe dangerous) workaround.


Can you post the output from
Code
ldd -v /usr/bin/codeblocks
.
So I can try to look for different shared libraries.
Which debian-suite do you use on your system ?
Is it a "clean" system or is it a mix (like mine) ?
Are there any special repositories you use (inspite of mine and ap.tt-solutions), especially for glib2 or wxWidgets.

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #20 on: October 21, 2007, 05:06:52 pm »
You can try
Code
MALLOC_CHECK_=1 codeblocks
from console.
The error messages should still be there, but codeblocks should not crash.
Indeed, it doesn't :)

Can you post the output from
Code
ldd -v /usr/bin/codeblocks
.
So I can try to look for different shared libraries.
Ouch, have fun!
Code
        linux-gate.so.1 =>  (0xffffe000)
        libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c29000)
        libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb7ba3000)
        libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb7b87000)
        libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7b6f000)
        libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0xb7b66000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb7b58000)
        libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb7b55000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0xb7b4d000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb7b46000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb7b3d000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb7b38000)
        libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb7afb000)
        libcairo.so.2 => /usr/lib/libcairo.so.2 (0xb7a85000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7a16000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7a00000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb79d5000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb79b2000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb79aa000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb78be000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb7882000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb787d000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb77dd000)
        libcodeblocks.so.0 => /usr/lib/libcodeblocks.so.0 (0xb72d7000)
        libwx_gtk2u_aui-2.8.so.0 => /usr/lib/libwx_gtk2u_aui-2.8.so.0 (0xb7286000)
        libwx_gtk2u_xrc-2.8.so.0 => /usr/lib/libwx_gtk2u_xrc-2.8.so.0 (0xb71f3000)
        libwx_gtk2u_qa-2.8.so.0 => /usr/lib/libwx_gtk2u_qa-2.8.so.0 (0xb71d2000)
        libwx_gtk2u_html-2.8.so.0 => /usr/lib/libwx_gtk2u_html-2.8.so.0 (0xb7135000)
        libwx_gtk2u_adv-2.8.so.0 => /usr/lib/libwx_gtk2u_adv-2.8.so.0 (0xb7075000)
        libwx_gtk2u_core-2.8.so.0 => /usr/lib/libwx_gtk2u_core-2.8.so.0 (0xb6d03000)
        libwx_baseu_xml-2.8.so.0 => /usr/lib/libwx_baseu_xml-2.8.so.0 (0xb6cf9000)
        libwx_baseu_net-2.8.so.0 => /usr/lib/libwx_baseu_net-2.8.so.0 (0xb6ccb000)
        libwx_baseu-2.8.so.0 => /usr/lib/libwx_baseu-2.8.so.0 (0xb6b75000)
        libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb6b5e000)
        libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb6b5a000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb6a6f000)
        libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb6a4a000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6a3e000)
        libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb68f6000)
        libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0xb68f3000)
        libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0xb68f0000)
        libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb68c3000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xb68bf000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb689f000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb689a000)
        libpcre.so.3 => /usr/lib/libpcre.so.3 (0xb6874000)
        libgstreamer-0.10.so.0 => /usr/lib/libgstreamer-0.10.so.0 (0xb67d4000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb66b7000)
        libgconf-2.so.4 => /usr/lib/libgconf-2.so.4 (0xb6685000)
        libORBit-2.so.0 => /usr/lib/libORBit-2.so.0 (0xb6634000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb6630000)
        libgstinterfaces-0.10.so.0 => /usr/lib/libgstinterfaces-0.10.so.0 (0xb6626000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0xb661d000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb65fe000)
        libtiff.so.4 => /usr/lib/libtiff.so.4 (0xb65aa000)
        /lib/ld-linux.so.2 (0xb7fc0000)
        librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb65a0000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0xb6589000)

        Version information:
        /usr/bin/codeblocks:
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libwx_gtk2u_qa-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_qa-2.8.so.0
                libwx_gtk2u_adv-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_adv-2.8.so.0
                libwx_gtk2u_aui-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_aui-2.8.so.0
                libpthread.so.0 (GLIBC_2.2) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
                libwx_gtk2u_xrc-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_xrc-2.8.so.0
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libwx_gtk2u_html-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_html-2.8.so.0
                libwx_baseu-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu-2.8.so.0
                libwx_gtk2u_core-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_core-2.8.so.0
        /usr/lib/libgtk-x11-2.0.so.0:
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libgdk-x11-2.0.so.0:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libatk-1.0.so.0:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libgdk_pixbuf-2.0.so.0:
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libpangocairo-1.0.so.0:
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
        /usr/lib/libXext.so.6:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libXinerama.so.1:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libXi.so.6:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libXrandr.so.2:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libXcursor.so.1:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libXfixes.so.3:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libpango-1.0.so.0:
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libcairo.so.2:
                libpng12.so.0 (PNG12_0) => /usr/lib/libpng12.so.0
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
        /usr/lib/libfreetype.so.6:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libz.so.1:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libfontconfig.so.1:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libpng12.so.0:
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libXrender.so.1:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libX11.so.6:
                libdl.so.2 (GLIBC_2.1) => /lib/i686/cmov/libdl.so.2
                libdl.so.2 (GLIBC_2.0) => /lib/i686/cmov/libdl.so.2
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libgobject-2.0.so.0:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libgmodule-2.0.so.0:
                libdl.so.2 (GLIBC_2.1) => /lib/i686/cmov/libdl.so.2
                libdl.so.2 (GLIBC_2.0) => /lib/i686/cmov/libdl.so.2
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libglib-2.0.so.0:
                libc.so.6 (GLIBC_2.1.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libcodeblocks.so.0:
                libwx_baseu_xml-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu_xml-2.8.so.0
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libwx_baseu_net-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu_net-2.8.so.0
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libwx_gtk2u_html-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_html-2.8.so.0
                libstdc++.so.6 (CXXABI_1.3.1) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libwx_baseu-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu-2.8.so.0
                libwx_gtk2u_xrc-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_xrc-2.8.so.0
                libwx_gtk2u_core-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_core-2.8.so.0

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #21 on: October 21, 2007, 05:08:02 pm »
Code
        /usr/lib/libwx_gtk2u_aui-2.8.so.0:
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libwx_baseu-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu-2.8.so.0
                libwx_gtk2u_core-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_core-2.8.so.0
        /usr/lib/libwx_gtk2u_xrc-2.8.so.0:
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libwx_baseu_xml-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu_xml-2.8.so.0
                libwx_gtk2u_html-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_html-2.8.so.0
                libwx_gtk2u_adv-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_adv-2.8.so.0
                libwx_baseu-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu-2.8.so.0
                libwx_gtk2u_core-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_core-2.8.so.0
        /usr/lib/libwx_gtk2u_qa-2.8.so.0:
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libwx_baseu_xml-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu_xml-2.8.so.0
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libwx_baseu-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu-2.8.so.0
                libwx_gtk2u_core-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_core-2.8.so.0
        /usr/lib/libwx_gtk2u_html-2.8.so.0:
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libwx_baseu-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu-2.8.so.0
                libwx_gtk2u_core-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_core-2.8.so.0
        /usr/lib/libwx_gtk2u_adv-2.8.so.0:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libpthread.so.0 (GLIBC_2.2) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libgcc_s.so.1 (GLIBC_2.0) => /lib/libgcc_s.so.1
                libwx_baseu-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu-2.8.so.0
                libwx_gtk2u_core-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_gtk2u_core-2.8.so.0
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
        /usr/lib/libwx_gtk2u_core-2.8.so.0:
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libm.so.6 (GLIBC_2.1) => /lib/i686/cmov/libm.so.6
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libpng12.so.0 (PNG12_0) => /usr/lib/libpng12.so.0
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
                libwx_baseu-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu-2.8.so.0
        /usr/lib/libwx_baseu_xml-2.8.so.0:
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libwx_baseu-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu-2.8.so.0
        /usr/lib/libwx_baseu_net-2.8.so.0:
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libc.so.6 (GLIBC_2.1.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libgcc_s.so.1 (GLIBC_2.0) => /lib/libgcc_s.so.1
                libwx_baseu-2.8.so.0 (WXU_2.8) => /usr/lib/libwx_baseu-2.8.so.0
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
        /usr/lib/libwx_baseu-2.8.so.0:
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libdl.so.2 (GLIBC_2.1) => /lib/i686/cmov/libdl.so.2
                libdl.so.2 (GLIBC_2.0) => /lib/i686/cmov/libdl.so.2
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libpthread.so.0 (GLIBC_2.2) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.1) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3.2) => /lib/i686/cmov/libpthread.so.0
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libgcc_s.so.1 (GLIBC_2.0) => /lib/libgcc_s.so.1
                libstdc++.so.6 (GLIBCXX_3.4) => /usr/lib/libstdc++.so.6
                libstdc++.so.6 (CXXABI_1.3) => /usr/lib/libstdc++.so.6
        /lib/i686/cmov/libpthread.so.0:
                ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2
                ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
                ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_PRIVATE) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /lib/i686/cmov/libdl.so.2:
                ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_PRIVATE) => /lib/i686/cmov/libc.so.6
        /usr/lib/libstdc++.so.6:
                ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2
                libgcc_s.so.1 (GLIBC_2.0) => /lib/libgcc_s.so.1
                libgcc_s.so.1 (GCC_3.3) => /lib/libgcc_s.so.1
                libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
        /lib/i686/cmov/libm.so.6:
                ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /lib/libgcc_s.so.1:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2.4) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #22 on: October 21, 2007, 05:08:47 pm »
Code
        /lib/i686/cmov/libc.so.6:
                ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
                ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2
                ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
        /usr/lib/libXcomposite.so.1:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libXdamage.so.1:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libpangoft2-1.0.so.0:
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libXau.so.6:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libexpat.so.1:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libXdmcp.so.6:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libpcre.so.3:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libgstreamer-0.10.so.0:
                libdl.so.2 (GLIBC_2.0) => /lib/i686/cmov/libdl.so.2
                libpthread.so.0 (GLIBC_2.2) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libxml2.so.2:
                libdl.so.2 (GLIBC_2.1) => /lib/i686/cmov/libdl.so.2
                libdl.so.2 (GLIBC_2.0) => /lib/i686/cmov/libdl.so.2
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libgconf-2.so.4:
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libORBit-2.so.0:
                libpthread.so.0 (GLIBC_2.2) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libgthread-2.0.so.0:
                librt.so.1 (GLIBC_2.2) => /lib/i686/cmov/librt.so.1
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libpthread.so.0 (GLIBC_2.1) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.3.2) => /lib/i686/cmov/libpthread.so.0
        /usr/lib/libgstinterfaces-0.10.so.0:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libSM.so.6:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libjpeg.so.62:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libtiff.so.4:
                libm.so.6 (GLIBC_2.0) => /lib/i686/cmov/libm.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
        /lib/i686/cmov/librt.so.1:
                ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
                libpthread.so.0 (GLIBC_2.1) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.2) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_PRIVATE) => /lib/i686/cmov/libpthread.so.0
                libpthread.so.0 (GLIBC_2.0) => /lib/i686/cmov/libpthread.so.0
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.2) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_PRIVATE) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6
        /usr/lib/libICE.so.6:
                libc.so.6 (GLIBC_2.1.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.1) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.3) => /lib/i686/cmov/libc.so.6
                libc.so.6 (GLIBC_2.0) => /lib/i686/cmov/libc.so.6

Which debian-suite do you use on your system ?
Is it a "clean" system or is it a mix (like mine) ?
My Debian is a pure Sid suite.

Are there any special repositories you use (inspite of mine and ap.tt-solutions), especially for glib2 or wxWidgets.
There are my unofficial repositories, but I don't think there is any trouble maker in it:
Code
#wxWidgets
deb http://apt.tt-solutions.com/debian/ etch main

#Compiz
deb http://download.tuxfamily.org/shames/debian-sid/desktopfx/snapshot/ ./

#Emesene
deb http://apt.emesene.org/ ./
deb-src http://apt.emesene.org/ ./

#Code::Blocks
deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main


Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 19 October 2007 build (4545) is out.
« Reply #23 on: October 21, 2007, 06:15:50 pm »
We have the same versions of libs codeblocks uses, inspite of one: I have also "libxcb1" and "libxcb-xlib0" installed. But I don't think that makes a difference.
You can of course install them and see if this makes a difference.

By the way you should replace "lenny" with "unstable" for my repo, even if both versions work (for me) or have errors (for you).

At the moment I don't have any idea what's wrong with your install.

As workaround you can use codeblocks without glibc's extra tests.

Offline tvaster

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 19 October 2007 build (4545) is out.
« Reply #24 on: October 21, 2007, 11:44:50 pm »
Did something happen to wxSmith?

Resources placed into a wxFrame or Dialog box (ie buttons and TextCtrls) do not appear in the Frame or Dialog after building.
wxDialog box or wxFrame appear empty when run.  No compile or link errors.

A brand newly created project has the same problem.  Problem experienced with SVN 4546, then built new C::B SVN 4547. Still the same.

SUSE 10.2 - 2.8.4

EDIT - Found my problem - did not use sizer and resources were placed outside the viewing range of Frame or Dialog box.

Fred V.
« Last Edit: October 22, 2007, 04:07:50 pm by tvaster »

rafael

  • Guest
Re: The 19 October 2007 build (4545) is out.
« Reply #25 on: October 22, 2007, 05:38:36 am »
  • wxSmith: Fixed bug when generating event handler by double-clicking on item

Just wanted to say thank you very much, that bug was really annoying! :P

Offline Rye

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 19 October 2007 build (4545) is out.
« Reply #26 on: October 22, 2007, 07:23:18 am »
Does anybody plan on fixing the 'forced rebuild on compile' bug anytime soon as it is really starting to piss me off :(.

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #27 on: October 22, 2007, 09:13:10 am »
We have the same versions of libs codeblocks uses, inspite of one: I have also "libxcb1" and "libxcb-xlib0" installed. But I don't think that makes a difference.
You can of course install them and see if this makes a difference.

By the way you should replace "lenny" with "unstable" for my repo, even if both versions work (for me) or have errors (for you).

At the moment I don't have any idea what's wrong with your install.

As workaround you can use codeblocks without glibc's extra tests.

No problem. I'll notify if something changes.
Thanks!

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 19 October 2007 build (4545) is out.
« Reply #28 on: October 22, 2007, 02:48:43 pm »
Does anybody plan on fixing the 'forced rebuild on compile' bug anytime soon as it is really starting to piss me off :(.
As far as I'm aware, none of the developers are able to reproduce the problem; this makes fixing the bug much harder. Has an informative, detailed bug report been filed?
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: The 19 October 2007 build (4545) is out.
« Reply #29 on: October 24, 2007, 05:01:01 pm »
Does anybody plan on fixing the 'forced rebuild on compile' bug anytime soon as it is really starting to piss me off :(.
As far as I'm aware, none of the developers are able to reproduce the problem; this makes fixing the bug much harder. Has an informative, detailed bug report been filed?

I do not know about a detailed bug report, but I 'm not sure how to exactly file one because effectively nothing is crashing, only some unexpected behavior occurs. In my situation, the problems started after I upgraded my openSUSE 10.2 machine to openSUSE 10.3.
Could it be that the problems are related to this upgrade (several libraries and gcc have been upgraded to newer versions)? If none of the developers are using openSUSE 10.3 this could maybe explain things......
I did notice at least an upgrade of gcc to 4.2.1. Probably many more libraries are updated but currently I do not have access to a 10.2 installation in order to compare the versions of the installed libraries :?

I did try to use the gcc 4.1.3 binaries which seem to be installed in parallel to 4.2.1. Using these with the builds of luneo7 did however not make any difference at all (maybe because he used gcc 4.2.1 to build it???, just a wild guess) and the following things happen:
- starting a debug session or performing a plain build both  always results in a complete rebuild (including recompiling the precompiled header etc.)
- when the debugger is started (according to the messages in "the debugger window") the dialog window saying: "The 'Code::Blocks default' has changed. Do you want to save it? " appears, even though the Debug build target is used.

I know that this is a bad "bug report", but I just tried to describe things a bit more elaborately.

Offline Rye

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 19 October 2007 build (4545) is out.
« Reply #30 on: October 28, 2007, 08:58:00 am »
I'm pretty sure it is a problem with openSUSE 10.3 and not Code::Blocks as i also started getting this problem right after upgrading to 10.3, i set up a virtual machine with 10.2 to test against Code::Blocks svn build 4565 and its all tea and biscuits.

A bug report needs to be sent to the openSUSE development team, but that would require some hard facts about the problem (i.e. an actual bug report) which i wouldn't have the faintest clue how to get or where to start looking.

Offline three_minute_hero

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 19 October 2007 build (4545) is out.
« Reply #31 on: October 28, 2007, 06:25:09 pm »
Sigh… I really must be unlucky, I got this bug ('forced rebuild on compile') too.

It's really hard to report it indeed…
My gcc is 4.2.1 too (under Debian).

I don't have any problem under Gentoo where gcc version is older (I'll reboot to make it clear).

*rebooting*

Indeed, my Gentoo's gcc version is 4.1.2.
That said, Code::Blocks version is 1.0_pre20070618, thus it's really hard to say which of CB or gcc is incriminated…
« Last Edit: October 28, 2007, 06:38:15 pm by three_minute_hero »

Offline Auria

  • Almost regular
  • **
  • Posts: 152
Re: The 19 October 2007 build (4545) is out.
« Reply #32 on: October 28, 2007, 07:47:02 pm »
Perhaps try older and newer revisions of C::B, if you every find it used not to happen and later started happening you can do a revision search