Ethereal-dev: Re: [Ethereal-dev] Ethereal 0.9.2 on FreeBSD 4.3 with Gnome is killing my win

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: Wed, 6 Mar 2002 13:02:10 -0800
On Thu, Mar 07, 2002 at 08:17:07AM +1030, Richard Sharpe wrote:
> I am working on some plug-ins and find it disconcerting that if I start 
> up ethereal three or four times in a row, it kills my Windows manager.

Probably a window manager bug, although it might be interesting to know
what Ethereal's doing to provoke it.

What window manager are you using?

> Messages I get on the console that I started X under are:
> 
> Gtk-WARNING ... gtk_signal_disconnected_by_data(): ...

It's probably "gtk_signal_disconnect_by_data()" - in fact, it's probably

	gtk_signal_disconnect_by_data(): could not find handler
	    containing data (0xXXXXXXXX)

for some value of XXXXXXXX.

> Has anyone seen this before?

I haven't.