Displaying 14 results from an estimated 14 matches for "mail_cach".
Did you mean:
mail_cache
2004 Dec 16
1
building on cygwin
Hi,
attached patch makes dovecot build on cygwin (only have a windows
computer at the moment :-/ )
It spews a lot of warnings, for example "unsigned int format but
uint32_t argument".
johannes
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL:
2009 Mar 24
1
Making changes to dovecot log levels
...re these
won't cause problems somewhere else. And to send this to the list, in
case anyone else wants to make similar changes in the future.
In the file src/lib-index/mail-index.c:
duplicate the function mail_index_set_error to
mail_index_set_warning and call this function in
/src/lib-index/mail_cache.c instead
int mail_index_set_error(struct mail_index *index, const char *fmt, ...)
{
va_list va;
i_free(index->error);
if (fmt == NULL)
index->error = NULL;
else {
va_start(va, fmt);
index->error = i_strdup...
2020 Aug 13
1
2.3.11.3 mail_cache_open_or_create_path called with null path
...ul) feature where they generate a syslog entry if printf %s format
is called with a null pointer.
It is tripped in lmtp/lda deliveries with 2.3.11.3:
lmtp: vfprintf %s NULL in "Cache %s: "
dovecot-lda: vfprintf %s NULL in "Cache %s: "
src/lib-index/mail-cache.c:
..
557 struct mail_cache *
558 mail_cache_open_or_create_path(struct mail_index *index, const char *path)
559 {
..
565 cache->filepath = i_strdup(path);
..
572 event_set_append_log_prefix(cache->event,
573 t_strdup_printf("Cache %s: ", cache->filepath);
..
Seems somethin...
2012 Dec 13
5
dovecot-lda (2.1.12) segfaults
...x" does not fix
anything.
I've installed a test version with one user's problematic INBOX
cache indices and ran
gdb dovecot-lda
(gdb) run -t testuser </dev/null
and it crashes with the following backtrace
Program received signal SIGSEGV, Segmentation fault.
0xff2a0440 in mail_cache_header_fields_read (cache=0x5c120) at mail-cache-fields.c:323
323 if (field_hdr->size < sizeof(*field_hdr) +
(gdb) bt
#0 0xff2a0440 in mail_cache_header_fields_read (cache=0x5c120) at mail-cache-fields.c:323
#1 0xff29e8bc in mail_cache_compress_locked (cache=0x5c120, t...
2008 Sep 08
6
error in 1.1.2
Ive been getting a LOT of these errors since 1.1.2: So far ive seen this
with 1800 customers, and we're getting active complaints about errors in
imap clients. When I check the users log I always see this error..
This always happens with COPY commands in Squirrelmail.
Sep 2 20:09:35 userimap4.xs4all.nl dovecot: IMAP(xxxxxxx):
2017 Apr 07
0
abrt reported "imap killed by SIGBUS"
...ase keep responses on list.
Can you please run valgrind on this, as it appears to be some sort of memory corruption issue.
Aki
> On April 7, 2017 at 5:37 AM Hongying Liu <hongyliu at redhat.com> wrote:
>
>
> Thanks for your response.
>
> (gdb) p cache
> $1 = (struct mail_cache *) 0x7fc4a811a320
> (gdb) p cache->hdr
> $2 = (const struct mail_cache_header *) 0x7fc4a6ddb000
> (gdb) p cache->hdr->file_seq
> Cannot access memory at address 0x7fc4a6ddb008 <----
> (gdb) p reset_id
> $3 = 1488892251
>
>
> 2017-04-06 19:34 GMT+08:00 Aki...
2017 Apr 10
0
abrt reported "imap killed by SIGBUS"
...t of
>> memory corruption issue.
>>
>> Aki
>>
>> > On April 7, 2017 at 5:37 AM Hongying Liu <hongyliu at redhat.com> wrote:
>> >
>> >
>> > Thanks for your response.
>> >
>> > (gdb) p cache
>> > $1 = (struct mail_cache *) 0x7fc4a811a320
>> > (gdb) p cache->hdr
>> > $2 = (const struct mail_cache_header *) 0x7fc4a6ddb000
>> > (gdb) p cache->hdr->file_seq
>> > Cannot access memory at address 0x7fc4a6ddb008 <----
>> > (gdb) p reset_id
>> > $3 = 1488...
2006 Nov 23
1
rc15 dumped core
...l on this and another server running rc15 (Sol5.8),
we have thousands of happy users beeing served very fast by Dovecot.
hmk
-------------- next part --------------
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
Core was generated by `imap [USER 000.177.00.21]'.
#0 0x000857a8 in mail_cache_update_need_compress (cache=0x14f078) at mail-cache.c:461
461 cont_percentage = hdr->continued_record_count * 100 /
#0 0x000857a8 in mail_cache_update_need_compress (cache=0x14f078) at mail-cache.c:461
hdr = (const struct mail_cache_header *) 0xffffffff
cont_percentage = 0
max_del_s...
2017 Apr 06
3
abrt reported "imap killed by SIGBUS"
...nvalid DN syntax: Invalid DN
### /var/log/dovecot
Mar 19 10:58:27 cupop4 dovecot: imap(acaa2325): Fatal: master:
service(imap): child 4904 killed with signal 7 (core dumped)
### gdb
Core was generated by `dovecot/imap'.
Program terminated with signal 7, Bus error.
#0 0x00007fc4a69f293e in mail_cache_lookup_offset (cache=0x7fc4a811a320,
view=<optimized out>, seq=<optimized out>, offset_r=offset_r at entry
=0x7ffe23a98900)
at mail-cache-lookup.c:95
95 while (cache->hdr->file_seq != reset_id) {
(gdb) bt
#0 0x00007fc4a69f293e in mail_cache_lookup_offset (cache=0x7fc4a811a32...
2009 Aug 11
1
dovecot-1.2.3 (managesieve) crash with backtrace
...ecord_size <= tview->record_size)
Aug 11 09:07:23 postamt dovecot: IMAP(zensy): Raw backtrace: imap [0x80f0411] -> imap [0x80f0482] -> imap [0x80efe29] -> imap
[0x80c839b] -> imap [0x80cea95] -> imap [0x80c85cf] ->
imap(mail_index_lookup_ext_full+0x36) [0x80cda46] ->
imap(mail_cache_lookup_cur_offset+0x49) [0x80bbad9] -> imap
[0x80bbb5d] -> imap(mail_cache_lookup_iter_init+0x55) [0x80bbc05] ->
imap(mail_cache_field_exists+0xaf) [0x80bc51f] ->
imap(mail_cache_field_want_add+0x48) [0x80bcd98] ->
imap(index_mail_parse_header_init+0x1c3) [0x80a4a33] ->
imap(inde...
2010 Mar 14
2
Dovecot 2.0beta3: Crash with mail_log plugin enabled
...args = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fffffffd370, reg_save_area = 0x7fffffffd2b0}}
#5 0x00007f5c79e72748 in view_lookup_uid (view=0x6614c0, seq=0, uid_r=0x7fffffffd39c) at mail-index-view.c:210
__PRETTY_FUNCTION__ = "view_lookup_uid"
#6 0x00007f5c79e589c6 in mail_cache_decision_state_update (view=0x661800, seq=2151, field=12) at mail-cache-decisions.c:82
cache = (struct mail_cache *) 0x65e790
hdr = <value optimized out>
uid = <value optimized out>
__PRETTY_FUNCTION__ = "mail_cache_decision_state_update"
#7 0x00007f5c79e5a4b0 in mail_ca...
2007 Aug 04
3
A few dovecot 1.1 bugs - sort, flag reset and etc.
...oid(0);>): Panic: file
mail-cache-lookup.c: line 70: unreached
imap(jing at webmail.us <javascript:void(0);>): Error: Raw backtrace:
/usr/libexec/dovecot/imap [0x80be647] -> /usr/libexec/dovecot/imap
[0x80be82f] -> /usr/libexec/dovecot/imap [0x809849b] ->
/usr/libexec/dovecot/imap(mail_cache_lookup_iter_init+0x6c)
[0x809857c] -> /usr/libexec/dovecot/imap(mail_cache_lookup_headers+0xf7)
[0x8098c77] -> /usr/libexec/dovecot/imap [0x8091ac7] ->
/usr/libexec/dovecot/imap(index_mail_get_first_header+0x17)
[0x8091dff] -> /usr/libexec/dovecot/imap(mail_get_first_header+0x12)
[0x80...
2010 Jul 20
1
imap core dumping on signal 10
...et = 1443536
created = false
#3 0x00089c34 in index_storage_mailbox_open (ibox=0x600) at /usr/local/src/dovecot/dovecot-1.2.12/src/lib-storage/index//index-storage.c:406
storage = (struct mail_storage *) 0x15ad18
index_flags = 17
ret = 565312
cache = (struct mail_cache *) 0x0
cache_env = 0x0
never_env = 0x4000000 <Address 0x4000000 out of bounds>
env = 0x100001 ""
---Type <return> to continue, or q <return> to quit---
#4 0x0008a134 in index_storage_mailbox_init (ibox=0x0, name=0x0, flags=0, move_to_memory=fal...
2008 Oct 20
5
SIGBART/SIGSEGV while SELECTing virtual folder
Hello!
I just installed Dovecot's latest nightly build (20081020) and tried the
virtual folder features. I started with a really simple "all" folder:
| # virtual/all
| *
| all
But selecting this folder causes dovecot to panic (in most cases).
While trying to debug this, I got slightly different results and I am
not really sure yet if this is just non-deterministic, depends on