search for: cstream

Displaying 11 results from an estimated 11 matches for "cstream".

Did you mean: stream
2014 Apr 24
1
maildir compressed message fix patch
...ression.h" #include <stdio.h> #include <stdlib.h> @@ -640,6 +641,10 @@ { const char *fname, *newpath, *extra, *info, *dir; struct stat st; + const struct stat * stp; + const struct compression_handler * handler; + struct istream * fstream; + struct istream * cstream; fname = strrchr(path, '/'); i_assert(fname != NULL); @@ -650,13 +655,29 @@ info = strchr(fname, MAILDIR_INFO_SEP); if (info == NULL) info = ""; + fstream = i_stream_create_file(path, 1024); + handler = compression_detect_handler(fstream); + if...
2009 Apr 03
2
Implementation of editheaders in dovecot
...l --without-ldap --without-pgsql --with- mysql --without-sqlite --prefix=/usr/local --mandir=/usr/local/man -- infodir=/usr/local/info/ --build=i386-portbld-freebsd6.4 patches: in freebsd ports (gdb) bt #0 0x282f3a01 in memcpy () from /lib/libc.so.6 #1 0x080df555 in i_stream_concat_read_next (cstream=0x814aa00) at istream-concat.c:79 #2 0x080df784 in i_stream_concat_read (stream=0x814aa00) at istream- concat.c:136 #3 0x080de659 in i_stream_read (stream=0x814aa28) at istream.c:78 #4 0x080cd99a in i_stream_header_filter_read (stream=0x814e400) at istream-header-filter.c:322 #5 0x080de659...
2013 Apr 23
1
imap Panic: file istream-seekable.c: line 253 (i_stream_seekable_read): assertion failed: (stream->istream.v_offset + stream->pos <= sstream->write_peak)
...size = 13868384 ret = 13254133 #11 0x00007fea0d77e866 in i_stream_read (stream=0xd39f00) at istream.c:149 _stream = 0xd39ea0 old_size = 0 ret = 140643221218978 __FUNCTION__ = "i_stream_read" #12 0x00007fea0d782fc9 in i_stream_crlf_read_common (cstream=0xd5e440) at istream-crlf.c:22 stream = 0xd5e440 size = 0 avail = 13254247 ret = 0 __FUNCTION__ = "i_stream_crlf_read_common" #13 0x00007fea0d7830d1 in i_stream_crlf_read_crlf (stream=0xd5e440) at istream-crlf.c:46 cstream = 0xd5e440...
2016 Mar 20
2
[BUG] Dovecot 2.2.22 lmtp child killed with signal 11
...p (stream=0x0, count=0) at istream.c:241 241 struct istream_private *_stream = stream->real_stream; #0 0x00007f466de6d9fc in i_stream_skip (stream=0x0, count=0) at istream.c:241 _stream = 0x7f4670603020 data_size = 139940470939840 #1 0x00007f466de71e9b in i_stream_concat_skip (cstream=0x7f467069af80) at istream-concat.c:128 stream = 0x7f467069af80 bytes_skipped = 0 __FUNCTION__ = "i_stream_concat_skip" #2 0x00007f466de71805 in i_stream_concat_close (stream=0x7f467069af80, close_parent=false) at istream-concat.c:26 cstream = 0x7f467069af...
2010 Sep 01
3
Dovecot - some more optimisations
I did some more optimisation. Most performance hit in Dovecot do "for loop" in string operations. In one case (in message-parser.c) "for loop" has another "for" inside with the same variable used as iterator. This case is very hard to optimise by compiler. I do changes only in top functions listed in oprofile. Maybe I do more in future. Code was analysed and
2004 Oct 04
1
[LLVMdev] cfrontend-1.3.source: Compilation error
...g directory `/dir1/cfrontend/src/zlib' make[1]: Entering directory `/dir1/cfrontend/src/gcc' gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -o gnat1.exe ada/b_gnat1.o ada/adadecode.o ada/adaint.o ada/cstreams.o ada/cio.o ada/targtyps.o ada/decl.o ada/misc.o ada/utils.o ada/utils2.o ada/trans.o ada/cuintp.o ada/argv.o ada/raise.o ada/init.o ada/tracebak.o ada/ada.o ada/a-charac.o ada/a-chlat1.o ada/a-except.o ada/s-memory.o ada/s-traceb.o ada/s-mastop.o ada/s-except.o ada/ali.o ada/alloc.o ada/atree.o a...
2017 May 02
4
lmtp segfault after upgrade
...1ff32 in i_stream_concat_read_next (stream=0x1efe6c0) at istream-concat.c:77 prev_input = 0x1ef1560 data = 0x0 data_size = <value optimized out> size = <value optimized out> #2 i_stream_concat_read (stream=0x1efe6c0) at istream-concat.c:175 cstream = 0x1efe6c0 data = 0x0 size = <value optimized out> data_size = 0 cur_data_pos = <value optimized out> new_pos = <value optimized out> new_bytes_count = <value optimized out> ret = <value optimized out>...
2017 May 02
2
lmtp segfault after upgrade
On 2017-05-01 19:26, Aki Tuomi wrote: >> On May 1, 2017 at 8:21 PM Tom Sommer <mail at tomsommer.dk> wrote: >> >> >> I just upgraded our Director to 2.2.29.1 from 2.2.26, and now my dmesg >> and /var/log/messages are getting flooded by these errors: >> >> lmtp[45758]: segfault at 21 ip 00007fb412d3ad11 sp 00007ffe83ad2df0 >> error 4 in
2020 Feb 02
0
Wine release 5.1
...quartz: Simplify FilterMapper_UnregisterPin(). quartz: Use wide character string literals. msctf/tests: Fix some test failures on Windows 10. winegstreamer: Rename the "ppPins" element of struct gstdemux to "sources". winegstreamer: Rename the "cStreams" element of struct gstdemux to "source_count". winegstreamer: Fix pin enumeration order for the AVI and WAVE parsers. quartz/tests: Add more tests for parser media types. winegstreamer: Implement IPin::QueryAccept() for the WAVE parser source. http.sys: Trans...
2020 May 29
15
[RFC 00/12] Audio DSP VirtIO and vhost drivers
This patch set is a follow up to "Add a vhost RPMsg API" [1], it is marked as an RFC because firstly it depends on the RPMsg API series and secondly it is currently being reviewed on ALSA and SOF mailing lists, but any early comments from virtualisation developers would be highly appreciated too! Thanks Guennadi [1]
2020 May 29
15
[RFC 00/12] Audio DSP VirtIO and vhost drivers
This patch set is a follow up to "Add a vhost RPMsg API" [1], it is marked as an RFC because firstly it depends on the RPMsg API series and secondly it is currently being reviewed on ALSA and SOF mailing lists, but any early comments from virtualisation developers would be highly appreciated too! Thanks Guennadi [1]