Code::Blocks Forums

User forums => Help => Topic started by: Trigve on December 03, 2006, 11:30:57 pm

Title: codeblocks Abort trap: 6
Post by: Trigve on December 03, 2006, 11:30:57 pm
Hi,

I have som problem with codeblocks on freebsd...When I want to create new project or open old one, the codeblocks crash with this output
When creating new project, cb crash when i Hit save button od project creation dialog...project is saved but cb crash
When opening existing project, cb crash immediately...
Code
** (codeblocks:61476): CRITICAL **: clearlooks_style_draw_focus: assertion `height >= -1' failed

(codeblocks:61476): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed

Gtk-ERROR **: file gtkcontainer.c: line 2447 (gtk_container_propagate_expose): assertion failed: (child->parent == GTK_WIDGET (container))
aborting...
Abort trap: 6

I'm using freebsd 6.1, cb 1.0rc2.

anyone know where the problem is?

thanks

Trigve
Title: Re: codeblocks Abort trap: 6
Post by: Pecan on December 04, 2006, 12:52:34 am
Look at the nightly builds. They're much more stable than the old RC2.
http://forums.codeblocks.org/index.php?board=20.0
Nightly builds
Title: Re: codeblocks Abort trap: 6
Post by: Trigve on December 04, 2006, 10:40:40 am
Hi,

Thanks for reply...but nightly builds are made only for windows platform...so maybe I can check-out svn repository..

thanks

Trigve
Title: Re: codeblocks Abort trap: 6
Post by: afb on December 04, 2006, 12:57:17 pm
Thanks for reply...but nightly builds are made only for windows platform...

Actually the nightlies are made for a few other platforms too, but not FreeBSD.

Check out Code::Blocks wiki: Installing_Code::Blocks_from_source_on_FreeBSD (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_FreeBSD)
Title: Re: codeblocks Abort trap: 6
Post by: Trigve on December 05, 2006, 11:54:55 am
Thanks,

I've compiled it from svn and it works a lot of better than RC2.

Trigve
Title: Re: codeblocks Abort trap: 6
Post by: Trigve on December 09, 2006, 01:09:11 pm
Hi,

So I've installed codeblocks from svn, but another problem popup...after installing codeblocks my gnome is very slow...when I'm logging in, it takes 1.5 min to log in that I can use gnome, and when I want open the second tab in gnome-terminal it takes 10-20 s to open it..

When it first happens I was hoping that some gnome components was out-of-date...and after updating all the system, everything was working fine...and today I have checkout svn, compiled and installed...and it come once again so I'm near sure that problem is somewhere in codeblocks and/or wxwidgets... or I don't know:)

Anyway...that abort trap:6 is thrown  when I install codecompletion plugin...

thanks

Trigve