Displaying 20 results from an estimated 800 matches similar to: "those assertions"
2003 Jun 20
1
Bug?
Hi,
Been using Dovecot for a few weeks now, must say it's very good.. I've
been looking for a 'drop in' replacement for UWImap for ages! :)
but just recently It's been giving me a few problem, I haven't tracked
down exactly what causes the problem yet (I'm using Apple Mail on OS X
10.2.6) but after a good mail session it keep trying to log in over and
over again..
2004 Jan 30
4
Dovecot crashes on certain spam messages
Dovecot crashes. I think it's because of some message in my spam
folder. It has happened once before, and that time I solved it by
deleting that folder. It happens when I start gnus ("Checking messages
in folder spam" or something like that), which makes gnus just stop,
or when I try to enter that folder in mutt.
Jan 30 17:07:09 kalle imap(ke): file imap-bodystructure.c: line
278
2004 Nov 24
1
AppleMail causes dovecot error: file mbox-rewrite.c: line 429 assertion failed
I get the following error message in my syslog frequently when a user
accesses the dovecot (IMAP) server from his OS X AppleMail client:
Nov 24 09:45:42 myhost imap(someuser): file mbox-rewrite.c: line 429 (mbox_write_header): assertion failed: (hdr_parsed_size.physical_size == hdr_size)
Nov 24 09:45:42 myhost dovecot: child 23277 (imap) killed with signal 6
Usually each message appears 5-6
2006 Feb 02
1
Dovecot(imap) problem
Feb 1 20:13:15 myhost imap(someuser): file mbox-rewrite.c: line 429
(mbox_write_header): assertion failed: (hdr_parsed_size.physical_size ==
hdr_size)
I'm using Fedora Core 4, dovecot 0.99.14-4.
Any idea? How to fix this problem?
Thanks a lot,
Cl?vis
--
Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola
Administrador de Redes - Secao de Informatica (SINFO)
E-mail: mailto:clovis at
2006 Dec 22
2
imap failed asssert in imap-bodystructure.c
I'm running Dovecot on a Debian system which recently has been
failing on an assert(). I have a spam mailbox that if I try and open
(from any client), the imap process dies and this is written to the
error logs:
Dec 21 18:57:11 theronge imap(mronge): file imap-bodystructure.c:
line 278 (part_parse_headers): assertion failed: (part->physical_pos
>= input->v_offset -
2004 Nov 28
1
Cannot list mailbox
Hi,
I have dovecot 0.99.11 on a Linux machine running against a maildir
based mailbox. I am getting the following errors in the maillog:
Nov 27 23:08:14 fawad3 imap(fawad): file imap-bodystructure.c: line 278
(part_parse_headers): assertion failed: (part->physical_pos >=
input->v_offset - start_offset)
Nov 27 23:08:14 fawad3 dovecot: child 14202 (imap) killed with signal 6
This
2005 Feb 02
1
assertion failed in imap-bodystructure.c
Hello,
I'm currently testing dovecot/imap (Version 0.99.13).
I found this in the log:
imap(xxxxx): [ID 265587 mail.crit] file imap-bodystructure.c: line 278
(part_parse_headers): assertion failed:
(part->physical_pos >= input->v_offset - start_offset)
dovecot: [ID 684838 mail.error] child 7376 (imap) killed with signal 6
The user tried to setup a new folder (with Thunderbird)
2007 Jan 11
0
mbox-rewrite errors
I've noticed a burst of about 12000 of these mbox-rewrite msgs in the log,
spread over about 10 minutes.
They are always for the same person (XXX'd out here), and have not occurred
before or since.
There's no evidence of device problems in the message log.
Jan 10 17:46:43 ls1 imap-login: Login: XXX [::ffff:10.2.0.1]
Jan 10 17:46:43 ls1 imap(XXX): file mbox-rewrite.c: line 429
2005 Dec 22
1
alpha5: (message_body_search_ctx) assert
Hi,
My second case of this assert, gdb analysis of the core
dump attached. My setup: Solaris 9, dovecot built with
gcc 4.0.2, mbox format, imap usage only. INBOX is NFS
mounted from another Solaris 9 system, index files are local.
Syslog complaint is:
imap(user): file message-body-search.c: line 414 (message_body_search_ctx):
assertion failed: (input->v_offset == part->physical_pos +
2005 Sep 19
0
1.0alpha2: two asserts/cores
Hi,
Two cores over the weekend, same assert message in syslog:
imap(user): file message-body-search.c: line 393
(message_body_search_ctx): assertion failed: (input->v_offset <=
part->physical_pos)
Setup: Solaris 9, imap usage only, mbox format, dovecot compiled
with gcc 4.0.1.
gdb sessions of the two core files attached. Let me know if you
need further analysis of the cores.
2016 Apr 04
2
[PATCH 0/7] Fixes for lib-mail message-address
Hello,
I borrowed dovecot parser for email addresses and going to use it in new
perl module as replacement for Email::Address. During implementation and
testing I found bugs in dovecot parser & generator. So I'm sending my
patches together with tests.
Pali Roh?r (7):
lib-mail: message_address_write: Fix generating empty group list
lib-mail: message_address_write: Fix generating group
2016 Apr 02
2
[PATCH 0/7] Fixes for lib-mail message-address
Hello,
I borrowed dovecot parser for email addresses and going to use it in new
perl module as replacement for Email::Address. During implementation and
testing I found bugs in dovecot parser & generator. So I'm sending my
patches together with tests.
Pali Roh?r (7):
lib-mail: message_address_write: Fix generating empty group list
lib-mail: message_address_write: Fix generating group
2005 Sep 07
0
1.0alpha1: new assert/core
Hi,
I saw a new assert and core dump today in 1.0alpha1.
Setup is Solaris 9, dovecot built with gcc 4.0.1, running
as imap server for mbox format. The syslog said:
IMAP(user): file message-body-search.c: line 393 (message_body_search_ctx): assertion failed: (input->v_offset <= part->physical_pos)
A gdb analysis of the core dump is attached. BTW, I save
core dumps in case you need
2005 Dec 19
0
alpha5: assert and core
My setup: Solaris 9, dovecot built with gcc 4.0.2. Mailboxes on
remote NFS file mount from another S9 box (mbox format), index files
local disk. IMAP usage only. Dovecot build like so:
VERSION=1.0.alpha5
CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include \
LDFLAGS=-L/opt/openssl/lib \
./configure --prefix=/opt/dovecot.$VERSION --with-ssl=openssl \
--with-ssldir=/opt/openssl/ssl
2008 Aug 29
1
Dovecot-1.1.2 assertion failure in preparsed_parse_next_header_init
Panic: IMAP(user): file message-parser.c: line 684
(preparsed_parse_next_header_init): assertion failed: (ctx->part-
>physical_pos >= ctx->input->v_offset)
Linux 2.6.24-19-386
Maildir on ext3
Looks similar to but different from http://dovecot.org/list/dovecot/2008-June/031523.html
.
#0 0xb7faf410 in __kernel_vsyscall ()
#1 0xb7e6f085 in raise () from
2006 Sep 20
1
dovecot rc7 assert, core
Hi,
Wow, I haven't had an assert/core in dovecot in a long time.
Here goes:
Setup: Solaris 10, dovecot built with gcc 4.1.1, imap and imaps
only. User's home directory lives on a ZFS filesystem, but I
don't think that makes a difference. So does every other user
here (>3K).
Assert:
IMAP(mulepri): file message-body-search.c: line 393
(message_body_search_ctx): assertion failed:
2005 Oct 18
1
1.0alpha3: assert and core
Hi,
An assert and core with 1.0alpha3 on Solaris 9, mbox format,
imap only, compiled with gcc 4.0.1. The syslog message was:
imap(user): file message-body-search.c: line 393
(message_body_search_ctx): assertion failed: (input->v_offset <=
part->physical_pos)
gdb core dump analysis is attached.
Jeff Earickson
Colby College
-------------- next part --------------
Script started on
2006 Jun 20
1
Dovecot --IMAP
Hi,
I am using dovecot-0.99.14-8.fc4 in Fedora Core release 4 (Stentz), and
is appears this message:
maillog
--------
imap(testelabin): file mbox-rewrite.c: line 429 (mbox_write_header):
assertion failed: (hdr_parsed_size.physical_size == hdr_size)
When I try to have access a very great mailbox(mbox) (99 MB) via Webmail
SquirrelMail. My quota of record is of 250 MB, some suggestion?
Thanks a
2009 Sep 01
3
assertion failed while using sieve
Hi,
there is a line in TODO: "- sieve-cmu.c crash: i_assert(buf->used - 1 ==
part->body_size.physical_size); ". Yes, we've really seen this crash.
Therefore we upgraded to dovecot-1.2.3 with dovecot-1.2-sieve-0.1.11 in
order to use sieve plugin (i.e. not cmu-sieve). We use Solaris 10 on Sun
servers, we don't use NFS.
However, unfortunately, dovecot with sieve crashes
2006 Jan 31
1
beta2: strange assert
Hi,
My setup: Solaris 9, mbox format, mailboxes NFS mounted from
another S9 system, imap. I got the following assert yesterday:
Jan 30 19:57:15 emerald dovecot: [ID 107833 mail.error] imap(user):
file index-mail-headers.c: line 258 (index_mail_parse_header): assertion
failed: (part != NULL)
Jan 30 19:57:16 emerald dovecot: [ID 107833 mail.error] imap(user):
file index-mail-headers.c: line