On Thu, 2010-09-16 at 14:48 +0400, Vasiliy Shokov wrote: > I removed hierarchy separator from start of namespace prefix (now it looks > like "INBOX.") and moved folders. > > Still same result.
Could you check with gdb what the invalid name is? > dsync(v.shokov): Panic: file mailbox-list-fs.c: line 150 > (fs_list_get_path): assertion failed: > (mailbox_list_is_valid_pattern(_list, name)) So probably something like: ulimit -c unlimited dsync ... gdb dsync core bt full fr 6 p name (If it doesn't print the name, try a different number to "fr", it's the mailbox_list_is_valid_pattern frame in the bt.)
