Ethereal-users: Re: [ethereal-users] Core dumps random on RedHat 6.1

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Tue, 25 Jan 2000 12:34:03 -0600
On Tue, Jan 25, 2000 at 12:02:15PM -0600, Ismael Sanchez Fernandez wrote:
> 
> 
> Using RH6.1 ethereal core on gtk function:
> 
> Ethereal version:
> thereal 0.8.1, with GTK+ 1.2.6, with libpcap 0.4, with libz 1.1.3, without 
> SNMP
> 
> GDB backtrace:
> #0  0x400ffb6a in undraw_cursor () from /usr/lib/libgtk-1.2.so.0
> (gdb) bt
> #0  0x400ffb6a in undraw_cursor () from /usr/lib/libgtk-1.2.so.0
> #1  0x400fa81d in gtk_text_adjustment () from /usr/lib/libgtk-1.2.so.0
> #2  0x400b8c7d in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
> #3  0x400e636d in gtk_handlers_run () from /usr/lib/libgtk-1.2.so.0
> #4  0x400e57b2 in gtk_signal_real_emit () from /usr/lib/libgtk-1.2.so.0
> #5  0x400e3c29 in gtk_signal_emit_by_name () from /usr/lib/libgtk-1.2.so.0
> #6  0x400fe63a in scroll_int () from /usr/lib/libgtk-1.2.so.0
> #7  0x400fc6eb in find_line_containing_point () from 
> /usr/lib/libgtk-1.2.so.0
> #8  0x400fccd9 in find_cursor () from /usr/lib/libgtk-1.2.so.0
> #9  0x401003c5 in recompute_geometry () from /usr/lib/libgtk-1.2.so.0
> #10 0x400f7c1e in gtk_text_thaw () from /usr/lib/libgtk-1.2.so.0
> #11 0x80e3d68 in packet_hex_print ()


This is likely from a bug in GTK+ version 1.2.3 through 1.2.6.
You can patch your GTK+ installation. See:

http://ethereal.zing.org/lists/ethereal-dev/199912/msg00312.html and
http://www.gnome.org/mailing-lists/archives/gtk-devel-list/1999-October/0051.shtml

Or, you can wait until Ethereal 0.8.2 is released (probably tonight), in
which we have a workaround for that GTK+ bug.

thanks,

--gilbert