search for: index_mail_get_flag

Displaying 6 results from an estimated 6 matches for "index_mail_get_flag".

Did you mean: index_mail_get_flags
2005 May 11
1
Segfault in imap process
...new/t/b/todd.bluegenesis.com/.imap/INBOX/dovecot.index.cache: Duplicated field in header: hdr.RESENT-TO dovecot: May 11 15:02:00 Error: child 8438 (imap) killed with signal 11 Core was generated by `imap'. Program terminated with signal 11, Segmentation fault. (gdb) bt full #0 0x08074d10 in index_mail_get_flags (_mail=0x80c86d0) at index-mail.c:162 data = (struct index_mail_data *) 0x80c8734 #1 0x0808c86d in mail_get_flags (mail=0xb7c71834) at mail.c:32 No locals. #2 0x0805a6a5 in fetch_flags (ctx=0x80bee70, mail=0x80c86d0, context=0x0) at imap-fetch.c:444 flags = Variable "...
2005 Aug 22
0
Segfault in imap
...from Aug. 15. dovecot: Aug 21 17:16:56 Error: 28017 IMAP(todd): Corrupted index cache file /mailhome/new/t/b/todd/.imap/INBOX/dovecot.index.cache: Duplicated field in header: hdr.RESENT-TO dovecot: Aug 21 17:19:44 Error: child 28017 (imap) killed with signal 11 (gdb) bt full #0 0x08076b50 in index_mail_get_flags (_mail=0x80cbd20) at index-mail.c:152 data = (struct index_mail_data *) 0x80cbd84 #1 0x0808eb4d in mail_get_flags (mail=0xb7de7088) at mail.c:32 No locals. #2 0x0805a9d5 in fetch_flags (ctx=0x80c1ed0, mail=0x80cbd20, context=0x0) at imap-fetch.c:445 flags = Variable "...
2005 Jun 04
0
Crash and Assertion Error
...04 06:47:29 Error: 4659 IMAP(todd.bluegenesis.com): Corrupted index cache file /mailhome/new/t/b/todd.bluegenesis.com/.imap/INBOX/dovecot.index.cache: Duplicated field in header: hdr.RESENT-TO dovecot: Jun 04 06:49:36 Error: child 4659 (imap) killed with signal 11 (gdb) bt full #0 0x08074d70 in index_mail_get_flags (_mail=0x80c9170) at index-mail.c:162 data = (struct index_mail_data *) 0x80c91d4 #1 0x0808c98d in mail_get_flags (mail=0xb7dd3854) at mail.c:32 No locals. #2 0x0805a6f5 in fetch_flags (ctx=0x80bee50, mail=0x80c9170, context=0x0) at imap-fetch.c:444 flags = Variable "fla...
2006 Jan 31
1
beta2: strange assert
...ull_value = 0} (gdb) print *mail $3 = {mail = {mail = {box = 0xb6ff8, transaction = 0xbb1b8, seq = 4, uid = 1233, expunged = 0, has_nuls = 1, has_no_nuls = 0}, v = { free = 0x490e0 <index_mail_free>, set_seq = 0x48d20 <index_mail_set_seq>, get_flags = 0x47b3c <index_mail_get_flags>, get_keywords = 0x47b88 <index_mail_get_keywords>, get_parts = 0x47d0c <index_mail_get_parts>, get_received_date = 0x37224 <mbox_mail_get_received_date>, get_date = 0x47db8 <index_mail_get_date>, get_virtual_size = 0x47f60 <index_mail_ge...
2014 Mar 11
2
Panic: file mail-index-map.c: line 547 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
...gt;, seq_r=seq_r at entry=0x18a79e0) at mail-index-view.c:522 No locals. #8 0x00007f32d2f809b4 in index_mail_get_pvt (_mail=_mail at entry=0x18a78a0) at index-mail.c:158 No locals. #9 0x00007f32d2f81082 in index_mail_get_pvt (_mail=0x18a78a0) at index-mail.c:152 mail = 0x18a78a0 #10 index_mail_get_flags (_mail=0x18a78a0) at index-mail.c:177 mail = 0x18a78a0 rec = <optimized out> flags = MAIL_ANSWERED pvt_flags_mask = <optimized out> #11 0x00007f32d18371a4 in mail_log_append_mail_message_real (desc=0x7f32d1837504 "save", event=MAIL_LOG_EVEN...
2007 Nov 15
1
imap process consuming 100% CPU (Dovecot 1.0.3)
...return index_mail_init_stream(mail, hdr_size, body_size); > > 207 } > > 208 > > 209 struct mail_vfuncs mbox_mail_vfuncs = { > > 210 index_mail_free, > > 211 index_mail_set_seq, > > 212 > > 213 index_mail_get_flags, > > 214 index_mail_get_keywords, > > 215 index_mail_get_parts, > > (dbx) dump > > mbox_mail_get_stream(_mail = 0x200281a8, hdr_size = 0x2ff227a8, body_size = 0x2ff227b8), line 206 in "mbox-mail.c" > > raw_stream = 0x2ff22780 > &gt...