Ethereal-dev: Re: [Ethereal-dev] Ethereal crash on startup (Win32, stack attached)

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: Mon, 19 Sep 2005 10:16:13 +0200
Kaul wrote:

Yes, it happened also after a clean and full make.
Are there some configuration files I need to delete or something as well?

On 9/19/05, *Ulf Lamping* <ulf.lamping@xxxxxx <mailto:ulf.lamping@xxxxxx>> wrote:

    Kaul wrote:

    > merge_tap_menus_layered(_GList * 0x00000000, int 1) line 788 + 3
    bytes
    > merge_all_tap_menus(_GList * 0x00000000) line 880 + 11 bytes
    > menus_init() line 587 + 11 bytes
    > main_menu_new(_GtkAccelGroup * * 0x0012fb38) line 550
    > create_main_window(int 280, int 95, int 75, _e_prefs * 0x010dd360)
    > line 3193 + 9 bytes
    > main(int 0, char * * 0x016d498c) line 2380 + 30 bytes
    > WinMain(HINSTANCE__ * 0x00400000, HINSTANCE__ * 0x00000000, char *
    > 0x00134f66, int 1) line 2578 + 23 bytes
    > ETHEREAL-GTK2! WinMainCRTStartup + 308 bytes
    > KERNEL32! 7c598989()
    >

Not that I know of. It should all be done in menu.c

The NULL pointer in the call to merge_all_tap_menus doesn't look good. Somehow the tap_menu_tree_root is not initialized in register_stat_menu_item(), but I don't know why.

Did you make a distclean / have any subversion conflicted files? You may try to delete the file gtk/ethereal-tap-register.c ...

Regards, ULFL