Displaying 3 results from an estimated 3 matches for "bits_in_size_t".
Did you mean:
bits_in_size
2012 Jan 14
2
IMAP maillog error: file lib.c: line 37 (nearest_power): assertion failed: (num <= ((size_t)1 << (BITS_IN_SIZE_T-1)))
Dear Mailing List,
What does this error mean and how do I fix it? I am on a Centos 4.9
>From /var/log/maillog :
Jan 14 11:54:51 hostname imap(username): file lib.c: line 37
(nearest_power): assertion failed: (num <= ((size_t)1 <<
(BITS_IN_SIZE_T-1)))
Version information :
root at hostname[/etc/rc.d/rc3.d]# dovecot --version ; dovecot -n ; cat
/etc/*release*
0.99.11
Usage: dovecot [-F] [-c <config file>]
Fatal: Unknown argument: -n
CentOS release 4.9 (Final)
root at hostname[/etc/rc.d/rc3.d]#
Thank you.
--
Sincerely,
Charles Thom...
2013 Jan 09
2
Migrating mailboxes
...Anyway, he had a problem with a user mailbox which I wasn't able to
diagnose and fix easily. maillog showed:
Jan 9 16:11:29 mail imap-login: Login: userx [::ffff:127.0.0.1]
Jan 9 16:11:29 mail imap(userx): file lib.c: line 37 (nearest_power):
assertion failed: (num <= ((size_t)1 << (BITS_IN_SIZE_T-1)))
Jan 9 16:11:29 mail dovecot: child 25217 (imap) killed with signal 6
Jan 9 16:12:03 mail imap-login: Login: userx [::ffff:127.0.0.1]
Jan 9 16:12:03 mail imap(userx): file lib.c: line 37 (nearest_power):
assertion failed: (num <= ((size_t)1 << (BITS_IN_SIZE_T-1)))
Jan 9 16:12:03 ma...
2011 Oct 23
1
CentOS 4 Dovecot Problem
...you that still are running CentOS 4... I have one system
that is still going... there is a problem with the newest release of
Dovecot under mbox. Certain spam is causing this error when users try to
log on.
file lib.c: line 37 (nearest_power): assertion failed: (num <=
((size_t)1 << (BITS_IN_SIZE_T-1)))
Rolling back to a previous release fixes these issues. I'm not bothering
to file a bug with Redhat as the EOL is rapidly approaching and I just
about have my one system's users moved to a new server.
I have not as of yet seen this problem on CentOS 5 mbox systems, but I
don't...