Ethereal-users: [Ethereal-users] More Panther Problems

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Claude V. Lucas" <claudel@xxxxxxxxx>
Date: Mon, 15 Dec 2003 22:56:37 -0800
Hi all.

I have Ethereal version 0.10.0a from source
OSX 10.3.1 most recent patches
latest GTK (1.2.10-20 ) via Fink

I was able to get beyond my previous build problems by excising
references to the i386 architecture from the various makefiles.

I was able to run ethereal once, and the capture was successful
without signs of the prior GUI crashes, after I upgraded ( downgraded ? )
my GTK via fink update-all I started getting the following when attempting
to launch Ethereal.

# ethereal 

Gtk-WARNING **: gtk_type_create(): type `GtkCList' already exists.
repeated one (1) time

Gtk-CRITICAL **: file gtktypeutils.c: line 337 (gtk_type_class): assertion
`node != NULL' failed.

Gtk-WARNING **: gtk_arg_type_new(): argument class in "GtkCTree::n_columns"
is not in the `GtkObject' ancestry

Gtk-WARNING **: gtk_arg_type_new(): argument class in
"GtkCTree::tree_column" is not in the `GtkObject' ancestry

Gtk-WARNING **: gtk_arg_type_new(): argument class in "GtkCTree::indent" is
not in the `GtkObject' ancestry

Gtk-WARNING **: gtk_arg_type_new(): argument class in "GtkCTree::spacing" is
not in the `GtkObject' ancestry

Gtk-WARNING **: gtk_arg_type_new(): argument class in "GtkCTree::show_stub"
is not in the `GtkObject' ancestry

Gtk-WARNING **: gtk_arg_type_new(): argument class in "GtkCTree::line_style"
is not in the `GtkObject' ancestry

Gtk-WARNING **: gtk_arg_type_new(): argument class in
"GtkCTree::expander_style" is not in the `GtkObject' ancestry

Gtk-CRITICAL **: file gtksignal.c: line 433 (gtk_signal_lookup): assertion
`gtk_type_is_a (object_type, GTK_TYPE_OBJECT)' failed.
repeated five (5) times

Gtk-CRITICAL **: file gtkobject.c: line 357 (gtk_object_class_add_signals):
assertion `GTK_IS_OBJECT_CLASS (class)' failed.

Gtk-CRITICAL **: file gtkbindings.c: line 451 (gtk_binding_set_by_class):
assertion `GTK_IS_OBJECT_CLASS (class)' failed.

Gtk-CRITICAL **: file gtkbindings.c: line 644
(gtk_binding_entry_add_signal): assertion `binding_set != NULL' failed.
repeated thirteen (13) times

Gtk-WARNING **: invalid cast from `GtkCTree' to `GtkObject'

Gtk-WARNING **: gtk_type_create(): type `GtkCList' already exists.

Gtk-CRITICAL **: file gtkclist.c: line 1008 (gtk_clist_construct): assertion
`GTK_IS_CLIST (clist)' failed.
Bus error


Thanks for the past help, and TIA for any insights regarding this latest.


Claude