search for: mbox_sync_dirty

Displaying 5 results from an estimated 5 matches for "mbox_sync_dirty".

Did you mean: mbox_sync_undirty
2006 Mar 06
1
asserts and cores in beta3
...th gcc 4.0.2 (I now have gcc 4.1 installed on my system, but have not rebuilt dovecot). A couple of asserts and cores in the last few days: Mar 1 09:25:13 emerald dovecot: [ID 107833 mail.error] imap(tmwillia): file mbox-sync.c: line 1471 (mbox_sync_do): assertion failed: (!sync_ctx->mbox->mbox_sync_dirty || (flags & MBOX_SYNC_UNDIRTY) == 0) Mar 1 09:58:44 emerald dovecot: [ID 107833 mail.error] imap(eewilson): file mbox-sync.c: line 1471 (mbox_sync_do): assertion failed: (!sync_ctx->mbox->mbox_sync_dirty || (flags & MBOX_SYNC_UNDIRTY) == 0) Mar 3 16:18:54 emerald dovecot: [ID 107833...
2005 May 04
1
Problem (?) with 1.0-stable
... Version from April 26, gives me the following errors in the imap log file : dovecot: May 04 09:56:58 Error: IMAP(m6933192-4): file mbox-sync.c: line 1262 (mbox_sync_do): assertion failed: (sync_ctx->ibox->mbox_sync_dirty) dovecot: May 04 09:56:58 Error: child 10721 (imap) killed with signal 6 This occurs sporadically and vanishes after some time. Is this something to worry about or not. I have mbox_dirty_syncs = yes Or does this just say "I am falling back to reading the whole mailbox"? Yours, Jako...
2005 May 03
1
Test68 and Namespaces
...onfigure things with the namespaces. But I am seeing an error pop up in my maillog file when exiting the client, it is: ============================================ May 3 08:11:41 tbox dovecot: IMAP(sub4000): file mbox-sync.c: line 1371 (mbox_sync_do): assertion failed: (sync_ctx->mbox->mbox_sync_dirty) May 3 08:11:41 tbox dovecot: child 12717 (imap) killed with signal 6 ============================================ Wasn't sure if it is a code bug or if it is how I have the namespace entries setup. In my dovecot.conf file I have: ------------------------------------ namespace private {...
2006 Jan 24
0
1.0beta2: mbox_sync assert
...said: Jan 24 09:57:16 emerald dovecot: [ID 107833 mail.error] imap(user): Cached message offset 94625 is invalid for mbox file /var/mail/m/user Jan 24 09:57:16 emerald dovecot: [ID 107833 mail.error] imap(user): file mbox-sync.c: line 1471 (mbox_sync_do): assertion failed: (!sync_ctx->mbox->mbox_sync_dirty || (flags & MBOX_SYNC_UNDIRTY) == 0) Gdb analysis on the core file is attached. My setup: Solaris 9, mbox format, mbox on NFS filesystem (also S9), index files on local UFS filesystem. Jeff Earickson Colby College -------------- next part -------------- %gdb imap core GNU gdb 6.3 Copyright 2...
2005 Oct 14
0
1.0a3: assert and core dump
...m = 0x0, mbox_file_stream = 0x0, mbox_lock_type = 1, mbox_dev = 68681734, mbox_ino = 6328, mbox_excl_locks = 0, mbox_shared_locks = 1, mbox_dotlock = 0x0, mbox_lock_id = 10, mbox_readonly = 0, mbox_writeonly = 0, mbox_dirty_stamp = 1129305578, mbox_dirty_size = 28031506, mbox_ext_idx = 2, mbox_sync_dirty = 0, mbox_do_dirty_syncs = 1, mbox_very_dirty_syncs = 0, mbox_save_md5 = 0, mbox_dotlocked = 0} (gdb) print mbox->ibox.index->lock_type $2 = 3 (gdb) print F_WRLCK No symbol "F_WRLCK" in current context. (gdb) quit %exit script done on Fri Oct 14 13:05:41 2005