Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 23:38:22 +0200
From:      Ulrich Grey <usenet@ulrich-grey.de>
To:        freebsd-arm@freebsd.org
Subject:   Re: Raspberry Pi crashes in random()
Message-ID:  <20130925233822.563e344b.usenet@ulrich-grey.de>
In-Reply-To: <201309251442.r8PEgq5J013369@m5p.com>
References:  <201309251442.r8PEgq5J013369@m5p.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 25 Sep 2013 10:42:52 -0400 (EDT)
george+freebsd@m5p.com wrote:

> I'm getting segmentation faults in libc's "random" when called
> from fc-cache and fc-list and friends from the x11/fontconfig
> port.  Is anyone else seeing this?  Would copies of the core
> dumps help?

I had the same problem with fontconfig2 and sylpheed.

This works for me:

/etc/make.conf

USE_GCC=4.2     # 
MAKE_JOBS_UNSAFE=yes
MALLOC_PRODUCTION=yes

CFLAGS=-O0   #!!!
CXXFLAGS=-O0 #!!!
# added by use.perl 2013-09-21 01:05:57
PERL_VERSION=5.14.4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130925233822.563e344b.usenet>