Displaying 2 results from an estimated 2 matches for "skip_acl_check".
Did you mean:
skip_acl_checks
2014 Jun 19
2
dovecot 2.2.13 core dump (signal 11)
...= passwd-file
}
protocol imap {
mail_max_userip_connections = 20
}
Here's the backtrace in gdb.
Core was generated by `dovecot/imap'.
Program terminated with signal 11, Segmentation fault.
#0 acl_mailbox_right_lookup (box=0x12e6730, right_idx=7) at
acl-mailbox.c:40
40 if (abox->skip_acl_checks)
Missing separate debuginfos, use: debuginfo-install
glibc-2.12-1.132.el6_5.2.x86_64 sssd-client-1.9.2-129.el6.x86_64
(gdb) bt full
#0 acl_mailbox_right_lookup (box=0x12e6730, right_idx=7) at
acl-mailbox.c:40
abox = 0x0
alist = <value optimized out>
ret = <va...
2014 Jul 17
0
possible bug around ACL
...p (with telnet) and do
1 GETACL Archive
I get following result from gdb attached to worker process serving
particular connection.
Program received signal SIGSEGV, Segmentation fault.
acl_mailbox_right_lookup (box=0x7fd75e4e1dc0, right_idx=right_idx at entry=10) at acl-mailbox.c:40
40 if (abox->skip_acl_checks)
(gdb) p abox
$1 = (struct acl_mailbox *) 0x0
(gdb)
# uname -a
Linux omelette 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3 x86_64 GNU/Linux
ii dovecot-core 1:2.2.13-2 amd64
local build from sources in testing just disabled lucene
ps. I am idling on #dovecot too, if any info is...