Ethereal-dev: [Ethereal-dev] Enabled protocols bug

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

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Wed, 17 Dec 2003 11:52:15 +0100
I found a bug in the Enabled Protocols dialog. If you click on the "Status"
column, Ethereal is seemingly computing something but it takes 20 seconds to
complete, and tons (13972 to be precise) of GLib-GObject-CRITICAL messages
appear on the console window:

(ethereal:732): GLib-GObject-CRITICAL **:
file gvaluetypes.c: line 613 (g+_value_get_int):
assertion G_VALUE_HOLDS_INT (value) failed

I think we're using a boolean in the column but the sort function expects
some sort of integer value... Anyway, the rows then are rendered in an
almost random order and definitely not with disabled first and enabled last
or vice versa.

FWIW I use GLib/Gtk+ version 2.2.1.

Regards,

Olivier