Displaying 20 results from an estimated 400 matches similar to: "Errors: file istream.c: line 135... assertion failed"
2004 Jun 06
2
Errors and periodic corruption using 99.10.5 release with mbox
Hi,
I'm seeing these errors in our logs periodically:
file istream.c: line 135 (i_stream_skip): assertion failed: (stream->v_size
== 0 || stream->v_offset + count <= stream->v_size)
Timeout leak: 0x8069328
Any idea on what may be causing these? System is freebsd, format is mbox.
I'm also seeing periodic corruption of mailboxes. It's easily fixed
because it's
2017 Jul 05
2
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
On 07/05/17 13:25, Aki Tuomi wrote:
>> I use mbox compressed by gzip as read-only folder (using zlib plugin).
>>
>> I have errors in logs:
>> Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
>> failed: (ret == -1)
...
>> The bug appeared in 2.2.26 and still can be reproduced (in 2.2.31)
>>
>> Using 'git bisect' was not
2017 Jul 05
0
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
> On July 5, 2017 at 9:24 PM Anton Yuzhaninov <citrin at citrin.ru> wrote:
>
>
> On 07/05/17 13:25, Aki Tuomi wrote:
> >> I use mbox compressed by gzip as read-only folder (using zlib plugin).
> >>
> >> I have errors in logs:
> >> Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
> >> failed: (ret == -1)
> ...
2005 Jan 14
2
istream-limit.c - assertion failed
dovecot: Jan 14 12:25:49 Error: IMAP(xxxuser): file istream-limit.c:
line 85 (_seek): assertion failed: (v_offset <= lstream->v_size)
That error message is generated when squirrelmail 1.4.4-rc1 attempts to
access this peculiar message partially quoted below. It doesn't happen
(after copying the message to our testing account) accessing it through
squirrelmail now. But it did.
The
2011 Jan 17
0
dsync crash
Hello!
I'm converting mailboxes from maildirs to mdbox and dsync crashes on two
of them
/var/mail-nfs-1 - nfs mount
/var/mail-nfs-indexes - local fs
/usr/bin/dsync -f -u user at site.ru mirror
mdbox:/var/mail-nfs-1/mail/site.ru/user/mail:INDEX=/var/mail-nfs-indexes/site.ru/user
dsync(user at site.ru): Panic: file istream-limit.c: line 79
(i_stream_limit_seek): assertion failed: (v_offset
2017 Feb 03
0
Crash while reading compressed mbox: Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion failed: (ret == -1)
Hello,
I use mbox compressed by gzip as read-only folder (using zlib plugin).
This setup worked for a while, but doesn't work with latest dovecot
version (2.2.27).
I have error in logs:
Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
failed: (ret == -1)
I can see list of messages in MUA but can't ready body of any message.
I've tried to delete indexes, but it
2003 Dec 17
2
Assert in Fedora dovecot-0.99.10.4-1
Hello,
I'm seeing this in my dovecot log file:
imap(blair): Dec 16 13:53:06 Panic: file istream.c: line 93
(i_stream_set_read_limit): assertion failed:
(stream->v_size == 0 || v_offset <= stream->v_size)
I get this consistently when I search for the string
"unknown C primitive"
across 10 mailboxes using the Windows Netscape 4.80 client.
If there's any more
2011 Sep 23
0
Error message when using 'optim' for numerical maximum likelihood
Hello All,
I am trying to estimate the parameters of a stochastic differential equation
(SDE) using quasi-maximum likelihood methods but I am having trouble with
the 'optim' function that I am using to optimise the log-likelihood
function.
After simulating the SDE I generated samples of the simulated data of
varying size (I want to see what effect adding more observations has on the
2023 Jun 06
0
[bug report] ocfs2/cluster: Pin/unpin o2hb regions
[ This is ancient code. - dan ]
fs/fs_context.c
168 {
169 int ret;
170
171 struct fs_parameter param = {
172 .key = key,
173 .type = fs_value_is_flag,
174 .size = v_size,
175 };
176
177 if (value) {
--> 178 param.string =
2017 Jul 05
2
gzip compressed mbox: Panic: file istream-zlib.c: line 421 (i_stream_zlib_seek): assertion failed: (ret == -1)
Hello,
I use mbox compressed by gzip as read-only folder (using zlib plugin).
I have errors in logs:
Panic: file istream-zlib.c: line 416 (i_stream_zlib_seek): assertion
failed: (ret == -1)
and can't read messages in MUA.
IMAP commands to reproduce a bug:
1 SELECT "compressed.gz"
2 UID fetch 2 BODY.PEEK[]
# sleep 5
3 UID fetch 2 BODY.PEEK[]
# repeat sleep/fetch until assert (a
2020 Nov 10
1
imap dumping core in libdovecot-storage with assert "(block_count == 0 || block_idx+1 == block_count)"
On 10. Nov 2020, at 15.45, Timo Sirainen <timo at sirainen.com> wrote:
>
> On 4. Nov 2020, at 13.24, Renaud M?trich <rmetrich at redhat.com <mailto:rmetrich at redhat.com>> wrote:
>> I would like to report an issue which is 100% reproducible with a specific mail available in the reproducer attached to Red Hat's bugzilla
2011 Feb 14
3
Search failure
doveadm search -u dmiller at amfes.com text xyzxyz
doveadm(dmiller at amfes.com): Panic: file istream-limit.c: line 79
(i_stream_limit_seek): assertion failed: (v_offset <= lstream->v_size)
doveadm(dmiller at amfes.com): Error: Raw backtrace:
/usr/local/lib/dovecot/libdovecot.so.0(+0x3ca8a) [0x7fcf3daaca8a] ->
/usr/local/lib/dovecot/libdovecot.so.0(default_fatal_handler+0x32)
2010 Aug 31
0
istream_read like zlib, but without zlib
Hy Timo !
I Made some modification in stream_read in zlib. I remove all zlib part,
because i don't need this, but i need to read a istream to change it.
Well, i create a size_t called supersize, with is a substitute for
stream->zs.avail_in.
The trouble is, my debug file have a lot of "READ Plugin\n", and i think
it's because my read becomes a loop, i think it's because
2006 Jun 20
10
TE420P/TE415P?
Hi,
I just read a pressrelease from VON that Digium will soon be releaseing
a couple of new cards. What got me interested was: "The TE420P and
TE415P support 128ms of G.168 (2002)-compliant echo cancellation across
their entire 128 channels."
Does anyone know when thease will be released and what they will cost
when released? Thanks!
2017 Aug 27
0
Debian packages for 2.2.32?
I use this packages without problems since a longtime and Always test thease packages before going to production system.
As Debian? user I have 3 variants.
Stick with old Software.
Have compile software on the machine.
Have a build and distribution enviroment.
1st is not an option for Dovecot die me.
2nd is not a good idea
3rd is in planing ;)
Bye
Am 27. August 2017 11:31:55 MESZ schrieb
2005 Sep 19
0
1.0alpha2: two asserts/cores
Hi,
Two cores over the weekend, same assert message in syslog:
imap(user): file message-body-search.c: line 393
(message_body_search_ctx): assertion failed: (input->v_offset <=
part->physical_pos)
Setup: Solaris 9, imap usage only, mbox format, dovecot compiled
with gcc 4.0.1.
gdb sessions of the two core files attached. Let me know if you
need further analysis of the cores.
2006 Sep 20
1
dovecot rc7 assert, core
Hi,
Wow, I haven't had an assert/core in dovecot in a long time.
Here goes:
Setup: Solaris 10, dovecot built with gcc 4.1.1, imap and imaps
only. User's home directory lives on a ZFS filesystem, but I
don't think that makes a difference. So does every other user
here (>3K).
Assert:
IMAP(mulepri): file message-body-search.c: line 393
(message_body_search_ctx): assertion failed:
2016 May 27
2
Channel Mapping Family for Ambisonics
Hello Jean-Marc,
Thanks for the quick reply and comments.
On Thu, May 26, 2016 at 5:41 PM, Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:
> Hi Michael,
>
> Here's some more minor comments below. As long as you address the two
> comments from my previous email (254 -> 2 and the draft name), the draft
> is good for submitting as initial version on the IETF website (even
2011 Jan 20
0
Bug found, assertion failed
Hi there,
We're running dovecot 2.06, with mdbox.
Following message was in our syslog:
Jan 20 09:26:48 servername dovecot: [ID 583609 mail.crit] imap(user): Panic: file istream-limit.c:
line 79: assertion failed: (v_offset <= lstream->v_size)
The problem could be solved on client side, by just deleting the ImapMail-Folder in Thunderbird.
Why? Thunderbird tried to move a message, that
2004 Mar 06
0
Mails manipulation and indices
I've recently manipulated the contents of my maildir, changing the content
of some mail files (mime handling and such...). This broke dovecot since it
expected different filesizes while reading contents of files that were
previously indexed. Therefore dovecot returned some assert like this:
imap(jwk at bug.it): file istream.c: line 163 (i_stream_seek): assertion
failed: (v_offset <=