Ethereal-dev: Re: [Ethereal-dev] Ethereal 0.10.3 - bad behavior when user disconnects from des

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

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Thu, 13 May 2004 16:06:24 +0200
Chris Dunn wrote:

To whom it may concern,

I'm not sure how to report a bug so I'm emailing here...
That's the right place to report here :-)

There appears to be a bug that occurs when Ethereal is used with "update
list of packets in real time" and the user "disconnects" from a user session
in Windows XP. Examples of disconnecting are when switching users or when
disconnecting while using Remote Desktop. In either case when the user
returns to the desktop running Ethereal, the program displays a command
window with the following message displayed numerous times:

<Ethereal.exe:2464>: Gdk-WARNING **:
gdkdrawable-win32.c:gdk_win32_draw_rectangle:355: Rectangle failed: Access
is denied.

Presumably, Ethereal is having a problem drawing while the user has
disconnected. Perhaps a simple solution is to trap this error and ignore it.

When the user returns, the program seems to function normally. But the
command window is an annoyance, and closing it will terminate the program.

Chris

I see similar messages, when putting my notebook into suspend mode and resuming again (it's enough to have the program started to get this).

These messages coming from GTK, the GUI library Ethereal uses, presumably the win32 port of it.

I will add a preference setting, which configures the opening of this command window. This won't fix the problem, but reduces the annoyance of the command window.

Regards, ULFL