Re: Core Dump with checkbox
- From: Havoc Pennington <hp redhat com>
- To: "Douglas G. Phillips" <csdgp parallelpanther eiu edu>
- Cc: gnome-devel-list gnome org
- Subject: Re: Core Dump with checkbox
- Date: 29 Apr 2001 23:44:56 -0400
"Douglas G. Phillips" <csdgp parallelpanther eiu edu> writes:
> Gtk-CRITICAL **: file gtkbox.c: line 332 (gtk_box_pack_start): assertion
> `child->parent == NULL' failed.
This means a widget was added to a container (a GtkBox apparently)
when it was already inside some other container.
Run the app in gdb with --g-fatal-warnings:
$ gdb ./myapp
(gdb) run --g-fatal-warnings
Then it will stop in gdb at the warning, and you can get a backtrace.
> I haven't gotten deep enough into gnome programming to figure out what is
> going on, but I know that I have the code correct as on the website.
The tutorial is just giving you an example of how to debug GTK
code. ;-)
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]