Code::Blocks Forums

User forums => Help => Topic started by: fengshuo on December 10, 2014, 07:36:17 pm

Title: please help me about this issue,codeblock stucked at this step
Post by: fengshuo on December 10, 2014, 07:36:17 pm
[root@localhost lib]# codeblocks
Initialize EditColourSet .....
Initialize EditColourSet: done.
Loading menubar...
CodeCompletion: loaded
ScriptedWizard: loaded
Debugger: loaded
ToDoList: loaded
ClassWizard: loaded
ProjectsImporter: loaded
FilesExtensionHandler: loaded
AStylePlugin: loaded
Compiler: loaded
OpenFilesList: loaded
Abbreviations: loaded
OccurrencesHighlighting: loaded
Autosave: loaded
Code completion plugin activated
Project wizard added for 'Empty project'
Project wizard added for 'Fortran application'
Project wizard added for 'Fortran library'
Project wizard added for 'Fortran DLL'
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 'Matlab project'
Project wizard added for 'OpenCV 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 'SFML project'
Project wizard added for 'Static library'
Project wizard added for 'Shared library'
Project wizard added for 'wxWidgets project'
Build-target wizard added for 'Console'
Build-target wizard added for 'Static library'
Build-target wizard added for 'wxWidgets'
Project wizard added for 'ARM Project'
Project wizard added for 'AVR Project'
Project wizard added for 'TriCore Project'
Project wizard added for 'PowerPC Project'
Project wizard added for 'MCS51 Project'
File(s) wizard added for 'Empty file'
File(s) wizard added for 'C/C++ source'
File(s) wizard added for 'C/C++ header'
File(s) wizard added for 'Fortran source'
Scripted wizard plugin activated
Debugger plugin activated
Todo List plugin activated
Class wizard plugin activated
Foreign projects importer plugin activated
Files extension handler plugin activated
Source code formatter (AStyle) plugin activated
Added compiler "GNU GCC Compiler"


and it can not pass this step,and be  stucked,and i can not figure out why....
Title: Re: please help me about this issue,codeblock stucked at this step
Post by: oBFusCATed on December 10, 2014, 09:33:37 pm
What happens if you run codeblocks -ns?
Also running as root is not very recommended:)
Title: Re: please help me about this issue,codeblock stucked at this step
Post by: fengshuo on December 11, 2014, 03:01:52 am
What happens if you run codeblocks -ns?
Also running as root is not very recommended:)

 T  T ,same result!
Title: Re: please help me about this issue,codeblock stucked at this step
Post by: fengshuo on December 11, 2014, 03:07:46 am
What happens if you run codeblocks -ns?
Also running as root is not very recommended:)
it seems that the codeblocks can not load the compiler
Title: Re: please help me about this issue,codeblock stucked at this step
Post by: oBFusCATed on December 11, 2014, 10:22:53 am
What happens if you run cb under gdb: gdb /usr/bin/codeblocks

and then when cb gets stuck just press ctrl-c and type bt?
What is the output of the bt command?