Markus Werner
2009-Apr-07 21:01 UTC
[Dovecot] Segfault in ACL Plugin + user shared folders
Hi Timo, I have another problem, this time with user shared folders: User "markus" shared the folder "ForTest" to test: SETACL "INBOX/ForTest" test akxeilrwts dovecot-acl and shared-mailboxes.db have been successfully updated. As user "test" the folder (and "#User" namespace) is not visible. When I configure the shared namespace with "list = yes", the namespace and folder became visible and accessible, but lines like this are logged: Apr 7 22:08:58 asterix dovecot: IMAP(test): acl vfile: reading file /var/spool/dovecot/users/test/Maildir/.Shared/dovecot-acl Apr 7 22:09:03 asterix dovecot: IMAP(test): Invalid namespace prefix %u/ vs % Apr 7 22:09:03 asterix dovecot: IMAP(test): auth input: uid=2000 Apr 7 22:09:03 asterix dovecot: IMAP(test): auth input: gid=2000 Apr 7 22:09:03 asterix dovecot: IMAP(test): auth input: home=/var/spool/dovecot/users/markus Apr 7 22:09:03 asterix dovecot: IMAP(test): maildir: data=/var/spool/dovecot/users/markus/Maildir:INDEX=~/Maildir/index/shared/markus Apr 7 22:09:03 asterix dovecot: IMAP(test): maildir++: root=/var/spool/dovecot/users/markus/Maildir, index=/var/spool/dovecot/users/markus/Maildir, index=/var/spool/dovecot/users/test/Maildir/index/shared/markus, control=, inbox=/var/spool/dovecot/users/markus/Maildir Apr 7 22:09:03 asterix dovecot: IMAP(test): acl: initializing backend with data: vfile Apr 7 22:09:03 asterix dovecot: IMAP(test): acl: acl username = test Apr 7 22:09:03 asterix dovecot: IMAP(test): acl: owner = 0 Apr 7 22:09:03 asterix dovecot: IMAP(test): acl vfile: Global ACL directory: (null) Apr 7 22:09:03 asterix dovecot: IMAP(test): acl vfile: reading file /var/spool/dovecot/users/markus/Maildir/.ForTest/dovecot-acl Apr 7 22:09:08 asterix dovecot: IMAP(test): Invalid namespace prefix %u/ vs markus When I try to access the folder directly with "list = children" set, then dovecot segfaults. Last lines in logfile: Apr 7 22:28:04 asterix dovecot: IMAP(test): acl: initializing backend with data: vfile Apr 7 22:28:04 asterix dovecot: IMAP(test): acl: acl username = test Apr 7 22:28:04 asterix dovecot: IMAP(test): acl: owner = 0 Apr 7 22:28:04 asterix dovecot: IMAP(test): acl vfile: Global ACL directory: (null) Apr 7 22:28:04 asterix dovecot: child 5441 (imap) killed with signal 11 (core dumped) The backtrace looks like the one I got with your first quota fix, but quota works now and this error is reproducible with or without the quota plugin: GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu"... warning: Can't read pathname for load map: Input/output error. Reading symbols from /lib/i686/cmov/libdl.so.2...done. Loaded symbols for /lib/i686/cmov/libdl.so.2 Reading symbols from /lib/i686/cmov/libc.so.6...done. Loaded symbols for /lib/i686/cmov/libc.so.6 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 Reading symbols from /opt/dovecot/lib/dovecot/imap/lib01_acl_plugin.so...done. Loaded symbols for /opt/dovecot/lib/dovecot/imap/lib01_acl_plugin.so Reading symbols from /opt/dovecot/lib/dovecot/imap/lib02_imap_acl_plugin.so...done. Loaded symbols for /opt/dovecot/lib/dovecot/imap/lib02_imap_acl_plugin.so Reading symbols from /opt/dovecot/lib/dovecot/imap/lib10_quota_plugin.so...done. Loaded symbols for /opt/dovecot/lib/dovecot/imap/lib10_quota_plugin.so Reading symbols from /opt/dovecot/lib/dovecot/imap/lib11_imap_quota_plugin.so...done. Loaded symbols for /opt/dovecot/lib/dovecot/imap/lib11_imap_quota_plugin.so Reading symbols from /opt/dovecot/lib/dovecot/imap/lib20_fts_plugin.so...done. Loaded symbols for /opt/dovecot/lib/dovecot/imap/lib20_fts_plugin.so Reading symbols from /opt/dovecot/lib/dovecot/imap/lib21_fts_squat_plugin.so...done. Loaded symbols for /opt/dovecot/lib/dovecot/imap/lib21_fts_squat_plugin.so Reading symbols from /lib/i686/cmov/libnss_compat.so.2...done. Loaded symbols for /lib/i686/cmov/libnss_compat.so.2 Reading symbols from /lib/i686/cmov/libnsl.so.1...done. Loaded symbols for /lib/i686/cmov/libnsl.so.1 Reading symbols from /lib/i686/cmov/libnss_nis.so.2...done. Loaded symbols for /lib/i686/cmov/libnss_nis.so.2 Reading symbols from /lib/i686/cmov/libnss_files.so.2...done. Loaded symbols for /lib/i686/cmov/libnss_files.so.2 Core was generated by `imap'. Program terminated with signal 11, Segmentation fault. [New process 5441] #0 0xb7ee43f1 in acl_mailbox_get_aclobj (box=0x8693488) at acl-mailbox.c:49 49 struct acl_mailbox *abox = ACL_CONTEXT(box); (gdb) bt full #0 0xb7ee43f1 in acl_mailbox_get_aclobj (box=0x8693488) at acl-mailbox.c:49 No locals. #1 0xb7d77c89 in cmd_myrights (cmd=0x8658b90) at imap-acl-plugin.c:305 storage = (struct mail_storage *) 0x8666af8 box = (struct mailbox *) 0x8693488 mailbox = 0x865dc98 "#User/markus/ForTest" real_mailbox = 0x865dc9e "markus/ForTest" rights = <value optimized out> str = <value optimized out> #2 0x0806700c in client_command_input (cmd=0x8658b90) at client.c:603 client = (struct client *) 0x8658900 command = <value optimized out> __PRETTY_FUNCTION__ = "client_command_input" #3 0x080670a9 in client_command_input (cmd=0x8658b90) at client.c:652 client = (struct client *) 0x8658900 command = <value optimized out> __PRETTY_FUNCTION__ = "client_command_input" #4 0x080676ed in client_handle_input (client=0x8658900) at client.c:693 _data_stack_cur_id = 3 ret = <value optimized out> remove_io = <value optimized out> handled_commands = true #5 0x08067ba3 in client_input (client=0x8658900) at client.c:748 cmd = <value optimized out> output = (struct ostream *) 0x8658ab4 bytes = <value optimized out> __PRETTY_FUNCTION__ = "client_input" #6 0x080f73f0 in io_loop_handler_run (ioloop=0x8651af0) at ioloop-epoll.c:208 ctx = (struct ioloop_handler_context *) 0x8651bf8 event = (const struct epoll_event *) 0x8651c38 list = (struct io_list *) 0x8658b38 io = (struct io_file *) 0x8658b10 tv = {tv_sec = 4, tv_usec = 999783} t_id = 2 msecs = <value optimized out> ret = 1 i = 0 j = 0 call = <value optimized out> #7 0x080f6880 in io_loop_run (ioloop=0x8651af0) at ioloop.c:338 No locals. #8 0x080704c5 in main (argc=Cannot access memory at address 0xc ) at main.c:320 No locals. # 1.2.rc2: /opt/dovecot/etc/dovecot.conf # OS: Linux 2.6.26-1-686 i686 Debian 5.0 base_dir: /var/run/dovecot protocols: imap pop3 listen: 127.0.0.1,192.168.128.151 ssl_listen: 192.168.128.151 ssl_ca_file: /opt/dovecot/etc/certs/cacert.pem ssl_cert_file: /opt/dovecot/etc/certs/asterixCert.pem ssl_key_file: /opt/dovecot/etc/certs/asterixKey.pem ssl_parameters_regenerate: 0 ssl_cipher_list: ALL:!LOW:!SSLv2 disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /opt/dovecot/libexec/dovecot/imap-login login_executable(imap): /opt/dovecot/libexec/dovecot/imap-login login_executable(pop3): /opt/dovecot/libexec/dovecot/pop3-login login_user: dovecotl login_process_per_connection: no login_processes_count: 1 login_max_processes_count: 3 max_mail_processes: 100 mail_max_userip_connections: 8 first_valid_uid: 2000 last_valid_uid: 2000 first_valid_gid: 2000 last_valid_gid: 2000 mail_access_groups: dovecot mail_uid: 2000 mail_gid: 2000 mail_location: maildir:~/Maildir mail_debug(default): yes mail_debug(imap): yes mail_debug(pop3): no mail_executable(default): /opt/dovecot/libexec/dovecot/imap mail_executable(imap): /opt/dovecot/libexec/dovecot/imap mail_executable(pop3): /opt/dovecot/libexec/dovecot/pop3 mail_plugins(default): quota imap_quota acl imap_acl fts fts_squat mail_plugins(imap): quota imap_quota acl imap_acl fts fts_squat mail_plugins(pop3): mail_plugin_dir(default): /opt/dovecot/lib/dovecot/imap mail_plugin_dir(imap): /opt/dovecot/lib/dovecot/imap mail_plugin_dir(pop3): /opt/dovecot/lib/dovecot/pop3 pop3_no_flag_updates(default): no pop3_no_flag_updates(imap): no pop3_no_flag_updates(pop3): yes namespace: type: private separator: / prefix: INBOX/ inbox: yes list: yes subscriptions: yes namespace: type: public separator: / prefix: #Shared/ location: maildir:/var/spool/dovecot/sharedfolders:INDEX=~/Maildir/index/public:CONTROL=~/Maildir/control/public list: yes subscriptions: yes namespace: type: shared separator: / prefix: #User/%%u/ location: maildir:%%h/Maildir:INDEX=~/Maildir/index/shared/%%u list: children auth default: mechanisms: plain login user: dovecota worker_max_count: 3 passdb: driver: passwd-file args: /opt/dovecot/etc/passwd userdb: driver: passwd-file args: /opt/dovecot/etc/passwd socket: type: listen client: path: /var/run/dovecot/auth-client mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 432 user: dovecota group: dovecot plugin: sieve: ~/.dovecot/.dovecot.sieve acl: vfile acl_shared_dict: file:/var/lib/dovecot/shared-mailboxes.db acl_anyone: allow quota: dict:user::file:%h/Maildir/dovecot-quota quota_rule: *:storage=10G:messages=500000 fts: squat fts_squat: partial=4 full=10
Timo Sirainen
2009-Apr-07 22:03 UTC
[Dovecot] Segfault in ACL Plugin + user shared folders
On Tue, 2009-04-07 at 23:01 +0200, Markus Werner wrote:> I have another problem, this time with user shared folders:http://hg.dovecot.org/dovecot-1.2/rev/7d484e0f0789 http://hg.dovecot.org/dovecot-1.2/rev/3a30d73fc463 http://hg.dovecot.org/dovecot-1.2/rev/b6abc84440df -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090407/8ad949e2/attachment-0002.bin>
Markus Werner
2009-Apr-07 23:03 UTC
[Dovecot] Segfault in ACL Plugin + user shared folders
Hi Timo,> > http://hg.dovecot.org/dovecot-1.2/rev/7d484e0f0789 > http://hg.dovecot.org/dovecot-1.2/rev/3a30d73fc463 > http://hg.dovecot.org/dovecot-1.2/rev/b6abc84440df >With "list = children" the namespace ist still not listed, but that's no problem for me. With "list = all" now there is a folder named "%" listed, directly under "#User/", additionaly to "markus at example.com". Accessing the folder "markus at example.com/ForTest" with Thunderbird results in a segfault. Mutt works. (FYI: I changed the usernames, now they include @domain, if that matters) Apr 8 00:50:41 asterix dovecot: imap-login: Login: user=<test at example.com>, method=PLAIN, rip=192.168.128.151, lip=192.168.128.151, secured Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Loading modules from directory: /opt/dovecot/lib/dovecot/imap Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Module loaded: /opt/dovecot/lib/dovecot/imap/lib01_acl_plugin.so Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Module loaded: /opt/dovecot/lib/dovecot/imap/lib02_imap_acl_plugin.so Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Module loaded: /opt/dovecot/lib/dovecot/imap/lib10_quota_plugin.so Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Module loaded: /opt/dovecot/lib/dovecot/imap/lib11_imap_quota_plugin.so Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Module loaded: /opt/dovecot/lib/dovecot/imap/lib20_fts_plugin.so Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Module loaded: /opt/dovecot/lib/dovecot/imap/lib21_fts_squat_plugin.so Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Effective uid=2000, gid=2000, home=/var/spool/dovecot/users/example.com/test Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Quota root: name=user backend=dict args=:file:/var/spool/dovecot/users/example.com/test/Maildir/dovecot-quota Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Quota rule: root=user mailbox=* bytes=2147483648 messages=50000 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): dict quota: user=test at example.com, uri=file:/var/spool/dovecot/users/example.com/test/Maildir/dovecot-quota, noenforcing=0 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Namespace: type=private, prefix=INBOX/, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): maildir: data=~/Maildir Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): maildir++: root=/var/spool/dovecot/users/example.com/test/Maildir, index=, control=, inbox=/var/spool/dovecot/users/example.com/test/Maildir Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: initializing backend with data: vfile Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: acl username = test at example.com Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: owner = 1 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl vfile: Global ACL directory: (null) Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Namespace: type=public, prefix=#Shared/, sep=/, inbox=no, hidden=no, list=yes, subscriptions=yes Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): maildir: data=/var/spool/dovecot/sharedfolders:INDEX=~/Maildir/index/public:CONTROL=~/Maildir/control/public Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): maildir++: root=/var/spool/dovecot/sharedfolders, index=/var/spool/dovecot/users/example.com/test/Maildir/index/public, control=/var/spool/dovecot/users/example.com/test/Maildir/control/public, inboxApr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: initializing backend with data: vfile Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: acl username = test at example.com Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: owner = 0 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl vfile: Global ACL directory: (null) Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): Namespace: type=shared, prefix=#User/%u/, sep=/, inbox=no, hidden=no, list=yes, subscriptions=no Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): shared: root=, index=, control=, inboxApr 8 00:50:41 asterix dovecot: IMAP(test at example.com): dict quota: user=markus at example.com, uri=file:/var/spool/dovecot/users/example.com/test/Maildir/dovecot-quota, noenforcing=0 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): auth input: uid=2000 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): auth input: gid=2000 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): auth input: home=/var/spool/dovecot/users/example.com/markus Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): auth input: quota_rule=*:storage=20G:messages=500000 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): maildir: data=/var/spool/dovecot/users/example.com/markus/Maildir:INDEX=~/Maildir/index/shared/markus at example.com Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): maildir++: root=/var/spool/dovecot/users/example.com/markus/Maildir, index=/var/spool/dovecot/users/example.com/test/Maildir/index/shared/markus at example.com, control=, inbox=/var/spool/dovecot/users/example.com/markus/Maildir Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: initializing backend with data: vfile Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: acl username = test at example.com Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: owner = 0 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl vfile: Global ACL directory: (null) Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): dict quota: user=ForTest, uri=file:/var/spool/dovecot/users/example.com/test/Maildir/dovecot-quota, noenforcing=0 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): maildir: data=/opt/dovecot/var/run/dovecot/user-not-found/ForTest Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): maildir++: root=/opt/dovecot/var/run/dovecot/user-not-found/ForTest, index=, control=, inbox=/opt/dovecot/var/run/dovecot/user-not-found/ForTest Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: initializing backend with data: vfile Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: acl username = test at example.com Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl: owner = 0 Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl vfile: Global ACL directory: (null) Apr 8 00:50:41 asterix dovecot: IMAP(test at example.com): acl vfile: reading file /var/spool/dovecot/users/example.com/markus/Maildir/.ForTest/dovecot-acl Apr 8 00:50:41 asterix dovecot: child 11251 (imap) killed with signal 11 (core dumped) #0 0x080b53b0 in mailbox_list_clear_error (list=0x0) at mailbox-list.c:790 No locals. #1 0x080b54b0 in mailbox_list_get_path (list=0x0, name=0x981f1e8 "ForTest", type=MAILBOX_LIST_PATH_TYPE_INDEX) at mailbox-list.c:389 No locals. #2 0x080b418c in mail_storage_get_mailbox_index_dir (storage=0x981a8c8, name=0x8124520 "@E\022\b") at mail-storage.c:403 No locals. #3 0xb7dc6bbd in fts_backend_squat_init (box=0x981f010) at fts-backend-squat.c:60 backend = <value optimized out> storage = (struct mail_storage *) 0x981a8c8 status = {messages = 3084739116, recent = 3084739116, unseen = 135191441, uidvalidity = 159380040, uidnext = 0, first_unseen_seq = 128, highest_modseq = 13819171352428908320, keywords = 0x97ff240, sync_delayed_expunges = 1, nonpermanent_modseqs = 1} path = 0x0 env = <value optimized out> flags = <value optimized out> #4 0xb7dd361c in fts_backend_init (backend_name=0x97ff240 "squat", box=0x981f010) at fts-api.c:63 be = (const struct fts_backend *) 0xb7dd0320 backend = <value optimized out> #5 0xb7dd4614 in fts_transaction_begin (box=0x981f010, flags=0) at fts-storage.c:896 fbox = (struct fts_mailbox *) 0x983b768 t = <value optimized out> #6 0x080b384e in mailbox_transaction_begin (box=0x981f010, flags=0) at mail-storage.c:791 trans = (struct mailbox_transaction_context *) 0x0 #7 0x0806f957 in imap_sync_init (client=0x9811900, box=0x981f010, imap_flags=0, flags=0) at imap-sync.c:147 ctx = (struct imap_sync_context *) 0x983c0f8 __PRETTY_FUNCTION__ = "imap_sync_init" #8 0x08062212 in idle_sync_now (box=<value optimized out>, ctx=0x8124520) at cmd-idle.c:119 __PRETTY_FUNCTION__ = "idle_sync_now" #9 0x08062354 in cmd_idle (cmd=0x9811b90) at cmd-idle.c:231 client = (struct client *) 0x9811900 ctx = <value optimized out> str = <value optimized out> interval = <value optimized out> #10 0x0806700c in client_command_input (cmd=0x9811b90) at client.c:603 client = (struct client *) 0x9811900 command = <value optimized out> __PRETTY_FUNCTION__ = "client_command_input" #11 0x080670a9 in client_command_input (cmd=0x9811b90) at client.c:652 client = (struct client *) 0x9811900 command = <value optimized out> __PRETTY_FUNCTION__ = "client_command_input" #12 0x080676ed in client_handle_input (client=0x9811900) at client.c:693 _data_stack_cur_id = 3 ret = <value optimized out> remove_io = <value optimized out> handled_commands = false #13 0x08067ba3 in client_input (client=0x9811900) at client.c:748 cmd = <value optimized out> output = (struct ostream *) 0x9811ab4 bytes = <value optimized out> __PRETTY_FUNCTION__ = "client_input" #14 0x080f73a0 in io_loop_handler_run (ioloop=0x980aaf0) at ioloop-epoll.c:208 ctx = (struct ioloop_handler_context *) 0x980abf8 event = (const struct epoll_event *) 0x980ac38 list = (struct io_list *) 0x9811b38 io = (struct io_file *) 0x9811b10 tv = {tv_sec = 4, tv_usec = 999099} t_id = 2 msecs = <value optimized out> ret = 1 i = 0 j = 0 call = <value optimized out> #15 0x080f6830 in io_loop_run (ioloop=0x980aaf0) at ioloop.c:338 No locals. #16 0x080704c5 in main (argc=1601401958, argv=0xbfc76b04, envp=0xbfc76b0c) at main.c:320 No locals.
Markus Werner
2009-Apr-08 12:40 UTC
[Dovecot] Segfault in ACL Plugin + user shared folders
Another one: #0 0xb7fbf424 in __kernel_vsyscall () No symbol table info available. #1 0xb7e7a640 in raise () from /lib/i686/cmov/libc.so.6 No symbol table info available. #2 0xb7e7c018 in abort () from /lib/i686/cmov/libc.so.6 No symbol table info available. #3 0x080ee9a5 in default_fatal_finish (type=<value optimized out>, status=0) at failures.c:161 backtrace = 0x8282480 "imap [0x80ee991] -> imap [0x80eea12] -> imap [0x80ee399] -> imap [0x80b50eb] -> imap(shared_storage_get_namespace+0x2bf) [0x8075fff] -> imap [0x80757d7] -> imap [0x8063034] -> imap(cmd_list_full+0x514"... #4 0x080eea12 in i_internal_fatal_handler (type=LOG_TYPE_PANIC, status=0, fmt=0x810632c "file %s: line %d (%s): assertion failed: (%s)", args=0xbfbda674 "\017\v\021\b\036") at failures.c:441 No locals. #5 0x080ee399 in i_panic (format=0x810632c "file %s: line %d (%s): assertion failed: (%s)") at failures.c:208 No locals. #6 0x080b50eb in mail_user_init (username=0x829854e "") at mail-user.c:30 user = <value optimized out> pool = <value optimized out> __PRETTY_FUNCTION__ = "mail_user_init" #7 0x08075fff in shared_storage_get_namespace (_storage=0x82929d0, _name=0xbfbda724, ns_r=0xbfbda728) at shared-storage.c:224 user = (struct mail_user *) 0x828e270 ns = (struct mail_namespace *) 0x0 owner = <value optimized out> domain = 0x0 username = 0x829854e "" userdomain = 0x829854e "" name = 0x810fc97 "INBOX" p = <value optimized out> dest = <value optimized out> error = <value optimized out> prefix = (string_t *) 0x82823b0 location = <value optimized out> ret = <value optimized out> static_tab = {{key = 117 'u', value = 0x0, long_key = 0x8110b32 "user"}, {key = 110 'n', value = 0x0, long_key = 0x8109830 "username"}, { key = 100 'd', value = 0x0, long_key = 0x8109839 "domain"}, {key = 104 'h', value = 0x0, long_key = 0x8109807 "home"}, {key = 0 '\0', value = 0x0, long_key = 0x0}} __PRETTY_FUNCTION__ = "shared_storage_get_namespace" #8 0x080757d7 in shared_list_join_refpattern (list=0x8292dd8, ref=0x8298548 "#User/", pattern=0x8298550 "*") at shared-list.c:148 ns = <value optimized out> ns_ref = 0x829854e "" prefix = 0x8292998 "#User/" #9 0x08063034 in cmd_list_continue (cmd=0x8293448) at cmd-list.c:672 _data_stack_cur_id = 4 ctx = (struct cmd_list_context *) 0x82934e0 #10 0x08063a04 in cmd_list_full (cmd=0x8293448, lsub=false) at cmd-list.c:903 client = (struct client *) 0x82931b8 args = (const struct imap_arg *) 0x82984e8 arg = <value optimized out> ctx = (struct cmd_list_context *) 0x82934e0 patterns = {arr = {buffer = 0x8293508, element_size = 4}, v = 0x8293508, v_modifiable = 0x8293508} pattern = 0x8298550 "*" #11 0x08063d09 in cmd_list (cmd=0x8293448) at cmd-list.c:918 No locals. #12 0x0806700c in client_command_input (cmd=0x8293448) at client.c:603 client = (struct client *) 0x82931b8 command = <value optimized out> __PRETTY_FUNCTION__ = "client_command_input" #13 0x080670a9 in client_command_input (cmd=0x8293448) at client.c:652 client = (struct client *) 0x82931b8 command = <value optimized out> __PRETTY_FUNCTION__ = "client_command_input" #14 0x080676ed in client_handle_input (client=0x82931b8) at client.c:693 _data_stack_cur_id = 3 ret = <value optimized out> remove_io = <value optimized out> handled_commands = false #15 0x08067ba3 in client_input (client=0x82931b8) at client.c:748 cmd = <value optimized out> output = (struct ostream *) 0x829336c bytes = <value optimized out> __PRETTY_FUNCTION__ = "client_input" #16 0x080f73a0 in io_loop_handler_run (ioloop=0x828aae0) at ioloop-epoll.c:208 ctx = (struct ioloop_handler_context *) 0x828abe8 event = (const struct epoll_event *) 0x828ac28 list = (struct io_list *) 0x82933f0 io = (struct io_file *) 0x82933c8 tv = {tv_sec = 1799, tv_usec = 999778} t_id = 2 msecs = <value optimized out> ret = 1 i = 0 j = 0 call = <value optimized out> #17 0x080f6830 in io_loop_run (ioloop=0x828aae0) at ioloop.c:338 No locals. #18 0x080704c5 in main (argc=Cannot access memory at address 0x4c2f ) at main.c:320