http://bugzilla.spamassassin.org/show_bug.cgi?id=3446
------- Additional Comments From [EMAIL PROTECTED] 2004-05-30 10:30 -------
Subject: Re: spamd locks up randomly
On Sun, May 30, 2004 at 10:11:37AM -0700, [EMAIL PROTECTED] wrote:
> The cute "futex" seems to be threading-related. Did you (or your packager)
> build your Perl with threading enabled? We had some problems with threading-
> enabled Perls before which in the end always led to a borked Perl. (AFAIK
> threading can be considered broken in Perl, at least in 5.6.x.)
Hrm. Well, a perl -V results in:
config_args='-des -Doptimize=-O2 -march=i386 -mcpu=i686 -Dcc=gcc
-Dcf_by=Red Hat, Inc.
-Dcccdlflags=-fPIC -Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux
-Dvendorprefix=/usr
-Dsiteprefix=/usr -Uusethreads -Uuseithreads -Uuselargefiles -Dd_dosuid
-Dd_semctl_semun -Di_db -Di_ndbm
-Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm
-Dinc_version_list=5.6.0/i386-linux 5.6.0'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
there's the -Uusethreads which leads to usethreads=undef, so I would
guess no threads.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.