I've recently emerged "dev-util/codeblocks-1.0_pre20071215" on my SL notebook. Apparently, emerge has set up Code::Blocks correctly showing no errors. After that, I've tried to run Code::Blocks from command line but it crashed after a while. I was able to see the Code::Blocks' logo on screen for a second, but it was all I've got:
- Code: Select all
$ codeblocks
Initialize EditColourSet .....
Initialize EditColourSet: done.
Loading toolbar...
Debugger: loaded
Autosave: loaded
AStylePlugin: loaded
CodeCompletion: loaded
FilesExtensionHandler: loaded
ProjectsImporter: loaded
OpenFilesList: loaded
ToDoList: loaded
ScriptedWizard: loaded
Compiler: loaded
ClassWizard: loaded
Debugger plugin activated
Autosave plugin activated
Source code formatter (AStyle) plugin activated
Code completion plugin activated
Files extension handler plugin activated
Foreign projects importer plugin activated
Open files list plugin activated
To-Do List plugin activated
Project wizard added for 'Empty project'
Project wizard added for 'Console application'
Project wizard added for 'D application'
Project wizard added for 'FLTK project'
Project wizard added for 'GLFW project'
Project wizard added for 'GLUT project'
Project wizard added for 'GTK+ project'
Project wizard added for 'Irrlicht project'
Project wizard added for 'Lightfeather project'
Project wizard added for 'OpenGL project'
Project wizard added for 'Ogre project'
Project wizard added for 'Code::Blocks plugin'
Project wizard added for 'QT4 project'
Project wizard added for 'SDL project'
Project wizard added for 'Static library'
Project wizard added for 'Shared library'
Project wizard added for 'AVR Project'
Project wizard added for 'wxWidgets project'
Build-target wizard added for 'Console'
Build-target wizard added for 'wxWidgets'
File(s) wizard added for 'Empty file'
File(s) wizard added for 'C/C++ source'
File(s) wizard added for 'C/C++ header'
Scripted wizard plugin activated
Added compiler "GNU GCC Compiler"
Parsing stage done (0 total parsed files, 0 tokens in 0 minute(s), 0.0 seconds).
Updating class browser...
Class browser updated.
Added compiler "Intel C/C++ Compiler"
Added compiler "SDCC Compiler"
Added compiler "Tiny C Compiler"
Added compiler "GDC D Compiler"
Added compiler "Digital Mars D Compiler"
Added compiler "GNU ARM GCC Compiler"
Added compiler "GNU AVR GCC Compiler"
Added compiler "GNU GCC Compiler for PowerPC"
Added compiler "GNU GCC Compiler for TriCore"
*** glibc detected *** codeblocks: free(): invalid pointer: 0x000000000151cac0 ***
======= Backtrace: =========
/lib/libc.so.6[0x2acee4f58e0d]
/lib/libc.so.6(cfree+0x76)[0x2acee4f5ab06]
/usr/lib/libwx_gtk2u_core-2.8.so.0[0x2acee3e0a4f0]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN18wxButtonXmlHandler16DoCreateResourceEv+0x22e)[0x2acee35ec3b8]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN20wxXmlResourceHandler14CreateResourceEP9wxXmlNodeP8wxObjectS3_+0x343)[0x2acee360fed5]
/usr/lib/libwx_gtk2u_xrc-2.8.so.0(_ZN13wxXmlResource17CreateResFromNodeEP9wxXmlNodeP8wxObjectS3_P20wxXmlResourceHandler+0x374)[0x2acee3611438]
[...cut...]
I've been searching for some tips on such problem, but found none applicable to this problem (tips found include problems with wxWidgets, wxGTK, compiling problems and others. By the way, wxGTK is installed on my SL box: version 2.8.4.0).
Should I believe crash has something to do with "Added compiler "GNU GCC Compiler for TriCore"?
I would appreciate any help to show me any direction to search.
Thanks in advance!
Marcio.
