ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [ethereal-dev] core dump on ver 0.8.0

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: Thu, 30 Dec 1999 10:42:40 -0600
On Thu, Dec 30, 1999 at 10:12:41AM -0600, Kent Berggren wrote:
> 
> 
> Hi
> Me ethereal vers 0.8.0 is core dumping
> have a nice day
> Kenta
> 
> 
> #0  0x401207da in undraw_cursor ()
> (gdb) backtrace
> #0  0x401207da in undraw_cursor ()
> #1  0x4011b48d in gtk_text_adjustment ()

This is a bug in GTK+ 1.2.x, where 3 < x <= 6.

The patch for GTK+ is at
http://ethereal.zing.org/lists/ethereal-dev/199912/msg00312.html

If GTK+-1.2.7 is delayed, perhaps we should bundle a patched
GtkText with Ethereal. And rename our GtkText and GtkCList widgets
to avoid the AIX name-clashing problem.

--gilbert