segfaults with cyrus-imapd 3.0.9 on latest arch linux

Jason L Tibbitts III tibbs at math.uh.edu
Tue Mar 19 14:47:15 EDT 2019


>>>>> "AP" == Andreas Piesk <a.piesk at mailbox.org> writes:

AP> Hello list, i'm trying to get cyrus-imapd 3.0.9 (testet 3.0.8 too)
AP> running on latest arch linux. Here's the configure summary:

AP> External dependencies: ldap: no openssl: yes zlib: yes pcre: yes

AP> #6 0x00007fc4aa385050 re_acquire_state_context (libc.so.6)
AP> #7 0x00007fc4aa3907d4 re_compile_internal (libc.so.6)
AP> #8 0x00007fc4aa391511 regcomp (libc.so.6)

You have pcre enabled but you are calling glibc regex functions.  You
may wish to double check that you are linking properly.  Fedora went
through a similar issue a while back when --Wl,--as-needed was added to
the default set of compiler flags, which caused subtle variations in the
link order.  The end result was that Fedora picked up a set of pcre
patches similar to what some other distros have to avoid duplicating the
glibc symbol names.

 - J<


More information about the Info-cyrus mailing list