two bugs in 1.6.0

Richard Braakman dark@xs4all.nl
Thu, 14 Jun 2001 09:31:46 +0300


On Wed, Jun 13, 2001 at 10:22:21PM -0700, Rob Walker wrote:
> ps.  what would you look for in that file?  do you have some perl
>      scripts to parse it and make it less painful to dig through? 

I tend to use less and grep for it myself :)

I only have a single hint to offer here: look for libraries that are
compiled without optimization, particularly if they were unoptimized
on the machine where gnucash was compiled, and are optimized on the
machine where gnucash runs.

I've run into a similar problem with stat before, you see.
(http://bugs.debian.org/35049)  I've heard that it's since
been fixed in glibc, but this report looks awfully familiar :-)
Maybe gnucash was compiled with a glibc that hasn't been
fixed yet, or something.

Richard Braakman