Raspberry Pi crashes in random()

Ulrich Grey usenet at ulrich-grey.de
Wed Sep 25 21:39:08 UTC 2013


On Wed, 25 Sep 2013 10:42:52 -0400 (EDT)
george+freebsd at 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


More information about the freebsd-arm mailing list