Displaying 8 results from an estimated 8 matches for "index_mail_cache_add_idx".
2007 Nov 06
1
assertion failed with hg current
...> Nov 6 16:05:35 seba deliver(jh): Raw backtrace: /usr/local/libexec/dovecot/deliver(i_syslog_fatal_handler+0x2b) [0x80bbeab] -> /usr/local/libexec/dovecot/deliver [0x80bbd4c] -> /usr/local/libexec/dovecot/deliver(mail_cache_add+0x2d2) [0x8091da2] -> /usr/local/libexec/dovecot/deliver(index_mail_cache_add_idx+0x69) [0x8085629] -> /usr/local/libexec/dovecot/deliver [0x806f776] -> /usr/local/libexec/dovecot/deliver(mail_storage_copy+0x53) [0x80ab3b3] -> /usr/local/libexec/dovecot/deliver(maildir_copy+0x52) [0x8067802] -> /usr/local/libexec/dovecot/deliver(deliver_save+0xcf) [0x80592df] -> /...
2007 Nov 25
2
imap process killed with signal 11
Hi!
Using the latest cvs from HEAD, I'm experiencing problems after sending
a message and the client is trying upload the message to the
appropriate (Sent/Queue) folder. I get only one error in dovecot.log:
dovecot: Nov 25 14:21:31 Error: child 19554 (imap) killed with signal 11
So my client disconnects, and asks for the password again, and in
dovecot.info I get nothing, but the logs of the
2008 Dec 10
2
assert with zlib and (maybe) fts
Hi,
I compressed a folder with the following script:
...
for i in *.*.*; do
file $i | grep bzip2 >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo "Compress: $i"
cat "$i" | bzip2 -9 > ../tmp/$i
if [ $? -eq 0 ]; then
mv ../tmp/$i $i
fi
else
2008 Jul 03
2
assertion failed: (seq >= t->first_new_seq && seq <= t->last_new_seq)
Hi guys,
Anyone know what this error with deliver is (v1.1.1)?
2008-07-03T09:45:19+01:00 mail4 deliver(alexander): Panic: file
mail-index-transaction.c: line 642 (mail_index_transaction_lookup):
assertion failed: (seq >= t->first_new_seq && seq <= t->last_new_seq)
Seen a few of these this morning.
Mark
--
Mark Zealey -- Shared Hosting Team Leader
Product Development *
2019 May 24
2
Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)
...mail-cache-transaction.c:609
#8 mail_cache_header_add_field (field_idx=15, ctx=0x55555583d960) at mail-cache-transaction.c:690
#9 mail_cache_add (ctx=0x55555583d960, seq=1, field_idx=field_idx at entry=15, data=0x7ffff773ba56, data_size=0) at mail-cache-transaction.c:739
#10 0x00007ffff76eafdc in index_mail_cache_add_idx (mail=mail at entry=0x55555583e2f8, field_idx=field_idx at entry=15, data=data at entry=0x7ffff773ba56, data_size=data_size at entry=0) at index-mail.c:621
#11 0x00007ffff76e8969 in index_mail_parse_header_finish (mail=<optimized out>) at index-mail-headers.c:132
#12 index_mail_parse_header (...
2019 May 24
0
Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)
...saction.c:609
> #8 mail_cache_header_add_field (field_idx=15, ctx=0x55555583d960) at mail-cache-transaction.c:690
> #9 mail_cache_add (ctx=0x55555583d960, seq=1, field_idx=field_idx at entry=15, data=0x7ffff773ba56, data_size=0) at mail-cache-transaction.c:739
> #10 0x00007ffff76eafdc in index_mail_cache_add_idx (mail=mail at entry=0x55555583e2f8, field_idx=field_idx at entry=15, data=data at entry=0x7ffff773ba56, data_size=data_size at entry=0) at index-mail.c:621
> #11 0x00007ffff76e8969 in index_mail_parse_header_finish (mail=<optimized out>) at index-mail-headers.c:132
> #12 index_mail_pars...
2020 Jan 10
0
Panic: file mail-index-util.c: line 10 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000)
...mail-cache-transaction.c:609
#8 mail_cache_header_add_field (field_idx=15, ctx=0x555555855330) at mail-cache-transaction.c:690
#9 mail_cache_add (ctx=0x555555855330, seq=1, field_idx=field_idx at entry=15, data=0x7ffff773b6d6, data_size=0) at mail-cache-transaction.c:739
#10 0x00007ffff76ea82c in index_mail_cache_add_idx (mail=mail at entry=0x555555869f18, field_idx=field_idx at entry=15, data=data at entry=0x7ffff773b6d6, data_size=data_size at entry=0) at index-mail.c:631
#11 0x00007ffff76e8139 in index_mail_parse_header_finish (mail=<optimized out>) at index-mail-headers.c:132
#12 index_mail_parse_header (...
2020 Jul 27
2
Crash during "doveadm import"
...mail-cache-transaction.c:609
#8 mail_cache_header_add_field (field_idx=15, ctx=0x55555585b690) at mail-cache-transaction.c:690
#9 mail_cache_add (ctx=0x55555585b690, seq=1, field_idx=field_idx at entry=15, data=0x7ffff773b736, data_size=0) at mail-cache-transaction.c:739
#10 0x00007ffff76ebc34 in index_mail_cache_add_idx (mail=mail at entry=0x55555586e8d8, field_idx=field_idx at entry=15, data=data at entry=0x7ffff773b736, data_size=data_size at entry=0) at index-mail.c:631
#11 0x00007ffff76e95f9 in index_mail_parse_header_finish (mail=<optimized out>) at index-mail-headers.c:132
#12 index_mail_parse_header (...