Ethereal-users: Re: [Ethereal-users] installing problem

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 26 Sep 2001 15:39:45 -0700 (PDT)
> Hi.
> I've just installed ethereal 0.8.19 (from the rpms ethereal-base-0.8.19-1, 
> ethereal-gtk+-0.8.19-1, ethereal-kde-0.8.19-1, ethereal-usermode-0.8.19-1); 
> all the deps are solved.When I try to launch the program I get this error 
> message: "
> ** ERROR **: file packet.c: line 287 (dissector_add): assertion failed: 
> (sub_dissectors)
> aborting...
> Abortito (core dumped)"!!!

If you don't already have GDB installed, install it.

Then check whether there's a file "core" in the current directory (there
should be).

If so, then find the pathname of the Ethereal binary (i.e., where it was
installed), and do

	gdb {pathname of Ethereal} core

and then, when GDB prints its "(gdb)" prompt, type "backtrace", and mail
to "ethereal-dev@xxxxxxxxxxxx" the output it prints.