Ethereal-dev: Re: [Ethereal-dev] Patch for crash in main.c on Win2K

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 26 Oct 2003 15:05:08 -0800
On Sat, Oct 25, 2003 at 10:08:54PM -0700, Dinesh G Dutt wrote:
> With the latest source checked out, I ran into a crash in main.c which got
> fixed by this patch.

What's the stack trace from the crash, and how did you produce it?
That's a "can't happen" crash, except perhaps if you're editing your
preferences - the argument passed to "boldify()" should never *be* null.
(prefs.gui_font_name is initialized to point to a string, so even if
there's no font name in your preferences file, it should be set.)