Author Topic: codeblocks Abort trap: 6  (Read 7650 times)

Offline Trigve

  • Multiple posting newcomer
  • *
  • Posts: 15
codeblocks Abort trap: 6
« 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

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2769
Re: codeblocks Abort trap: 6
« Reply #1 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

Offline Trigve

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: codeblocks Abort trap: 6
« Reply #2 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

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: codeblocks Abort trap: 6
« Reply #3 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

Offline Trigve

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: codeblocks Abort trap: 6
« Reply #4 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

Offline Trigve

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: codeblocks Abort trap: 6
« Reply #5 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
« Last Edit: December 09, 2006, 08:43:31 pm by Trigve »