Displaying 13 results from an estimated 13 matches for "buffer_set_used_size".
Did you mean:
buffer_get_used_size
2008 Feb 19
2
1.1b16: (buffer_set_used_size): assertion failed: (used_size <= buf->alloc)
I haven't seen this before 1.1b16, it happened to two users today while
they were searching
using fts.
Feb 18 16:41:36 hill dovecot: IMAP(username): file buffer.c: line 288
(buffer_set_used_size): assertion failed: (used_size <= buf->alloc)
Feb 18 16:41:36 hill dovecot: child 53560 (imap) killed with signal 6
I can probably narrow it down to an example mail if needed.
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU Gene...
2014 Jan 11
0
Panic: file buffer.c: line 307 (buffer_set_used_size): assertion failed: (used_size <= buf->alloc)
...b.c.d dovecot: imap(user at domain):
Error: Corrupted transaction log file
/pracmail/domain/user/mail/.sent-mail/dovecot.index.log seq 16777216:
log file shrank (868 < 6144) (sync_offset=6144)
2014-01-11T09:55:14+01:00 server/a.b.c.d dovecot: imap(user at domain):
Panic: file buffer.c: line 307 (buffer_set_used_size): assertion failed:
(used_size <= buf->alloc)
2014-01-11T09:55:14+01:00 server/a.b.c.d dovecot: imap(user at domain):
Error: Raw backtrace:
/usr/local/dovecot-2.2.10/lib/dovecot/libdovecot.so.0(+0x6c2fa)
[0x7f0704fa22fa] ->
/usr/local/dovecot-2.2.10/lib/dovecot/libdovecot.so.0(+0x6c366)
[0...
2014 Nov 13
0
Bug (?) while listing imap folder
...oreign host.
Server Log:
---------------------
Nov 13 13:53:57 mb00 dovecot: imap-login: Login: user=<soumplis>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=60544, secured,
session=<pXzTKrwH0wB/AAAB>
Nov 13 13:53:59 mb00 dovecot: imap(soumplis): Panic: file buffer.c: line
309 (buffer_set_used_size): assertion failed: (used_size <= buf->alloc)
Nov 13 13:53:59 mb00 dovecot: imap(soumplis): Error: Raw backtrace:
/usr/lib64/dovecot/libdovecot.so.0(+0x7466e) [0x7f06237f466e] ->
/usr/lib64/dovecot/libdovecot.so.0(+0x7474e) [0x7f06237f474e] ->
/usr/lib64/dovecot/libdovecot.so.0(i_fat...
2014 May 08
3
v2.2.13.rc1 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.13.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.13.rc1.tar.gz.sig
There have been a ton of smaller and some larger changes since v2.2.12, so I thought I'd first make a RC release and the final v2.2.13 tomorrow. Please try it out!
BTW. I've read most of the mails again in Dovecot mailing list, but there are still a few reported
2014 May 08
3
v2.2.13.rc1 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.13.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.13.rc1.tar.gz.sig
There have been a ton of smaller and some larger changes since v2.2.12, so I thought I'd first make a RC release and the final v2.2.13 tomorrow. Please try it out!
BTW. I've read most of the mails again in Dovecot mailing list, but there are still a few reported
2004 Jul 09
1
passing remote ip to pam
...8 18:21:19.000000000 -0700
@@ -140,7 +140,7 @@ static void login_callback(struct auth_r
case 0:
/* continue */
ptr = buffer_get_data(client->plain_login, &size);
- auth_continue_request(request, ptr, size);
+ auth_continue_request(request, ptr, size, &client->common.ip);
buffer_set_used_size(client->plain_login, 0);
break;
@@ -270,7 +270,8 @@ static void client_auth_input(void *cont
} else {
auth_continue_request(client->common.auth_request,
buffer_get_data(buf, NULL),
- buffer_get_used_size(buf));
+ buffer_get_used_size(buf),
+ &...
2013 Dec 12
1
Panic: file buffer.c: assertion failed: (used_size <= buf->alloc)
Hi,
We have a crash in dovecot 2.2.7
2013-12-11 10:38:44 imap(xxx at example.com): Panic: file buffer.c: line 307
(buffer_set_used_size): assertion failed: (used_size <= buf->alloc)
2013-12-11 10:38:44 imap(xxx at example.com): Error: Raw backtrace: /opt/dovecot-
2.2.7/lib/dovecot/libdovecot.so.0(+0x672a2) [0x7f576b9742a2] -> /opt/dovecot-
2.2.7/lib/dovecot/libdovecot.so.0(+0x67306) [0x7f576b974306] -> /opt/dovecot-
2.2...
2004 Sep 05
2
1.0-test40
http://dovecot.org/test/
- Fixed dying with SIGIO signal with busy Maildir + Linux + IDLE system
- Fixed maildir syncing: "UIDs not ordered in file" errors could have
occured sometimes wrongly
- --with-ioloop=epoll enables epoll code with Linux 2.6. Untested after
my changes.
- Pretty big changes in internal index handling code (I started this
change 2-3 months ago..)
Keywords are
2004 Sep 12
0
1.0-test42
http://dovecot.org/test/
- fixed the last remaining cache corruption problems (I hope, no known
ones left)
- internaldate was never read from cache, but it was always cached
again. this grew cache file uselessly and triggered cache compression
constantly
- buffer_set_used_size() assertfixes with mmap_no_write=yes (although
it hasn't been much tested since the recent large index file changes,
hopefully works..)
- POP3: Replaced timestamp in APOP challenge string with 128 bits of
base64d randomness
- Added pop3_enable_last setting to enable LAST command
------------...
2006 Jan 25
2
nfs and pop3
Hi,
I'm working with dovecot 1.0.beta2 for pop3 only and have set
index=memory, so no indizes are created on the disk. pop3_uidl_format is
set to %f. The maildirs are located on an nfs-share.
So generally, this setup is very similar to what qmail-popup and
qmail-pop3d does. However, everytime I'm switching from qmail-pop3d to
dovecot, the system load increases from less than 2 to more
2012 Jun 06
2
Dovecot 1.x on AIX -> Dovecot 2.x on Ubuntu
....100.124, mpid=19662, TLS
Jun 6 13:51:58 newlamar dovecot: imap(cacti): Error: Corrupted
transaction log file /adhome/cacti/.imap/Trash/dovecot.index.log seq
16777216: log file shrank (1428 < 6144) (sync_offset=6144)
Jun 6 13:51:58 newlamar dovecot: imap(cacti): Panic: file buffer.c: line
295 (buffer_set_used_size): assertion failed: (used_size <= buf->alloc)
Jun 6 13:51:58 newlamar dovecot: imap(cacti): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x374fa) [0x7f3ada59c4fa] ->
/usr/lib/dovecot/libdovecot.so.0(+0x3753e) [0x7f3ada59c53e] ->
/usr/lib/dovecot/libdovecot.so.0(i_fatal+0) [0...
2017 Aug 15
4
v2.2.32 release candidate released
https://dovecot.org/releases/2.2/rc/dovecot-2.2.32.rc1.tar.gz
https://dovecot.org/releases/2.2/rc/dovecot-2.2.32.rc1.tar.gz.sig
There are various changes in this release that can be used to significantly reduce disk IO with:
1) NFS storage especially, but I guess also other remote filesystems and even some with local disks
2) When mail storage and INDEX storage are separated
* imapc: Info-level
2017 Aug 15
4
v2.2.32 release candidate released
https://dovecot.org/releases/2.2/rc/dovecot-2.2.32.rc1.tar.gz
https://dovecot.org/releases/2.2/rc/dovecot-2.2.32.rc1.tar.gz.sig
There are various changes in this release that can be used to significantly reduce disk IO with:
1) NFS storage especially, but I guess also other remote filesystems and even some with local disks
2) When mail storage and INDEX storage are separated
* imapc: Info-level