Bug #6806 2006-03-18 07:53

netzmeister

Crash when i will add a Tool.

Start CodeBlocks svn #2212 and try to add a Tool.

Menu Tools -> Configure Tools -> Add => Crash..

Look at this..

http://www.source-code.de/codeblocks/bugreports/codeblocks_dbgrpt-6433-20060318T084803.xml

I use Ubuntu Linux 6.04 (AMD X2) with SMP Kernel.

I will try to fix the Bug..

Category
Application::Crash
Group
 
Status
Closed
Close date
2006-03-22 12:38
Assigned to
 
dermeister 2006-03-18 11:04

I can't reproduce this crash here with revision #2199 on gentoo-Linux 2.6.10 and I don't see any changes in the recent revisions that could result in such a crash.

From your crash-report I can see that the crash happens in the constructor of EditToolDlg and some controls are accessed from there. By experience I know that these functions like to crash if the ressource-files are not up-to-date. This can be the case if you did not a clean build, perhaps you did just a svn update && make && sudo make install. But that way the ressource-files are not updated properly (as far as I know). Thus, I recommend running "make clean" and "make clean-zipfiles" before compiling the source.

mandrav 2006-03-22 12:38

Please follow dermeister's advice...