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

Ethereal-dev: [Ethereal-dev] Access violation failure on exit with VC++ Debugger?

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

From: "Lars Ruoff" <lars.ruoff@xxxxxxxxxxxxxxxxxx>
Date: Thu, 25 Sep 2003 14:15:14 +0200
Wondering about the following behaviour:
When debugging with MS Visual C++6, i get an access violation failure on
exit:
gtk/main.c (2443): in function main: gdk_window_get_size(top_level->window,
&top_width, &top_height);
top_level->window points to somewhere in deep space.

happens only when debugging ("Go" command from IDE).

(Ethereal 0.9.15, GTK+1.3.0, GLib 1.3.2, Windows 2000 SP4)
any ideas?
Lars