Ethereal-users: Re: [Ethereal-users] Solaris 2.8 Bus Error

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 9 Nov 2002 01:22:39 -0800
On Wed, Nov 06, 2002 at 04:26:03PM -0600, Brian Foddy wrote:
> Update:  I took out all the compile flag optimizations, reconfig and 
> compile and
> no more core dump.  I had -mcpu=ultrasparc as the main optimization.

You didn't also use "-m64", presumably.  (Don't do that unless you know
that *all* the libraries with which you're building Ethereal include
64-bit versions.)

What other optimizations did you use, if any?  Some of them might either
generate buggy code or code that is, for whatever reason, not binary
compatible with the code in one of the libraries (e.g., GTK+).