Displaying 3 results from an estimated 3 matches for "_istream".
Did you mean:
istream
2005 Jun 15
6
Compressed maildir
Greetings,
I noticed a while back someone posted a patch/plugin that allowed Dovecot to
use compressed mbox files. I'm now wondering how far that would put us from
having compressed maildir? I have a server with more CPU than disk space, and
while I can buy more HDD space, my backup solution doesn't make that practical.
It seems to me that when looking for a message file, if it
2007 Nov 15
1
imap process consuming 100% CPU (Dovecot 1.0.3)
...envp = 0x2ff22b58), line 290 in "main.c"
> > (dbx) list
> > 58 return _stream->read(_stream);
> > 59 }
> > 60
> > 61 void i_stream_skip(struct istream *stream, uoff_t count)
> > 62 {
> > 63 struct _istream *_stream = stream->real_stream;
> > 64 size_t data_size;
> > 65
> > 66 data_size = _stream->pos - _stream->skip;
> > 67 if (count <= data_size) {
> > (dbx) dump
> > i_stream_read(stream = 0x2003147c), line...
2007 Feb 20
1
crash in mail_cache_transaction_reset on rc22
...(uint8_t *) 0xcf928 ""
__PRETTY_FUNCTION__ = "index_mail_parse_header"
#3 0x00079848 in _read (stream=0xe2aa0) at istream-header-filter.c:173
ret = 0
pos = 854336
#4 0x00085818 in i_stream_read (stream=0xe2ac8) at istream.c:58
_stream = (struct _istream *) 0xcaf28
#5 0x00085ca4 in i_stream_read_data (stream=0xe2ac8, data=0xffbff5ec,
size=0xffbff5e8, threshold=1) at istream.c:250
ret = 0
read_more = false
#6 0x0007e8c4 in message_get_body_size (input=0xe2ac8, body=0xffbff660,
has_nuls=0x0) at message-size.c:105
m...