Displaying 11 results from an estimated 11 matches similar to: "patch to fix binary attachment indexing"
2014 Jul 24
1
FTS lucene indexer-worker segfaulting
Hi,
I've just set up fts-lucene and when I run searches on my inbox or when
I run the indexer (`doveadm index INBOX`) I get the following segfault.
I've run it multiple times and noticed that the data value is different
each time so I guess it doesn't always crash at the same point.
I'm running dovecot 2.2.13-1 with clucene 2.3.3.4-8 on Arch Linux.
If you need any more
2015 May 10
0
v2.2.17 release candidate released
On 10/05/2015 5:47 PM, Timo Sirainen wrote:
>> How do I go about debugging this further? How do I go about
>> getting a backtrace on what is essentially a child process that
>> doesn't produce a core? (Note that my installation normally does
>> produce cores when it crashes, so there's something different about
>> these indexer processes..)
>
> One
2019 Dec 15
1
Bug: indexer-worker segfaults with fts_xapian 1.2.5
Core was generated by `dovecot/indexer-worker'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f30f7ad056d in __exchange_and_add (__val=-1, __mem=0xfffffffffffffff8)
at /usr/src/debug/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/x86_64-redhat-linux/libstdc++-v3/include/ext/atomicity.h:49
49 { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); }
(gdb) bt full
#0
2015 Jul 29
2
charset-iconv.c panic
Hi,
I have a mailbox where indexing fails with the following error:
# /opt/dovecot2/bin/doveadm -c /tmp/dovecot.conf -o
mail_location=/tmp/skesselring index '*'
doveadm(root): Panic: file charset-iconv.c: line 132 (charset_to_utf8):
assertion failed: (*src_size - pos <= CHARSET_MAX_PENDING_BUF_SIZE)
doveadm(root): Error: Raw backtrace:
2016 May 29
4
fts lucene crashes in 2.2.24
Hi,
I've just enabled FTS via Lucene on my Dovecot 2.2.24 installation but I
see the indexer crashing ?always?.
This simple testcase with a very tiny testing mailbox exposes the issue
immediately:
doveadm -v index -u anmesse INBOX
Program received signal SIGSEGV, Segmentation fault.
rescan_clear_unseen_mailbox (rescan_ctx=rescan_ctx at entry=0x0,
vname=0x555555839820 "INBOX.Testfolder
2015 Sep 07
0
charset-iconv.c panic
On 07/29/2015 04:02 PM, mihaiush wrote:
> Hi,
>
> I have a mailbox where indexing fails with the following error:
>
> # /opt/dovecot2/bin/doveadm -c /tmp/dovecot.conf -o
> mail_location=/tmp/skesselring index '*'
> doveadm(root): Panic: file charset-iconv.c: line 132 (charset_to_utf8):
> assertion failed: (*src_size - pos <= CHARSET_MAX_PENDING_BUF_SIZE)
Is it
2016 Oct 24
0
keent() from Tika - with doveadm
that seems to fix this kevent() problem, but I got the following lucene
assert. Is that because of previous fails?
Also, while I have your attention, is fts_autoindex supposed to work
accross NAMESPACES?
doveadm(mrm): Debug: Mailbox LISTS/vse-l: Opened mail UID=39483 because:
fts indexing
doveadm(mrm): Debug: Mailbox LISTS/vse-l: Opened mail UID=39484 because:
fts indexing
doveadm(mrm): Debug:
2015 May 10
2
v2.2.17 release candidate released
On 10 May 2015, at 06:19, Reuben Farrelly <reuben-dovecot at reub.net> wrote:
>
> I'm now seeing these crashes in the indexing code:
>
> May 10 12:22:32 tornado.reub.net dovecot: master: Dovecot v2.2.17.rc1 (3903badc4ee0+) starting up for imap, lmtp, sieve
> ...
> May 10 13:07:50 tornado.reub.net dovecot: indexer: Error: Indexer worker disconnected, discarding 1
2013 Feb 22
2
High CPU Usage with 2.2
I am seeing a rather high CPU usage with 2.2 now:
last pid: 30725; load averages: 4.58, 27.36,
25.49
up 0+15:36:12 16:02:53
103 processes: 4 running, 98 sleeping, 1 zombie
CPU: 34.5% user, 0.0% nice, 65.4% system, 0.2% interrupt, 0.0% idle
Mem: 602M Active, 1767M Inact, 254M Wired, 6116K Cache, 112M Buf, 490M Free
Swap: 5900M Total, 5900M Free
PID USERNAME THR PRI NICE SIZE
2013 Feb 21
1
Crash in dsync [dovecot 2.1.7]
Just taught i'd report this crash while running the ofllowing command:
19748 Aborted (core dumped) $DSYNC_BINARY -f -u document
backup mdbox:$LOCAL_BACKUP_PATH/emails/document >> $LOG_FILE 2>&1
Here is the traceback I got:
dsync(document): Error: Mailbox INBOX/Julie: Corrupted index, uidvalidity=0
dsync(document): Warning: mdbox
2016 Oct 24
2
keent() from Tika - with doveadm
Hi!
We found some problems with those patches, and ended up doing slightly
different fix:
https://github.com/dovecot/core/compare/3e41b3d%5E...cca98b.patch
Aki
On 24.10.2016 10:17, Aki Tuomi wrote:
> Hi!
>
> Can you try these two patches?
>
> Aki
>
>
> On 24.10.2016 08:48, Aki Tuomi wrote:
>> Ok so that timeval makes no sense. We'll look into it.
>>