Displaying 20 results from an estimated 300 matches similar to: "imap segfault in libc.so with CLucene FTS backend enabled"
2012 Sep 16
2
clucene build warnings?
Hi all/Timo,
Is clucene still the best/recommended method for enabling full text search?
Although I haven't enabled FTS yet, I plan on doing sometime in the
future, and was going to be using clucene, but before I do, I'd like to
see if I need to worry about an issue I've been seeing ever since I
first installed clucene (and still get every time it is upgraded)...
I run gentoo
2012 Dec 04
1
clucene (in)stability
Considering two crashing bugs, which have got no response
(https://sourceforge.net/tracker/?func=detail&aid=3587525&group_id=80013&atid=558446
and
https://sourceforge.net/tracker/?func=detail&aid=3592291&group_id=80013&atid=558446)
and the lack of activity in its Git repository, I am inclined to think
that CLucene's current release series (e.g. 2.3.3.4) should be
2019 Oct 02
1
Doveadm error during store - segfault clucene
Hi,
during the store of the messages, I find the following doveadm errors:
2019-10-02 09:22:19 auth: Debug: ldap(test.pop at test.xxx.it,10.11.47.60<mailto:test.pop at test.xxx.it,10.11.47.60>): result: mailMessageStore=1/1/2/0/8/7/2/1120872_91093 mailQuota=52428800; mailQuota,mailMessageStore unused
2019-10-02 09:22:19 auth: Debug: ldap(test.pop at
2012 Dec 23
1
clucene-config.h location
By deafult, CLucene installs the clucene-config.h header
to /usr/lib/CLucene, but fts-lucene tries to include it
from /usr/include/CLucene and fails. Here is how it is fixed in Fedora,
for instance:
sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags
libclucene-core)|" src/plugins/fts-lucene/Makefile.in
Indeed, Lucene's pkgconfig file reflects the fact that some
2019 Mar 31
0
CentOS Repository broken ?
On Sun, Mar 31, 2019, at 2:30 PM, G?nther J. Niederwimmer via dovecot wrote:
> Hello,
>
> Am Samstag, 30. M?rz 2019, 21:36:12 CEST schrieb Peter via dovecot:
> > On 30/03/19 10:56 PM, Gerald Galster via dovecot wrote:
> > > Maybe there is something wrong with his local yum/repo configuration.
> >
> > I'm tending to agree now.
>
> [ ... ]
>
>
2019 Mar 31
1
CentOS Repository broken ?
Hello,
I download and install it manual, this working now?
waiting for next update to found out, yum is working correct again ;-)
Thanks for answers,
Am Sonntag, 31. M?rz 2019, 13:59:17 CEST schrieb Kostya Vasilyev via dovecot:
> On Sun, Mar 31, 2019, at 2:30 PM, G?nther J. Niederwimmer via dovecot wrote:
> > Hello,
> >
> > Am Samstag, 30. M?rz 2019, 21:36:12 CEST schrieb
2014 Sep 25
0
Indexing of mailf fts clucene aborts
Hi
I am trying lucene to index my email. To create the index, I run the
following command and the indexing aborts:
,----
| 09:42:20 ~$ doveadm -Dv index -u rainerkrug 'RMKrugGMAIL.*'
| doveadm(rainerkrug): Debug: Loading modules from directory: /usr/local/Cellar/dovecot/2.2.13_1/lib/dovecot
| doveadm(rainerkrug): Debug: Module loaded:
2011 Dec 15
1
Building 2.1.rc1 with cluence, but without libstemmer
Hi,
I'm testing out 2.1.rc1, building against clucene 2.3.3.4.
Without libstemmber, the build fails because it attempts to include SnowballAnalyzer.h which is not part of "core" clucene.
Simple patch below to make dovecot 2.1.rc1 build with clucene but without libstemmer (or textcat).
Looking at libstemmer itself, there are multiple versions. The version in clucene is put into
2011 Sep 11
3
2.1: problems compiling fts-lucene - CLucene git version necessary?
Hello!
I have problems recompiling the Debian squeeze auto build packages
with "--with-lecene". Is the git (2.3) version of CLucene necessary?
Debian includes 0.9.21b, which does not work.
Lutz
2019 Sep 16
1
Dovecot 2.3.7.2 lucene segfault and coredump
Hi Stephan,
thanks for your replay.
This is bt full output:
(gdb) bt full
#0 clear (this=0x0) at /usr/src/debug/clucene-core-2.3.3.4/src/core/CLucene/util/VoidMap.h:123
No locals.
#1 lucene::search::FieldSortedHitQueue::_shutdown () at /usr/src/debug/clucene-core-2.3.3.4/src/core/CLucene/search/FieldSortedHitQueue.cpp:60
No locals.
#2 0x00007f7dc5eabe96 in _lucene_shutdown () at
2015 Mar 11
0
FTS search with CLucene giving odd results/exposing config issue
I recently got FTS search with Clucene working on FreeBSD 10.1 (I had some trouble with 9.3, postponed solving it, then restarted with 10.1 by manually installing libtextcat, a listed dependency on http://wiki2.dovecot.org/Plugins/FTS/Lucene, but not part of the FreeBSD makefile: maybe that helped, maybe it was irrelevant).
However, I now get some anomalous results. I'm putting them together
2015 Oct 13
2
Indexing fails with .. FIELDS_INDEX_EXTENSION).c_str() )' failed
Hi,
Mailing list archives suggest that this problem has been fixed in the
older versions itself but I am getting the error still while trying to
doveadm index a large folder of emails. Sometimes it throws error
after 30000, something 40000, the latest it gave up after 111000. But
it just never completes.
111000/322080doveadm:
2015 Oct 13
0
Indexing fails with .. FIELDS_INDEX_EXTENSION).c_str() )' failed
On 13 Oct 2015, at 23:25, Akash <akbwiz+dovecot at gmail.com> wrote:
>
> Hi,
>
> Mailing list archives suggest that this problem has been fixed in the
> older versions itself but I am getting the error still while trying to
> doveadm index a large folder of emails. Sometimes it throws error
> after 30000, something 40000, the latest it gave up after 111000. But
> it
2019 Feb 22
0
new Centos server install yum dependancy error
On Sat, February 23, 2019 12:15 am, Voytek Eymont via dovecot wrote:
> should I just go for "dovecot dovecot-mysql dovecot-pigeonhole" ??
tried :
yum install dovecot dovecot-devel dovecot-mysql dovecot-pigeonhole
and, it installed OK, I guess I don't really need the other ones ?
Dependencies Resolved
2019 Sep 16
0
Dovecot 2.3.7.2 lucene segfault and coredump
Op 16-9-2019 om 11:53 schreef Domenico Pastore via dovecot:
>
> Hi,
>
> I have other information.
>
> I analyzed the core dump:
>
> (gdb) core 22534
> [New LWP 22534]
> Reading symbols from /usr/libexec/dovecot/doveadm-server...Reading
> symbols from
> /usr/lib/debug/usr/libexec/dovecot/doveadm-server.debug...done.
> done.
> [Thread debugging using
2013 Apr 05
2
Problem with fts lucene, on solaris 10
Hi all,
I'm planning to migrate my courier-imap imap server to dovecot, but I'm experiencing a strange issue
with fts-lucene plugin.
Basically, every time I start a search, the log starts to write:
Apr 05 19:30:53 indexer: Error: Indexer worker disconnected, discarding 1 requests for XXXXXX
Apr 05 19:30:53 indexer-worker(XXXXX): Fatal: master: service(indexer-worker): child 809 killed
2019 Sep 16
2
Dovecot 2.3.7.2 lucene segfault and coredump
Hi,
I have other information.
I analyzed the core dump:
(gdb) core 22534
[New LWP 22534]
Reading symbols from /usr/libexec/dovecot/doveadm-server...Reading symbols from /usr/lib/debug/usr/libexec/dovecot/doveadm-server.debug...done.
done.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by
2012 Jun 01
0
Inconsistent search results and crash on force-resync
Hi,
I am seeing inconsistencies in search results (finding 2 emails when only 1
exists, finding the email when it has been moved to another folder, etc).
I figured I should run force-resync to fix any issues. I ran the following:
doveadm -v force-resync -u <user> <mailbox> and I got some worrysome logs.
- I should mention that I have been seeing some crashes of fts-lucene in
my
2012 May 21
1
Failed build with lucene plugin
Hi,
I've tryed build dovecot with the lucene plugin but I have this is output:
/bin/sh ../../../libtool --tag=CXX --mode=compile c++
-DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib
-I../../../src/lib-mail -I../../../src/lib-index
-I../../../src/lib-storage -I../../../src/plugins/fts
-I../../../src/doveadm -I/usr/local/include -I/usr/local/lib -O2
-pipe -fno-strict-aliasing
2019 Feb 22
3
new Centos server install yum dependancy error
Hello Voytek,
the *-devel packages include header files that are only needed if you want to compile something,
they are not needed for running a dovecot server. Likewise the *debuginfo packages, they contain
information that is helpful for debugging dovecot.
Your problem is here:
Error: Package: 2:dovecot-lua-2.3.4.1-1.x86_64 (dovecot-2.3-latest)
Requires: dovecot = 2:2.3.4.1-1