Ethereal-dev: [Ethereal-dev] Crash in Preferences, Win32

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

From: Yaniv Kaul <ykaul@xxxxxxxxxxxx>
Date: Wed, 08 Dec 2004 11:16:35 +0200
When going into Preferences, Ethereal crashes:

MSVCRT! 7802745c()
capture_prefs_show() line 122 + 55 bytes
prefs_cb(_GtkWidget * 0x026f5c30, void * 0x00000000) line 585 + 10 bytes


It seems to be crashing on:
    if (prefs.capture_device)
       gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(if_cb)->entry),
           prefs.capture_device);

The object (if_cb) is not null, but does not contain much (the state, saved_state and name are NULL).