Ethereal-dev: Re: [Ethereal-dev] Bug in "print packet"?

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 2 Apr 2002 11:56:21 -0800
On Tue, Apr 02, 2002 at 12:12:01PM +0200, Tom Uijldert wrote:
> Latest tarball (from 1 April) consistently crashes when hitting ^P (print
> packet) with the following:
> 
> -----
> Gtk-CRITICAL **: file gtkwidget.c: line 1584 (gtk_widget_map): assertion
> `GTK_WIDGET_VISIBLE (widget) == TRUE' failed.
> 
> ** ERROR **: file print.c: line 202 (proto_tree_print_node_text): assertion
> failed: (fi->tree_type >= 0 && fi->tree_type < num_tree_types)
> aborting...

The latter is a bug.  Try the next tarball, if it has "print.c" version
1.45 or later, or the current CVS code.

I don't see the other warning.