Ethereal-dev: Re: [Ethereal-dev] Re: [Ethereal-users] Segfault in 0.8.12 / 0.8.14

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Fri, 5 Jan 2001 14:08:18 -0800
On Thu, Jan 04, 2001 at 11:29:26PM -0500, John J. LeMay Jr. wrote:
> (gdb) bt
> #0  0x4042e04d in ?? ()
> #1  0x400dcaca in gtk_marshal_NONE__POINTER () from /usr/lib/libgtk-1.2.so.0
> #2  0x401099cc in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
> Cannot access memory at address 0xb

Unfortunately, that backtrace is almost completely devoid of useful
information - for whatever reason, the stack trace dies in the middle of
GTK+, and there's no indication of what routine it ultimately died in,
just some signal handler.

Try doing a "make clean" followed by a "make", and see what happens.